Searched refs:__ieee754_expf (Results 1 - 4 of 4) sorted by path

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_coshf.c46 t = __ieee754_expf(fabsf(x));
51 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
H A De_expf.c46 __ieee754_expf(float x) function
H A De_sinhf.c48 if (ix < 0x42b17217) return h*__ieee754_expf(fabsf(x));
H A Dmath_private.h717 #define __ieee754_expf expf macro

Completed in 1615 milliseconds