Searched refs:__ieee754_sqrtf (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A De_acoshf.c43 return __ieee754_logf((float)2.0*x-one/(x+__ieee754_sqrtf(t-one)));
46 return log1pf(t+__ieee754_sqrtf((float)2.0*t+t*t));
H A Ds_asinhf.c42 w = __ieee754_logf((float)2.0*t+one/(__ieee754_sqrtf(x*x+one)+t));
45 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t)));
H A De_hypotf.c70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_sqrtf.c26 __ieee754_sqrtf(float x) function
H A De_powf.c111 return __ieee754_sqrtf(x);
H A Dmath_private.h858 #define __ieee754_sqrtf sqrtf macro

Completed in 87 milliseconds