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

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

Completed in 93 milliseconds