Home
last modified time | relevance | path

Searched refs:fabs (Results 1 – 25 of 153) sorted by relevance

1234567

/sysdeps/ieee754/dbl-64/
A Ddla.h48 z=(x)+(y); zz=(fabs(x)>fabs(y)) ? (((x)-(z))+(y)) : (((y)-(z))+(x));
56 z=(x)-(y); zz=(fabs(x)>fabs(y)) ? (((x)-(z))-(y)) : ((x)-((y)+(z)));
106 r = (x) + (y); s = (fabs (x) > fabs (y)) ? \
119 r = (x) - (y); s = (fabs (x) > fabs (y)) ? \
156 if (fabs (x) > fabs (y)) { rr = ((x) - r) + (y); s = (rr + (yy)) + (xx); } \
161 ss = (fabs (xx) > fabs (yy)) ? (((xx) - s) + (yy)) : (((yy) - s) + (xx));\
163 uu = (fabs (r) > fabs (s)) ? ((r - u) + s) : ((s - u) + r); \
165 zz = (fabs (u) > fabs (w)) ? ((u - z) + w) : ((w - z) + u); }
177 if (fabs (x) > fabs (y)) { rr = ((x) - r) - (y); s = (rr - (yy)) + (xx); } \
182 ss = (fabs (xx) > fabs (yy)) ? (((xx) - s) - (yy)) : ((xx) - ((yy) + s)); \
[all …]
A De_cosh.c56 t = __expm1(fabs(x)); in __ieee754_cosh()
62 t = __ieee754_exp(fabs(x)); in __ieee754_cosh()
67 if (ix < 0x40862e42) return half*__ieee754_exp(fabs(x)); in __ieee754_cosh()
74 w = __ieee754_exp(half*fabs(x)); in __ieee754_cosh()
A De_sinh.c71 t = __expm1 (fabs (x)); in __ieee754_sinh()
79 return h * __ieee754_exp (fabs (x)); in __ieee754_sinh()
85 w = __ieee754_exp (0.5 * fabs (x)); in __ieee754_sinh()
A De_remainder.c71 if (fabs (xx) > 0.5 * t.x) in __ieee754_remainder()
103 if (fabs (u.x) < 0.5 * t.x) in __ieee754_remainder()
106 if (fabs (u.x) > 0.5 * t.x) in __ieee754_remainder()
119 y = fabs (y) * t128.x; in __ieee754_remainder()
129 y = fabs (y); in __ieee754_remainder()
131 d = fabs (z); in __ieee754_remainder()
132 if (d <= fabs (d - y)) in __ieee754_remainder()
A Ds_asinh.c52 w = __ieee754_log (fabs (x)) + ln2; in __asinh()
56 double xa = fabs (x); in __asinh()
A Ds_tanh.c80 t = __expm1 (two * fabs (x)); in __tanh()
85 t = __expm1 (-two * fabs (x)); in __tanh()
/sysdeps/powerpc/fpu/
A Dround_to_integer.h84 if (fabs (x) > 0x1p+23) in round_to_integer_float()
104 r = fabs (r); in round_to_integer_float()
112 r = -fabs (r); in round_to_integer_float()
126 if (fabs (x) > 0x1p+52) in round_to_integer_double()
139 r = fabs (r); in round_to_integer_double()
147 r = -fabs (r); in round_to_integer_double()
/sysdeps/ia64/fpu/
A Ds_fabs.S64 GLOBAL_IEEE754_ENTRY(fabs)
81 GLOBAL_IEEE754_END(fabs)
82 libm_alias_double_other (__fabs, fabs)
/sysdeps/powerpc/powerpc32/fpu/
A Ds_llround.c60 double ax = fabs (x); in __llround()
74 ax = -fabs (ax); in __llround()
85 if (fabs (x) < 0x1p31) in __llround()
112 if (!(fabs (x) < 0x1p52)) in __llround()
A Ds_lround.c45 double ax = fabs (x); in __lround()
61 ax = -fabs (ax); in __lround()
/sysdeps/i386/fpu/
A Ds_fabs.S7 fabs
10 libm_alias_double (__fabs, fabs)
A Ds_fabsf.S7 fabs
10 libm_alias_float (__fabs, fabs)
A Ds_fabsl.S7 fabs
10 libm_alias_ldouble (__fabs, fabs)
A De_log.S42 fabs // |x-1| : x-1 : x : log(2)
52 fabs // log(1) is +0 in all rounding modes.
76 fabs // |x-1| : x-1 : x : log(2)
86 fabs // log(1) is +0 in all rounding modes.
A De_logl.S46 fabs // |x-1| : x-1 : x : log(2)
56 fabs // log(1) is +0 in all rounding modes.
81 fabs // |x-1| : x-1 : x : log(2)
91 fabs // log(1) is +0 in all rounding modes.
A Di386-math-asm.h139 fabs; \
155 fabs; \
175 fabs; \
191 fabs; \
210 fabs; \
228 fabs; \
260 fabs; \
275 fabs; \
291 fabs; \
A De_pow.S110 fabs // |y| : y : x
130 fabs // |y| : y : x
154 fabs
159 fabs
163 fabs // |x| : x : ST*x
199 fabs // |x| : y
208 fabs // |x-1| : 0.29 : 1.0 : x : y
234 fabs // |y| : y : 2^fract(y*log2(x)) : int(y*log2(x))
281 fabs // abs(x) : 1
316 fabs // |y| : y
[all …]
/sysdeps/x86_64/fpu/
A Ds_fabsl.S25 fabs
28 libm_alias_ldouble (__fabs, fabs)
A De_log10l.S40 fabs // |x-1| : x-1 : x : log10(2)
50 fabs // log10(1) is +0 in all rounding modes.
74 fabs // |x-1| : x-1 : x : log10(2)
84 fabs // log10(1) is +0 in all rounding modes.
A De_log2l.S40 fabs // |x-1| : x-1 : x : 1
50 fabs // log2(1) is +0 in all rounding modes.
74 fabs // |x-1| : x-1 : x : 1
84 fabs // log2(1) is +0 in all rounding modes.
A De_logl.S43 fabs // |x-1| : x-1 : x : log(2)
53 fabs // log(1) is +0 in all rounding modes.
77 fabs // |x-1| : x-1 : x : log(2)
87 fabs // log(1) is +0 in all rounding modes.
/sysdeps/i386/i686/fpu/
A De_logl.S45 fabs // |x-1| : x-1 : x : log(2)
55 fabs // log(1) is +0 in all rounding modes.
78 fabs // |x-1| : x-1 : x : log(2)
88 fabs // log(1) is +0 in all rounding modes.
/sysdeps/ieee754/ldbl-128ibm/
A Dx2y2m1l.c43 double pd = fabs (*(const double *) p); in compare()
44 double qd = fabs (*(const double *) q); in compare()
65 if (fabs (xu.d[1].d) < 0x1p-500) in __x2y2m1l()
67 if (fabs (yu.d[1].d) < 0x1p-500) in __x2y2m1l()
A Ds_roundl.c52 if (fabs (hi - xh) == 0.5) in __roundl()
69 if (fabs (lo - xl) == 0.5) in __roundl()
/sysdeps/powerpc/powerpc64/fpu/
A Ds_llround.c55 double ax = fabs (x); in __llround()
69 ax = -fabs (ax); in __llround()

Completed in 24 milliseconds

1234567