HomeSort by relevance Sort by last modified time
    Searched refs:__ldexp_cexpf (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
k_expf.c 70 __ldexp_cexpf(float complex z, int expt) function
s_cexpf.c 77 return (__ldexp_cexpf(z, 0));
s_ccoshf.c 69 z = __ldexp_cexpf(cpackf(fabsf(x), y), -1);
s_csinhf.c 69 z = __ldexp_cexpf(cpackf(fabsf(x), y), -1);
math_private.h 464 float complex __ldexp_cexpf(float complex,int);

Completed in 51 milliseconds