Searched refs:sqrtl (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dsqrtl.s1 .global sqrtl
2 .type sqrtl,@function
3 sqrtl: fldt 4(%esp) label
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dsqrtl.s1 .global sqrtl
2 .type sqrtl,@function
3 sqrtl: fldt 8(%rsp) label
/haiku/src/system/libroot/posix/musl/math/
H A Dsqrtl.c3 long double sqrtl(long double x) function
H A Dacoshl.c17 return log1pl(x-1 + sqrtl((x-1)*(x-1)+2*(x-1)));
20 return logl(2*x - 1/(x+sqrtl(x*x-1)));
H A Dasinhl.c25 x = logl(2*x + 1/(sqrtl(x*x+1)+x));
28 x = log1pl(x + x*x/(sqrtl(x*x+1)+1));
H A Dacosh.c5 #define sqrt sqrtl
H A Dacoshf.c5 #define sqrtf sqrtl
H A Dacosl.c55 s = sqrtl(z);
60 s = sqrtl(z);
H A Dasinl.c57 s = sqrtl(z);
H A Dhypotl.c64 return z*sqrtl(ly+lx+hy+hx);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_csqrtl.c69 __imag__ res = copysignl (sqrtl (-__real__ x),
74 __real__ res = fabsl (sqrtl (__real__ x));
80 long double r = sqrtl (0.5 * fabsl (__imag__ x));
94 r = sqrtl (0.5L * d + 0.5L * __real__ x);
99 s = sqrtl (0.5L * d - 0.5L * __real__ x);
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhl.c79 long double s = sqrtl ((ix + 1.0L) * (ix - 1.0L));
92 long double s = sqrtl (ix2m1);
105 long double d = sqrtl (ix2m1 * ix2m1 + f);
108 long double r1 = sqrtl ((dm + rx2) / 2.0L);
124 __real__ res = log1pl (2.0L * (rx + sqrtl (rx))) / 2.0L;
126 __imag__ res = atan2l (sqrtl (rx),
129 __imag__ res = atan2l (1.0L, sqrtl (rx));
133 long double d = rx * sqrtl (4.0L + rx * rx);
134 long double s1 = sqrtl ((d + rx * rx) / 2.0L);
135 long double s2 = sqrtl ((
[all...]
/haiku/headers/posix/
H A Dmath.h309 extern long double sqrtl(long double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2470 void sqrtl() {} function
H A Dlibroot_stubs_legacy.c2461 void sqrtl() {} function

Completed in 198 milliseconds