Searched refs:__ieee754_sqrtl (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A De_sqrtl.c1 #define FUNC __ieee754_sqrtl
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_sqrtl.c11 __ieee754_sqrtl (long double x) function
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A De_sqrtl.c11 __ieee754_sqrtl (long double x) function
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dw_sqrtl.c36 return __ieee754_sqrtl(x);
39 z = __ieee754_sqrtl(x);
H A Ds_csqrtl.c69 __imag__ res = __copysignl (__ieee754_sqrtl (-__real__ x),
74 __real__ res = fabsl (__ieee754_sqrtl (__real__ x));
80 long double r = __ieee754_sqrtl (0.5 * fabsl (__imag__ x));
94 r = __ieee754_sqrtl (0.5L * d + 0.5L * __real__ x);
99 s = __ieee754_sqrtl (0.5L * d - 0.5L * __real__ x);
H A Ds_asinhl.c63 w = __ieee754_logl(2.0*t+one/(__ieee754_sqrtl(x*x+one)+t));
66 w =__log1pl(fabsl(x)+t/(one+__ieee754_sqrtl(one+t)));
H A De_acoshl.c67 return __ieee754_logl(2.0*x-one/(x+__ieee754_sqrtl(t-one)));
H A De_hypotl.c114 w = __ieee754_sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
124 w = __ieee754_sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_asinl.c140 s = __ieee754_sqrtl (t);
H A De_j0l.c154 z = (invsqrtpi * cc) / __ieee754_sqrtl (x);
159 z = invsqrtpi * (u * cc - v * ss) / __ieee754_sqrtl (x);
270 z = (invsqrtpi * ss) / __ieee754_sqrtl (x);
275 z = invsqrtpi * (u * ss + v * cc) / __ieee754_sqrtl (x);
H A De_j1l.c156 z = (invsqrtpi * cc) / __ieee754_sqrtl (y);
161 z = invsqrtpi * (u * cc - v * ss) / __ieee754_sqrtl (y);
257 z = (invsqrtpi * ss) / __ieee754_sqrtl (x);
262 z = invsqrtpi * (u * ss + v * cc) / __ieee754_sqrtl (x);
H A De_jnl.c155 b = invsqrtpi * temp / __ieee754_sqrtl (x);
366 b = invsqrtpi * temp / __ieee754_sqrtl (x);
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath_private.h241 extern long double __ieee754_sqrtl (long double);

Completed in 51 milliseconds