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

  /bionic/libm/src/
e_acoshf.c 44 return __ieee754_logf((float)2.0*x-one/(x+__ieee754_sqrtf(t-one)));
47 return log1pf(t+__ieee754_sqrtf((float)2.0*t+t*t));
s_asinhf.c 43 w = __ieee754_logf((float)2.0*t+one/(__ieee754_sqrtf(x*x+one)+t));
46 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t)));
e_hypotf.c 70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_acosf.c 63 s = __ieee754_sqrtf(z);
70 s = __ieee754_sqrtf(z);
e_sqrtf.c 26 __ieee754_sqrtf(float x) function
e_asinf.c 68 s = __ieee754_sqrtf(t);
math_private.h 231 #define __ieee754_sqrtf sqrtf macro
e_powf.c 106 return __ieee754_sqrtf(x);

Completed in 23 milliseconds