sqrtl             216 maint/gnulib/lib/acosl.c     return 2 * asinl (sqrtl ((1 - x) / 2));
sqrtl             215 maint/gnulib/lib/asinl.c     t = pio2_hi + pio2_lo - 2 * asinl (sqrtl ((1 - y) / 2));
sqrtl              74 maint/gnulib/lib/hypotl.c             cn = sqrtl (an * an + bn * bn);
sqrtl            2203 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
sqrtl            2204 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
sqrtl            2208 maint/gnulib/lib/math.in.h _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
sqrtl            2210 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
sqrtl            2213 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN (sqrtl);
sqrtl            2218 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - "
sqrtl             352 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::sqrtl, long double, (long double));
sqrtl              36 maint/gnulib/tests/test-sqrtl-ieee.c #define SQRT sqrtl
sqrtl              24 maint/gnulib/tests/test-sqrtl.c SIGNATURE_CHECK (sqrtl, long double, (long double));
sqrtl              34 maint/gnulib/tests/test-sqrtl.c #define SQRT sqrtl
sqrtl              57 maint/gnulib/tests/test-sqrtl.c   y = sqrtl (x);
sqrtl              66 maint/gnulib/tests/test-sqrtl.c     y = sqrtl (x);