Searched refs:fabsl (Results 1 – 12 of 12) sorted by relevance
1 .global fabsl2 .type fabsl,@function3 fabsl: label
3 long double fabsl(long double x) { in fabsl() function7 long double fabsl(long double x) { in fabsl() function
183 q = fabsl(x); in tgammal()198 z = fabsl(z) * stirf(q); in tgammal()
206 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()
85 z = atanl(fabsl(y / x)); in atan2l()
54 z = (1.0 - fabsl(x)) * 0.5; in asinl()
250 s = fabsl(x) - 1; in erfc1()266 x = fabsl(x); in erfc2()
135 x = fabsl(x); in atanl()
118 big = fabsl(x) >= 0.67434; in __tanl()
197 long double fabsl(long double);
317 if (fabsl(y) >= CONCAT(0x1p, LDBL_MANT_DIG)) { in decfloat()
972 $(LOCAL_DIR)/src/math/fabsl.c \1014 $(LOCAL_DIR)/src/math/x86_64/fabsl.S \
Completed in 15 milliseconds