Home
last modified time | relevance | path

Searched refs:__ldexp_cexpf (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_cexpf.c78 return (__ldexp_cexpf(z, 0)); in cexpf()
H A Dk_expf.c69 __ldexp_cexpf(float complex z, int expt) in __ldexp_cexpf() function
H A Ds_ccoshf.c68 z = __ldexp_cexpf(CMPLXF(fabsf(x), y), -1); in ccoshf()
H A Ds_csinhf.c68 z = __ldexp_cexpf(CMPLXF(fabsf(x), y), -1); in csinhf()
H A Dmath_private.h801 float complex __ldexp_cexpf(float complex,int);