Home
last modified time | relevance | path

Searched refs:fabsl (Results 1 – 25 of 28) sorted by relevance

12

/haiku/src/system/libroot/posix/musl/math/x86/
H A Dfabsl.s1 .global fabsl symbol
2 .type fabsl,@function
3 fabsl: label
H A DJamfile73 fabs.s fabsf.s fabsl.s floor.s floorf.s floorl.s
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dfabsl.s1 .global fabsl symbol
2 .type fabsl,@function
3 fabsl: label
H A DJamfile59 fabsf.s fabsl.s fabs.s floorl.s fmodl.s
/haiku/src/system/libroot/posix/musl/math/
H A Dfabsl.c3 long double fabsl(long double x) in fabsl() function
8 long double fabsl(long double x) in fabsl() function
H A Dtgammal.c212 q = fabsl(x); in tgammal()
227 z = fabsl(z) * stirf(q); in tgammal()
H A Dpowl.c249 ya = fabsl(y); in powl()
251 yb = 0.5 * fabsl(w); in powl()
290 if (iyflg && floorl(x) == x && fabsl(y) < 32768.0) { in powl()
H A Datan2l.c76 z = atanl(fabsl(y/x)); in atan2l()
H A Derfl.c246 s = fabsl(x) - 1; in erfc1()
262 x = fabsl(x); in erfc2()
H A Dasinl.c56 z = (1.0 - fabsl(x))*0.5; in asinl()
H A Datanl.c154 x = fabsl(x); in atanl()
H A D__tanl.c105 big = fabsl(x) >= 0.67434; in __tanl()
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_csqrtl.c74 __real__ res = fabsl (sqrtl (__real__ x)); in __csqrtl()
80 long double r = sqrtl (0.5 * fabsl (__imag__ x)); in __csqrtl()
100 r = fabsl ((0.5L * __imag__ x) / s); in __csqrtl()
H A Ds_clog10l.c40 __real__ result = -1.0 / fabsl (__real__ x); in __clog10l()
H A Ds_clogl.c40 __real__ result = -1.0 / fabsl (__real__ x); in __clogl()
H A Ds_csinhl.c36 __real__ x = fabsl (__real__ x); in __csinhl()
H A Ds_csinl.c36 __real__ x = fabsl (__real__ x); in __csinl()
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhl.c45 rx = fabsl (__real__ x); in __kernel_casinhl()
46 ix = fabsl (__imag__ x); in __kernel_casinhl()
H A Dmath_private.h300 extern long double fabsl (long double x);
/haiku/src/system/libroot/posix/musl/math/arm64/
H A DJamfile30 fabsl.c
/haiku/src/system/libroot/posix/musl/math/m68k/
H A DJamfile28 fabs.c fabsf.c fabsl.c
/haiku/src/system/libroot/posix/musl/math/sparc/
H A DJamfile28 fabs.c fabsf.c fabsl.c
/haiku/src/system/libroot/posix/musl/math/ppc/
H A DJamfile28 fabsl.c
/haiku/src/system/libroot/posix/musl/math/riscv64/
H A DJamfile28 fabsl.c
/haiku/src/system/libroot/posix/musl/math/arm/
H A DJamfile28 fabsl.c

12