Searched refs:sqrtl (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/lib/msun/amd64/
H A De_sqrtl.S30 ENTRY(sqrtl)
/freebsd-10.3-release/lib/msun/i387/
H A De_sqrtl.S39 ENTRY(sqrtl)
/freebsd-10.3-release/lib/msun/src/
H A De_acoshl.c84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
87 RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
H A Ds_asinhl.c85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t));
88 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t)));
H A Ds_csqrtl.c96 t = sqrtl((a + hypotl(a, b)) * 0.5);
99 t = sqrtl((-a + hypotl(a, b)) * 0.5);
H A De_acosl.c70 s = sqrtl(z);
76 s = sqrtl(z);
H A De_hypotl.c105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_asinl.c62 s = sqrtl(t);
H A De_sqrt.c192 __weak_reference(sqrt, sqrtl);
H A De_sqrtl.c76 sqrtl(long double x) function
124 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
H A Dmath.h498 long double sqrtl(long double);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libm/
H A Dt_sqrt.c244 * sqrtl(3)
249 atf_tc_set_md_var(tc, "descr", "Test sqrtl(NaN) == NaN");
257 ATF_CHECK(isnan(sqrtl(x)) != 0);
263 atf_tc_set_md_var(tc, "descr", "Test sqrtl(3) vs. powl(3)");
275 y = sqrtl(x[i]);
279 atf_tc_fail_nonfatal("sqrtl(%0.03Lf) != "
287 atf_tc_set_md_var(tc, "descr", "Test sqrtl(-Inf) == NaN");
293 long double y = sqrtl(x);
301 atf_tc_set_md_var(tc, "descr", "Test sqrtl(+Inf) == +Inf");
307 long double y = sqrtl(
[all...]
/freebsd-10.3-release/lib/msun/tests/
H A Dinvtrig_test.c258 testall_tol(asin, sqrtl(2) / 2, pi / 4, 1, FE_INEXACT);
259 testall_tol(acos, sqrtl(2) / 2, pi / 4, 1, FE_INEXACT);
260 testall_tol(asin, -sqrtl(2) / 2, -pi / 4, 1, FE_INEXACT);
261 testall_tol(acos, -sqrtl(2) / 2, c3pi / 4, 1, FE_INEXACT);
263 testall_tol(asin, sqrtl(3) / 2, pio3, 1, FE_INEXACT);
264 testall_tol(acos, sqrtl(3) / 2, pio3 / 2, 1, FE_INEXACT);
265 testall_tol(atan, sqrtl(3), pio3, 1, FE_INEXACT);
266 testall_tol(asin, -sqrtl(3) / 2, -pio3, 1, FE_INEXACT);
267 testall_tol(acos, -sqrtl(3) / 2, c5pio3 / 2, 1, FE_INEXACT);
268 testall_tol(atan, -sqrtl(
[all...]
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dstubs.c251 sqrtl(long double x) function
291 return s * sqrtl(x * x + y * y);
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h516 /// long double sqrtl(long double x);
517 sqrtl, enumerator in enum:llvm::LibFunc::Func
703 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h295 /* Define to 1 if you have the `sqrtl' function. */
1081 # define sqrtl _sqrtl macro
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp309 case LibFunc::sqrtl:
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp272 "sqrtl",
432 TLI.setUnavailable(LibFunc::sqrtl);
/freebsd-10.3-release/lib/msun/
H A DMakefile219 sqrt.3 sqrtl.3
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h512 __tg_sqrt(long double __x) {return sqrtl(__x);}
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1175 LibFunc::sqrtl) &&
2240 // sqrt, sqrtf, sqrtl:
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5912 case LibFunc::sqrtl:
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure24921 echo "$as_me:$LINENO: checking for sqrtl declaration" >&5
24922 echo $ECHO_N "checking for sqrtl declaration... $ECHO_C" >&6
24950 sqrtl(0);
25000 for ac_func in sqrtl
[all...]

Completed in 201 milliseconds