Searched refs:ey (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/mpc/src/
H A Dasin.c149 mpfr_exp_t ex, ey, err; local
168 ey = mpfr_get_exp (mpc_imagref(z1)) - p - 1;
169 /* err(y) <= 2^ey */
170 ex = (ex >= ey) ? ex : ey; /* err(x), err(y) <= 2^ex, i.e., the norm
173 ey = mpfr_get_exp (mpc_realref(z1)) >= mpfr_get_exp (mpc_imagref(z1))
175 /* we have |z1| >= 2^(ey-1) thus 1/|z1| <= 2^(1-ey) */
177 ex = (2 * ex + 1) - 2 - (ey - 1); /* |h^2/4/|t| <= 2^ex */
180 ey
[all...]
H A Dpow.c105 mpfr_exp_t ey; local
111 ey = mpfr_get_z_exp (my, y);
114 ey += (mpfr_exp_t) t;
116 /* y = my*2^ey */
119 if (ey >= 2)
121 else if (ey == 1)
123 else if (ey == 0)
176 mpfr_exp_t ec, ed, ey; local
200 ey = mpfr_get_z_exp (my, y);
203 ey
[all...]
H A Dfma.c34 mpfr_exp_t ey = mpfr_get_exp (y); local
36 mpfr_exp_t ulpy = ey - mpfr_get_prec (y);
37 return ((ex >= ey) ? ex : ey) + 1 - ((ulpx <= ulpy) ? ulpx : ulpy);
/haiku-buildtools/gcc/mpfr/src/
H A Drem1.c59 mpfr_exp_t ex, ey; local
91 ey = mpfr_get_z_2exp (my, y); /* y = my*2^ey */
105 ey += k;
109 if (ex <= ey)
111 /* q = x/y = mx/(my*2^(ey-ex)) */
112 mpz_mul_2exp (my, my, ey - ex); /* divide mx by my*2^(ey-ex) */
128 else /* ex > ey */
138 /* Let X = mx*2^(ex-ey) an
[all...]
H A Dexp3.c293 mpfr_exp_t ey; local
296 ey = MPFR_GET_EXP (y);
301 MPFR_IS_ZERO (y) && ey == __gmpfr_emin + 1)
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid_sqrt_macros.h142 int ey, k; local
151 ey = 0x3ff - (ly.i >> 52);
157 // shr by 2*ey+40, to get a 64-bit value
158 k = (ey << 1) + 104 - 64;
204 k = ey + 51;
236 int ey, k, k2; local
254 ey = 0x3ff - (ly.i >> 52);
256 // A10*RS^2, scaled by 2^(2*ey+104)
260 // shr by k=(2*ey+104)-128
263 k = (ey <<
[all...]
H A Dbid64_fma.c77 int digits_p, bp, final_exponent, exponent_z, digits_z, ez, ey, local
367 ey = final_exponent - extra_digits;
368 extra_digits = ez - ey;
/haiku-buildtools/legacy/gcc/gcc/
H A Dreal.c1279 unsigned EMUSHORT ex[NE], ey[NE];
1282 GET_REAL (&y, ey);
1283 return (ecmp (ex, ey));
1274 unsigned EMUSHORT ex[NE], ey[NE]; local

Completed in 76 milliseconds