Home
last modified time | relevance | path

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

12

/mirbsd/src/lib/libm/src/
De_coshf.c41 t = expm1f(fabsf(x)); in __ieee754_coshf()
49 t = __ieee754_expf(fabsf(x)); in __ieee754_coshf()
54 if (ix < 0x42b17180) return half*__ieee754_expf(fabsf(x)); in __ieee754_coshf()
58 w = __ieee754_expf(half*fabsf(x)); in __ieee754_coshf()
Ds_asinhf.c41 w = __ieee754_logf(fabsf(x))+ln2; in asinhf()
43 t = fabsf(x); in asinhf()
47 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t))); in asinhf()
De_sinhf.c44 t = expm1f(fabsf(x)); in __ieee754_sinhf()
50 if (ix < 0x42b17180) return h*__ieee754_expf(fabsf(x)); in __ieee754_sinhf()
54 w = __ieee754_expf((float)0.5*fabsf(x)); in __ieee754_sinhf()
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_tanhf.c46 t = expm1f(two*fabsf(x)); in tanhf()
49 t = expm1f(-two*fabsf(x)); in tanhf()
De_remainderf.c49 x = fabsf(x); in __ieee754_remainderf()
50 p = fabsf(p); in __ieee754_remainderf()
Ds_erff.c125 s = fabsf(x)-one; in erff()
133 x = fabsf(x); in erff()
180 s = fabsf(x)-one; in erfcf()
190 x = fabsf(x); in erfcf()
Ds_fabsf.c29 fabsf(float x) in fabsf() function
Ds_logbf.c30 if(ix==0) return (float)-1.0/fabsf(x); in logbf()
Dw_acosf.c38 if(fabsf(x)>(float)1.0) { in acosf()
Dw_asinf.c38 if(fabsf(x)>(float)1.0) { in asinf()
Dw_coshf.c38 if(fabsf(x)>(float)8.9415985107e+01) { in coshf()
Dw_atanhf.c38 y = fabsf(x); in atanhf()
Dw_j0f.c36 if(fabsf(x)>(float)X_TLOSS) { in j0f()
Dw_j1f.c37 if(fabsf(x)>(float)X_TLOSS) { in j1f()
Dw_jnf.c33 if(fabsf(x)>(float)X_TLOSS) { in jnf()
Ds_atanf.c75 x = fabsf(x); in atanf()
De_atan2f.c85 else z=atanf(fabsf(y/x)); /* safe to do y/x */ in __ieee754_atan2f()
Dk_tanf.c52 if((ix|(iy+1))==0) return one/fabsf(x); in __kernel_tanf()
De_asinf.c67 w = one-fabsf(x); in __ieee754_asinf()
Ds_remquof.c105 y = fabsf(y); in remquof()
De_rem_pio2f.c129 t = fabsf(x); in __ieee754_rem_pio2f()
De_j1f.c54 y = fabsf(x); in __ieee754_j1f()
De_j0f.c53 x = fabsf(x); in __ieee754_j0f()
De_lgammaf_r.c165 nadj = __ieee754_logf(pi/fabsf(t*x)); in __ieee754_lgammaf_r()

12