Searched refs:fabsl (Results 1 – 25 of 38) sorted by relevance
12
85 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()
98 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()
61 return (CMPLXL(fabsl(ry), rx)); in cacoshl()64 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z)))); in cacoshl()
23 fabsl(long double x) in fabsl() function
61 if(fabsl(x) <= 0.5L) { in cchshl()
63 if(fabsl(x) <= 0.5L) { in cchshl()
75 if (fabsl(x) > 1.0L) { in casinl()
76 x = fabsl(x); in atanl()
72 w = one-fabsl(x);
155 else z=atanl(fabsl(y/x)); /* safe to do y/x */ in atan2l()
209 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()
128 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()
168 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()
154 return (fabsl(x) == fabsl(y)); in fpequal()174 ret = fabsl(x - y) <= fabsl(y * tol); in fpequal_tol()
55 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()
45 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()
56 t = expm1l(fabsl(x)); in sinhl()63 return h*expl(fabsl(x)); in sinhl()69 w = expl(0.5*fabsl(x)); in sinhl()
267 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()
68 t = expm1l(two*fabsl(x)); in tanhl()71 t = expm1l(-two*fabsl(x)); in tanhl()
283 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()
235 q = fabsl(x); in tgammal()256 z = fabsl(z) * stirf(q); in tgammal()
283 return one / fabsl (x); in lgammal()306 return one / fabsl (t); /* -integer */ in lgammal()307 nadj = logl (pi / fabsl (t * x)); in lgammal()
78 if (fabsl(x) >= 0.67434) { in __kernel_tanl()
35 fabsl(long double x) in fabsl() function141 long double s = fabsl(x) + fabsl(y); in hypotl()