Home
last modified time | relevance | path

Searched refs:__ldexp_expf (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_coshf.c55 return __ldexp_expf(fabsf(x), -1); in coshf()
De_sinhf.c52 return h*2.0F*__ldexp_expf(fabsf(x), -1); in sinhf()
Dk_expf.c60 __ldexp_expf(float x, int expt) in __ldexp_expf() function
Dmath_private.h801 float __ldexp_expf(float,int);