hypot              25 maint/gnulib/lib/hypotf.c   return (float) hypot ((double) x, (double) y);
hypot              29 maint/gnulib/lib/hypotl.c   return hypot (x, y);
hypot            1234 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (hypot, double, (double x, double y));
hypot            1235 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (hypot, double, (double x, double y));
hypot            1237 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (hypot, double, (double x, double y));
hypot            1240 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (hypot, double, (double x, double y));
hypot              36 maint/gnulib/tests/test-hypot-ieee.c #define HYPOT hypot
hypot              24 maint/gnulib/tests/test-hypot.c SIGNATURE_CHECK (hypot, double, (double, double));
hypot              39 maint/gnulib/tests/test-hypot.c #define HYPOT hypot
hypot              49 maint/gnulib/tests/test-hypot.c   z = hypot (x, y);
hypot              49 maint/gnulib/tests/test-hypotf.c   z = hypot (x, y);
hypot             202 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::hypot, double, (double, double));