Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_cexp.c79 return (__ldexp_cexp(z, 0)); in cexp()
H A Dk_exp.c86 __ldexp_cexp(double complex z, int expt) in __ldexp_cexp() function
H A Ds_ccosh.c77 z = __ldexp_cexp(CMPLX(fabs(x), y), -1); in ccosh()
H A Ds_csinh.c77 z = __ldexp_cexp(CMPLX(fabs(x), y), -1); in csinh()
H A Dmath_private.h783 double complex __ldexp_cexp(double complex,int);