hypotl           1257 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (hypotl, long double, (long double x, long double y));
hypotl           1258 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (hypotl, long double, (long double x, long double y));
hypotl           1261 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (hypotl, long double, (long double x, long double y));
hypotl           1263 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (hypotl, long double, (long double x, long double y));
hypotl           1266 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN (hypotl);
hypotl           1271 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (hypotl, "hypotl is unportable - "
hypotl             36 maint/gnulib/tests/test-hypotl-ieee.c #define HYPOT hypotl
hypotl             24 maint/gnulib/tests/test-hypotl.c SIGNATURE_CHECK (hypotl, long double, (long double, long double));
hypotl             40 maint/gnulib/tests/test-hypotl.c #define HYPOT hypotl
hypotl             54 maint/gnulib/tests/test-hypotl.c   z = hypotl (x, y);
hypotl            205 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::hypotl, long double,