HomeSort by: relevance | last modified time | path
    Searched refs:exp_a (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
sub1.c 35 mpfr_exp_t diff_exp, exp_a, exp_b; local
150 exp_a = exp_b; /* may be any out-of-range value due to UBF */
153 if (exp_a != MPFR_EXP_MAX)
154 exp_a ++);
202 exp_a --;
210 if (MPFR_UNLIKELY (exp_a > __gmpfr_emax))
212 if (MPFR_UNLIKELY (exp_a < __gmpfr_emin))
215 (exp_a < __gmpfr_emin - 1 ||
220 MPFR_SET_EXP (a, exp_a);
696 with UBF in the computation of exp_a. *
    [all...]
log.c 47 mpfr_exp_t exp_a; local
99 exp_a = MPFR_GET_EXP (a);
102 if (MPFR_UNLIKELY (exp_a == 1 && mpfr_cmp_ui (a, 1) == 0))
129 If mpfr_exp_t has N bits, then both (p + 3) / 2 and |exp_a| fit
131 m = (p + 3) / 2 - exp_a;
get_str.c 2590 mpfr_exp_t exp_a; local
2605 /* otherwise err is such that |x*b^(m-g)-a*2^exp_a| < 2^(err+exp_a) */
2784 exp_a = MPFR_GET_EXP (x) - n * GMP_NUMB_BITS;
2790 /* a2*2^exp_a = b^e */
2791 err = mpfr_mpn_exp (a, &exp_a, b, exp, n);
2811 exp_a += MPFR_GET_EXP (x);
2820 exp_a --;
2829 /* a2*2^exp_a = b^e */
2830 err = mpfr_mpn_exp (a, &exp_a, b, exp, n)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
divv2df3.c 39 vec_ullong2 exp_a, exp_b; local
107 exp_a = spu_and((vec_ullong2)a, exp_mask);
133 exp = spu_rlmaska(spu_sub((vec_int4)exp_a, (vec_int4)exp_b), -20);
  /src/external/lgpl3/mpfr/dist/tests/
tfmma.c 254 mpfr_exp_t emax, exp_a; local
264 exp_a = emax/2 + 32;
272 mpfr_set_exp (a, exp_a);
276 mpfr_set_exp (k, exp_a - 32);
318 mpfr_set_exp (c, RAND_BOOL () ? exp_a - 2 : __gmpfr_emin);
322 mpfr_set_exp (d, RAND_BOOL () ? exp_a - 2 : __gmpfr_emin);
  /src/external/lgpl3/mpc/dist/src/
atan.c 165 mpfr_exp_t err, exp_a; local
171 exp_a = mpfr_get_exp (y);
195 err = exp_a - mpfr_get_exp (y) + 1 - mpfr_get_exp (z);

Completed in 21 milliseconds