Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/math/x86_64/
A Dfabsl.S1 .global fabsl
2 .type fabsl,@function
3 fabsl: label
/third_party/ulib/musl/src/math/
A Dfabsl.c3 long double fabsl(long double x) { in fabsl() function
7 long double fabsl(long double x) { in fabsl() function
/third_party/ulib/musl/third_party/math/
A Dtgammal.c183 q = fabsl(x); in tgammal()
198 z = fabsl(z) * stirf(q); in tgammal()
A Dpowl.c206 ya = fabsl(y); in powl()
208 yb = 0.5 * fabsl(w); in powl()
246 if (iyflg && floorl(x) == x && fabsl(y) < 32768.0) { in powl()
A Datan2l.c85 z = atanl(fabsl(y / x)); in atan2l()
A Dasinl.c54 z = (1.0 - fabsl(x)) * 0.5; in asinl()
A Derfl.c250 s = fabsl(x) - 1; in erfc1()
266 x = fabsl(x); in erfc2()
A Datanl.c135 x = fabsl(x); in atanl()
A D__tanl.c118 big = fabsl(x) >= 0.67434; in __tanl()
/third_party/ulib/musl/include/
A Dmath.h197 long double fabsl(long double);
/third_party/ulib/musl/src/internal/
A Dfloatscan.c317 if (fabsl(y) >= CONCAT(0x1p, LDBL_MANT_DIG)) { in decfloat()
/third_party/ulib/musl/
A Dmusl-rules.mk972 $(LOCAL_DIR)/src/math/fabsl.c \
1014 $(LOCAL_DIR)/src/math/x86_64/fabsl.S \

Completed in 15 milliseconds