Home
last modified time | relevance | path

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

12

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_coshl.c53 t = expm1l(fabsl(x)); in coshl()
60 t = expl(fabsl(x)); in coshl()
66 return half*expl(fabsl(x)); in coshl()
72 w = expl(half*fabsl(x)); in coshl()
Ds_asinhl.c43 w = logl(fabsl(x))+ln2; in asinhl()
45 t = fabsl(x); in asinhl()
49 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
De_sinhl.c54 t = expm1l(fabsl(x)); in sinhl()
61 return h*expl(fabsl(x)); in sinhl()
67 w = expl(0.5l*fabsl(x)); in sinhl()
Ds_tanhl.c66 t = expm1l(two*fabsl(x)); in tanhl()
69 t = expm1l(-two*fabsl(x)); in tanhl()
De_powl.c237 if (fabsl(x) < 1) in powl()
241 if (fabsl(x) < 1) in powl()
330 if( (w == x) && (fabsl(y) < 32768.0L) ) in powl()
339 x = fabsl(x); in powl()
De_tgammal.c228 q = fabsl(x); in tgammal()
253 z = fabsl(z) * stirf(q); in tgammal()
Ds_erfl.c281 s = fabsl (x) - one; in erfl()
298 x = fabsl (x); in erfl()
365 s = fabsl (x) - one; in erfcl()
383 x = fabsl (x); in erfcl()
Dk_tanl.c78 if (fabsl(x) >= 0.67434l) { in __kernel_tanl()
Ds_remquol.c142 y = fabsl(y); in remquol()
De_lgammal_r.c305 nadj = logl (pi / fabsl (t * x)); in lgammal_r()
/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcsqrtl.c76 return (cpackl(fabsl(b - b), copysignl(a, b))); in csqrtl()
86 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
100 result = cpackl(fabsl(b) / (2.0L * t), copysignl(t, b)); in csqrtl()
Dcephes_subrl.c44 if (fabsl(x) <= 0.5L) { in _cchshl()
95 x = fabsl(2.0L * creall(z)); in _ctansl()
96 y = fabsl(2.0L * cimagl(z)); in _ctansl()
127 } while (fabsl(t/d) > MACHEPL); in _ctansl()
Dctanl.c46 if (fabsl(d) < 0.25L) in ctanl()
Dcasinl.c53 if (fabsl(x) > 1.0L) { in __weak_alias()
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dfabsl.c37 fabsl (long double x) in fabsl() function
DCMakeLists.txt150 fabsl.c
Dmeson.build153 'fabsl.c',
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
Ds_fabsl.c33 fabsl(long double x) in fabsl() function
Ds_atanl.c55 x = fabsl(x); in atanl()
De_asinl.c54 w = one-fabsl(x); in asinl()
De_atan2l.c96 else z=atanl(check_uflowl(fabsl(y/x))); /* safe to do y/x */ in atan2l()
/picolibc-3.7.0-3.6.0/test/
Dlong_double.c63 difference = fabsl(expect - result) * e; in within_error()
75 long double diff = fabsl(expect - result); in check_long_double()
344 return fabsl(have) <= max_error; in close()
345 return fabsl((have - want) / want) <= max_error; in close()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
Dk_tanl.c70 if (fabsl(x) >= 0.67434L) { in __kernel_tanl()
Ds_remquol.c144 y = fabsl(y); in remquol()
Ds_erfl.c883 x = fabsl (x); in erfcl()

12