Home
last modified time | relevance | path

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

12345

/sysdeps/powerpc/nofpu/
A DMakefile27 CFLAGS-e_atan2l.c += -fno-builtin-fabsl
28 CFLAGS-e_hypotl.c += -fno-builtin-fabsl
29 CFLAGS-e_powl.c += -fno-builtin-fabsl
45 CFLAGS-w_j0l_compat.c += -fno-builtin-fabsl
46 CFLAGS-w_j1l_compat.c += -fno-builtin-fabsl
47 CFLAGS-e_lgammal_r.c += -fno-builtin-fabsl
48 CFLAGS-e_log10l.c += -fno-builtin-fabsl
49 CFLAGS-e_log2l.c += -fno-builtin-fabsl
50 CFLAGS-e_remainderl.c += -fno-builtin-fabsl
51 CFLAGS-s_fmaxmagl.c += -fno-builtin-fabsl
[all …]
/sysdeps/ieee754/ldbl-128ibm/
A De_coshl.c58 t = __expm1l(fabsl(x)); in __ieee754_coshl()
65 t = __ieee754_expl(fabsl(x)); in __ieee754_coshl()
70 if (ix < 0x40862e42fefa39efLL) return half*__ieee754_expl(fabsl(x)); in __ieee754_coshl()
74 w = __ieee754_expl(half*fabsl(x)); in __ieee754_coshl()
A De_sinhl.c62 t = __expm1l(fabsl(x)); in __ieee754_sinhl()
69 if (ix < 0x40862e42fefa39efLL) return h*__ieee754_expl(fabsl(x)); in __ieee754_sinhl()
73 w = __ieee754_expl(0.5*fabsl(x)); in __ieee754_sinhl()
A Ds_tanhl.c76 t = __expm1l(two*fabsl(x)); in __tanhl()
79 t = __expm1l(-two*fabsl(x)); in __tanhl()
A De_atanhl.c54 t = fabsl (x); in __ieee754_atanhl()
65 x = fabsl (x); in __ieee754_atanhl()
A Ds_asinhl.c54 w = __ieee754_logl(fabsl(x))+ln2; in __asinhl()
60 w =__log1pl(fabsl(x)+t/(one+sqrtl(one+t))); in __asinhl()
A De_remainderl.c63 x = fabsl(x); in __ieee754_remainderl()
64 p = fabsl(p); in __ieee754_remainderl()
A Ds_remquol.c65 x = fabsl (x); in __remquol()
66 y = fabsl (y); in __remquol()
A Ds_fabsl.c43 long_double_symbol (libm, __fabsl, fabsl);
/sysdeps/ieee754/ldbl-96/
A De_coshl.c59 t = __expm1l(fabsl(x)); in __ieee754_coshl()
65 t = __ieee754_expl(fabsl(x)); in __ieee754_coshl()
71 return half*__ieee754_expl(fabsl(x)); in __ieee754_coshl()
77 w = __ieee754_expl(half*fabsl(x)); in __ieee754_coshl()
A De_sinhl.c66 t = __expm1l(fabsl(x)); in __ieee754_sinhl()
73 return h*__ieee754_expl(fabsl(x)); in __ieee754_sinhl()
79 w = __ieee754_expl(0.5*fabsl(x)); in __ieee754_sinhl()
A Ds_asinhl.c53 w = __ieee754_logl(fabsl(x))+ln2; in __asinhl()
55 long double xa = fabsl(x); in __asinhl()
A Dx2y2m1l.c43 long double pld = fabsl (*(const long double *) p); in compare()
44 long double qld = fabsl (*(const long double *) q); in compare()
A Ds_tanhl.c78 t = __expm1l(two*fabsl(x)); in __tanhl()
81 t = __expm1l(-two*fabsl(x)); in __tanhl()
A De_hypotl.c75 x = fabsl (x); in __ieee754_hypotl()
76 y = fabsl (y); in __ieee754_hypotl()
A Dk_tanl.c92 long double absx = fabsl (x); in __kernel_tanl()
100 return one / fabsl (x); in __kernel_tanl()
A Ds_remquol.c59 x = fabsl (x); in __remquol()
60 p = fabsl (p); in __remquol()
/sysdeps/ia64/fpu/
A Ds_fabsl.S64 GLOBAL_IEEE754_ENTRY(fabsl)
81 GLOBAL_IEEE754_END(fabsl)
/sysdeps/ieee754/ldbl-opt/
A Dnldbl-fabs.c5 fabsl (double x) in fabsl() function
/sysdeps/ieee754/ldbl-128/
A Dx2y2m1l.c44 _Float128 pld = fabsl (*(const _Float128 *) p); in compare()
45 _Float128 qld = fabsl (*(const _Float128 *) q); in compare()
A De_remainderl.c53 x = fabsl(x); in __ieee754_remainderl()
54 p = fabsl(p); in __ieee754_remainderl()
A Ds_remquol.c59 x = fabsl (x); in __remquol()
60 y = fabsl (y); in __remquol()
A Ds_logbl.c37 return -1.0 / fabsl (x); in __logbl()
/sysdeps/powerpc/powerpc64/fpu/
A Ds_fabsl.S34 long_double_symbol (libm, __fabsl, fabsl)
/sysdeps/m68k/m680x0/fpu/
A Ds_logbl.c32 return -1.0 / fabsl (x); in __logbl()

Completed in 18 milliseconds

12345