Searched refs:__ieee754_expf (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_exp10f.c29 return __ieee754_expf (M_LN10 * arg);
H A Dw_expf.c43 return __ieee754_expf(x);
46 z = __ieee754_expf(x);
H A De_coshf.c56 t = __ieee754_expf(fabsf(x));
61 if (ix < 0x42b17180) return half*__ieee754_expf(fabsf(x));
65 w = __ieee754_expf(half*fabsf(x));
H A De_sinhf.c57 if (ix < 0x42b17180) return h*__ieee754_expf(fabsf(x));
61 w = __ieee754_expf((float)0.5*fabsf(x));
H A De_gammaf_r.c55 return __ieee754_expf (__ieee754_lgammaf_r (x, signgamp));
H A De_expf.c67 __ieee754_expf (float x) function
H A Ds_cexpf.c41 float exp_val = __ieee754_expf (__real__ x);
H A Ds_erff.c155 r = __ieee754_expf(-z*z-(float)0.5625)*__ieee754_expf((z-x)*(z+x)+R/S);
218 r = __ieee754_expf(-z*z-(float)0.5625)*
219 __ieee754_expf((z-x)*(z+x)+R/S);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_expf.S12 ENTRY(__ieee754_expf) function
42 END (__ieee754_expf)
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath_private.h205 extern float __ieee754_expf (float);

Completed in 59 milliseconds