Home
last modified time | relevance | path

Searched refs:fabsl (Results 1 – 25 of 38) sorted by relevance

12

/dragonfly/contrib/openbsd_libm/src/
HDs_csqrtl.c85 r = fabsl(y); in csqrtl()
95 if ((fabsl(x) > 4.0L) || (fabsl(y) > 4.0L)) { in csqrtl()
115 r = scale * fabsl((0.5L * y) / t); in csqrtl()
120 t = scale * fabsl((0.5L * y) / r); in csqrtl()
HDs_ctanl.c98 x = fabsl(2.0L * creall(z)); in ctansl()
99 y = fabsl(2.0L * cimagl(z)); in ctansl()
131 while (fabsl(t/d) > MACHEPL); in ctansl()
145 if (fabsl(d) < 0.25L) { in ctanl()
146 d = fabsl(d); in ctanl()
HDs_cacoshl.c61 return (CMPLXL(fabsl(ry), rx)); in cacoshl()
64 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z)))); in cacoshl()
HDs_fabsl.c23 fabsl(long double x) in fabsl() function
HDs_ccosl.c61 if(fabsl(x) <= 0.5L) { in cchshl()
HDs_csinl.c63 if(fabsl(x) <= 0.5L) { in cchshl()
HDs_casinl.c75 if (fabsl(x) > 1.0L) { in casinl()
HDs_atanl.c76 x = fabsl(x); in atanl()
HDe_asinl.c72 w = one-fabsl(x);
HDe_atan2l.c155 else z=atanl(fabsl(y/x)); /* safe to do y/x */ in atan2l()
/dragonfly/tools/regression/lib/libm/
HDtest-trig.c209 assert(fabsl(sinl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
211 assert(fabsl(tanl(ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
213 assert(fabsl(sinl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
215 assert(fabsl(tanl(-ld_pi_odd[i])) < LDBL_EPSILON); in run_reduction_tests()
217 assert(fabsl(sinl(ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
219 assert(fabsl(tanl(ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
221 assert(fabsl(sinl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
223 assert(fabsl(tanl(-ld_pi_odd[i] * 2)) < LDBL_EPSILON); in run_reduction_tests()
HDtest-cexp.c128 return (fabsl(x) == fabsl(y)); in fpequal()
154 ret = fabsl(x - y) <= fabsl(tol); in fpequal_tol()
156 ret = fabsl(x - y) <= fabsl(y * tol); in fpequal_tol()
HDtest-ctrig.c168 return (fabsl(x) == fabsl(y)); in fpequal()
194 ret = fabsl(x - y) <= fabsl(tol); in fpequal_tol()
196 ret = fabsl(x - y) <= fabsl(y * tol); in fpequal_tol()
HDtest-invctrig.c154 return (fabsl(x) == fabsl(y)); in fpequal()
174 ret = fabsl(x - y) <= fabsl(y * tol); in fpequal_tol()
/dragonfly/contrib/openbsd_libm/src/ld80/
HDe_coshl.c55 t = expm1l(fabsl(x)); in coshl()
63 t = expl(fabsl(x)); in coshl()
69 return half*expl(fabsl(x)); in coshl()
75 w = expl(half*fabsl(x)); in coshl()
HDs_asinhl.c45 w = logl(fabsl(x))+ln2; in asinhl()
47 t = fabsl(x); in asinhl()
51 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
HDe_sinhl.c56 t = expm1l(fabsl(x)); in sinhl()
63 return h*expl(fabsl(x)); in sinhl()
69 w = expl(0.5*fabsl(x)); in sinhl()
HDe_powl.c267 ya = fabsl(y); in powl()
269 yb = 0.5L * fabsl(w); in powl()
327 if( (w == x) && (fabsl(y) < 32768.0) ) in powl()
336 x = fabsl(x); in powl()
HDs_tanhl.c68 t = expm1l(two*fabsl(x)); in tanhl()
71 t = expm1l(-two*fabsl(x)); in tanhl()
HDs_erfl.c283 s = fabsl (x) - one; in erfl()
300 x = fabsl (x); in erfl()
367 s = fabsl (x) - one; in erfcl()
385 x = fabsl (x); in erfcl()
HDe_tgammal.c235 q = fabsl(x); in tgammal()
256 z = fabsl(z) * stirf(q); in tgammal()
HDe_lgammal.c283 return one / fabsl (x); in lgammal()
306 return one / fabsl (t); /* -integer */ in lgammal()
307 nadj = logl (pi / fabsl (t * x)); in lgammal()
HDk_tanl.c78 if (fabsl(x) >= 0.67434) { in __kernel_tanl()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Dmath_stubs_long_double.cc35 fabsl(long double x) in fabsl() function
141 long double s = fabsl(x) + fabsl(y); in hypotl()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Dmath_stubs_long_double.cc35 fabsl(long double x) in fabsl() function
141 long double s = fabsl(x) + fabsl(y); in hypotl()

12