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

/freebsd-13-stable/lib/msun/amd64/
H A De_sqrtl.S30 ENTRY(sqrtl)
34 END(sqrtl)
/freebsd-13-stable/lib/msun/i387/
H A De_sqrtl.S39 ENTRY(sqrtl)
43 END(sqrtl)
/freebsd-13-stable/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 De_acosl.c70 s = sqrtl(z);
76 s = sqrtl(z);
H A Ds_csqrtl.c116 t = sqrtl((a + hypotl(a, b)) * 0.5);
120 t = sqrtl((-a + hypotl(a, b)) * 0.5);
H A Dcatrigl.c124 *rx = sqrtl(x);
127 *rx = log1pl(Am1 + sqrtl(Am1 * (A + 1)));
129 *rx = x / sqrtl((1 - y) * (1 + y));
131 *rx = log1pl((y - 1) + sqrtl((y - 1) * (y + 1)));
134 *rx = logl(A + sqrtl(A * A - 1));
152 *sqrt_A2my2 = sqrtl(x) * sqrtl((A + y) / 2);
155 *sqrt_A2my2 = sqrtl(Amy * (A + y));
158 sqrtl((y + 1) * (y - 1));
161 *sqrt_A2my2 = sqrtl((
[all...]
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.c78 sqrtl(long double x) function
126 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
H A Dmath.h499 long double sqrtl(long double);
/freebsd-13-stable/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-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_sqrt.c255 * sqrtl(3)
260 atf_tc_set_md_var(tc, "descr", "Test sqrtl(NaN) == NaN");
268 ATF_CHECK(isnan(sqrtl(x)) != 0);
274 atf_tc_set_md_var(tc, "descr", "Test sqrtl(3) vs. powl(3)");
284 long double x_sqrt = sqrtl(x[i]);
295 atf_tc_fail_nonfatal("sqrtl(%.35Lg) = %.35Lg != "
305 atf_tc_set_md_var(tc, "descr", "Test sqrtl(-Inf) == NaN");
311 long double y = sqrtl(x);
319 atf_tc_set_md_var(tc, "descr", "Test sqrtl(+Inf) == +Inf");
325 long double y = sqrtl(
[all...]
/freebsd-13-stable/lib/msun/ld128/
H A De_powl.c235 return sqrtl (x);
/freebsd-13-stable/lib/msun/
H A DMakefile248 sqrt.3 sqrtl.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h505 __tg_sqrt(long double __x) {return sqrtl(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h124 long double sqrtl(long double x);
1028 inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x) _NOEXCEPT {return ::sqrtl(__lcpp_x);}

Completed in 147 milliseconds