Searched refs:fabsl (Results 1 - 20 of 20) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dfabsl.s1 .global fabsl
2 .type fabsl,@function
3 fabsl: label
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dfabsl.s1 .global fabsl
2 .type fabsl,@function
3 fabsl: label
/haiku/src/system/libroot/posix/musl/math/
H A Dfabsl.c3 long double fabsl(long double x) function
8 long double fabsl(long double x) function
H A Dasinl.c56 z = (1.0 - fabsl(x))*0.5;
H A Datan2l.c76 z = atanl(fabsl(y/x));
H A Dtgammal.c212 q = fabsl(x);
227 z = fabsl(z) * stirf(q);
H A Dpowl.c249 ya = fabsl(y);
251 yb = 0.5 * fabsl(w);
290 if (iyflg && floorl(x) == x && fabsl(y) < 32768.0) {
H A Derfl.c246 s = fabsl(x) - 1;
262 x = fabsl(x);
H A D__tanl.c105 big = fabsl(x) >= 0.67434;
H A Datanl.c154 x = fabsl(x);
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_csqrtl.c74 __real__ res = fabsl (sqrtl (__real__ x));
80 long double r = sqrtl (0.5 * fabsl (__imag__ x));
100 r = fabsl ((0.5L * __imag__ x) / s);
H A Ds_clogl.c40 __real__ result = -1.0 / fabsl (__real__ x);
H A Ds_clog10l.c40 __real__ result = -1.0 / fabsl (__real__ x);
H A Ds_csinl.c36 __real__ x = fabsl (__real__ x);
H A Ds_csinhl.c36 __real__ x = fabsl (__real__ x);
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhl.c45 rx = fabsl (__real__ x);
46 ix = fabsl (__imag__ x);
H A Dmath_private.h302 extern long double fabsl (long double x);
/haiku/headers/posix/
H A Dmath.h274 extern long double fabsl(long double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1669 void fabsl() {} function
H A Dlibroot_stubs_legacy.c1613 void fabsl() {} function

Completed in 284 milliseconds