Home
last modified time | relevance | path

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

12

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_csqrtl.c76 return (CMPLXL(fabsl(b - b), copysignl(a, b))); in csqrtl()
86 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
100 result = CMPLXL(fabsl(b) / (2 * t), copysignl(t, b)); in csqrtl()
Ds_asinhl.c82 w = logl(fabsl(x))+ln2; in asinhl()
84 t = fabsl(x); in asinhl()
88 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in asinhl()
De_coshl.c120 k_hexpl(fabsl(x), &hi, &lo); in coshl()
125 if (fabsl(x) <= o_threshold) in coshl()
126 RETURNI(hexpl(fabsl(x))); in coshl()
Ds_fabsl.c36 fabsl(long double x) in fabsl() function
De_sinhl.c121 k_hexpl(fabsl(x), &hi, &lo); in sinhl()
126 if (fabsl(x) <= o_threshold) in sinhl()
127 RETURNI(s*hexpl(fabsl(x))); in sinhl()
De_hypotl.c59 a = fabsl(a); in hypotl()
60 b = fabsl(b); in hypotl()
67 w = fabsl(x+0.0)-fabsl(y+0.0); in hypotl()
Ds_tanhl.c131 if (ix < 0x4004 || fabsl(x) < 40) { /* |x|<40 */ in tanhl()
160 k_hexpl(2*fabsl(x), &hi, &lo); in tanhl()
161 if (ix<0x4001 && fabsl(x) < 1.5) /* |x|<1.5 */ in tanhl()
De_atanhl.c64 RETURNI(fabsl(x) == 1 ? x / zero : (x - x) / (x - x)); in atanhl()
Ds_atanl.c60 x = fabsl(x); in atanl()
De_asinl.c58 w = one-fabsl(x); in asinl()
De_atan2l.c112 else z=atanl(fabsl(y/x)); /* safe to do y/x */ in atan2l()
Ds_remquol.c160 y = fabsl(y); in remquol()
Dmath_private.h365 assert(__ia == 0 || fabsl(__ia) >= fabsl(__ib)); \
/bionic/libm/
Dfabs.cpp40 long double fabsl(long double x) { return __builtin_fabsl(x); } in fabsl() function
42 long double fabsl(long double x) { in fabsl() function
Dlibm.arm64.map110 fabsl;
Dlibm.mips64.map110 fabsl;
Dlibm.x86.map110 fabsl;
Dlibm.x86_64.map110 fabsl;
Dlibm.mips.map110 fabsl;
Dlibm.arm.map110 fabsl;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Dk_tanl.c72 if (fabsl(x) >= 0.67434) { in __kernel_tanl()
De_lgammal_r.c244 return -logl(fabsl(x)); in lgammal_r()
254 nadj = logl(pi/fabsl(t*x)); in lgammal_r()
Ds_erfl.c208 ax = fabsl(x); in erfl()
269 ax = fabsl(x); in erfcl()
Ds_expl.c243 (0x1p200 * x + fabsl(x)) * 0x1p-200); in expm1l()
/bionic/libm/include/
Dmath.h376 long double fabsl(long double) __pure2;
377 __BIONIC_MATH_INLINE(long double fabsl(long double x) { return __builtin_fabsl(x); })

12