Home
last modified time | relevance | path

Searched refs:fabsf (Results 1 – 25 of 33) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
De_coshf.c38 t = expm1f(fabsf(x)); in __ieee754_coshf()
46 t = __ieee754_expf(fabsf(x)); in __ieee754_coshf()
51 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x)); in __ieee754_coshf()
55 return __ldexp_expf(fabsf(x), -1); in __ieee754_coshf()
De_sinhf.c42 t = expm1f(fabsf(x)); in __ieee754_sinhf()
48 if (ix < 0x42b17217) return h*__ieee754_expf(fabsf(x)); in __ieee754_sinhf()
52 return h*2.0F*__ldexp_expf(fabsf(x), -1); in __ieee754_sinhf()
Ds_asinhf.c39 w = __ieee754_logf(fabsf(x))+ln2; in asinhf()
41 t = fabsf(x); in asinhf()
45 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t))); in asinhf()
De_hypotf.c33 a = fabsf(a); in __ieee754_hypotf()
34 b = fabsf(b); in __ieee754_hypotf()
40 w = fabsf(x+0.0F)-fabsf(y+0.0F); in __ieee754_hypotf()
Ds_tanhf.c46 t = expm1f(two*fabsf(x)); in tanhf()
49 t = expm1f(-two*fabsf(x)); in tanhf()
Dcatrigf.c51 #define isinf(x) (fabsf(x) == INFINITY)
104 } else if (x >= FLT_EPSILON * fabsf(y - 1)) { in do_hard_work()
132 } else if (x >= FLT_EPSILON * fabsf(y - 1)) { in do_hard_work()
154 ax = fabsf(x); in casinhf()
155 ay = fabsf(y); in casinhf()
212 ax = fabsf(x); in cacosf()
213 ay = fabsf(y); in cacosf()
227 rx = fabsf(cimagf(w)); in cacosf()
271 return (CMPLXF(fabsf(ry), rx)); in cacoshf()
274 return (CMPLXF(fabsf(ry), copysignf(rx, cimagf(z)))); in cacoshf()
[all …]
Ds_csqrtf.c67 return (CMPLXF(fabsf(b - b), copysignf(a, b))); in csqrtf()
86 return (CMPLXF(fabsf(b) / (2.0 * t), copysignf(t, b))); in csqrtf()
De_remainderf.c47 x = fabsf(x); in __ieee754_remainderf()
48 p = fabsf(p); in __ieee754_remainderf()
Ds_logbf.c31 if(ix==0) return (float)-1.0/fabsf(x); in logbf()
De_jnf.c56 x = fabsf(x); in __ieee754_jnf()
137 tmp = tmp*__ieee754_logf(fabsf(v*tmp)); in __ieee754_jnf()
163 if (fabsf(z) >= fabsf(w)) in __ieee754_jnf()
Ds_csinhf.c65 h = expf(fabsf(x)) * 0.5F; in csinhf()
69 z = __ldexp_cexpf(CMPLXF(fabsf(x), y), -1); in csinhf()
Ds_ccoshf.c65 h = expf(fabsf(x)) * 0.5F; in ccoshf()
69 z = __ldexp_cexpf(CMPLXF(fabsf(x), y), -1); in ccoshf()
Ds_erff.c105 s = fabsf(x)-one; in erff()
113 x = fabsf(x); in erff()
155 s = fabsf(x)-one; in erfcf()
165 x = fabsf(x); in erfcf()
De_asinf.c57 w = one-fabsf(x); in __ieee754_asinf()
Ds_atanf.c67 x = fabsf(x); in atanf()
De_atan2f.c88 else z=atanf(fabsf(y/x)); /* safe to do y/x */ in __ieee754_atan2f()
Ds_ctanhf.c65 float exp_mx = expf(-fabsf(x)); in ctanhf()
De_lgammaf_r.c141 return -__ieee754_logf(fabsf(x)); in __ieee754_lgammaf_r()
151 nadj = __ieee754_logf(pi/fabsf(t*x)); in __ieee754_lgammaf_r()
Ds_remquof.c107 y = fabsf(y); in remquof()
De_j1f.c57 y = fabsf(x); in __ieee754_j1f()
De_j0f.c56 x = fabsf(x); in __ieee754_j0f()
De_powf.c111 ax = fabsf(x); in __ieee754_powf()
/bionic/libm/
Dfabs.cpp35 float fabsf(float x) { in fabsf() function
Dlibm.mips64.map109 fabsf;
/bionic/libc/include/
Dmath.h203 float fabsf(float) __attribute_const__;

12