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

/freebsd-12-stable/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_sinhf.c48 if (ix < 0x42b17217) return h*__ieee754_expf(fabsf(x));
H A De_expf.c46 __ieee754_expf(float x) function
H A Dmath_private.h865 #define __ieee754_expf expf macro

Completed in 62 milliseconds