HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_EMIN_MIN (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/lgpl3/mpfr/dist/src/
init2.c 49 MPFR_STAT_STATIC_ASSERT( MPFR_EMIN_MIN >= -(MPFR_EXP_MAX >> 1) );
cot.c 57 MPFR_STAT_STATIC_ASSERT (MPFR_EMIN_MIN + MPFR_EMAX_MAX == 0); \
div_2si.c 53 else if (MPFR_UNLIKELY(n <= 0 && (__gmpfr_emax < MPFR_EMIN_MIN - n ||
mul_2si.c 42 if (MPFR_UNLIKELY(n >= 0 && (__gmpfr_emax < MPFR_EMIN_MIN + n ||
urandom.c 93 /* Any value of exp < MPFR_EMIN_MIN - 1 are equivalent. So, we can
95 if (MPFR_LIKELY (exp >= MPFR_EMIN_MIN - 1))
100 exponent range. Therefore we do not use MPFR_EMIN_MIN or __gmpfr_emin
pow_si.c 141 MPFR_EMIN_MIN - 2 /* Underflow */ :
181 MPFR_STAT_STATIC_ASSERT (MPFR_EMIN_MIN + MPFR_EMAX_MAX <= 0);
jn.c 211 Note that if emin = MPFR_EMIN_MIN and j = 1, this inequality
215 || (absn <= - MPFR_EMIN_MIN &&
261 exps = MPFR_IS_ZERO (s) ? MPFR_EMIN_MIN : MPFR_GET_EXP (s);
280 exps = MPFR_IS_ZERO (s) ? MPFR_EMIN_MIN : MPFR_GET_EXP (t);
284 exps = MPFR_IS_ZERO (s) ? MPFR_EMIN_MIN : MPFR_GET_EXP (s);
set_q.c 125 if (MPFR_UNLIKELY (sn <= (MPFR_EMIN_MIN - 2) / GMP_NUMB_BITS - 1))
agm.c 179 MPFR_ASSERTN (e1 > MPFR_EMIN_MIN);
202 scaleop = (MPFR_EMIN_MIN + 2 - e1 - e2) / 2;
exceptions.c 42 if (MPFR_LIKELY (exponent >= MPFR_EMIN_MIN && exponent <= MPFR_EMIN_MAX))
56 return MPFR_EMIN_MIN;
252 /* Note: It is possible that for pure FP numbers, EXP(x) < MPFR_EMIN_MIN,
rndna.c 27 case emin = MPFR_EMIN_MIN from the caller. */
77 MPFR_ASSERTN(__gmpfr_emin > MPFR_EMIN_MIN);
atan2.c 223 2 * (mpfr_uexp_t) - MPFR_EMIN_MIN + 5);
  /src/external/lgpl3/mpfr/dist/tests/
tversion.c 471 if (e != MPFR_EMIN_MIN)
473 printf ("ERROR! mpfr_get_emin_min != MPFR_EMIN_MIN (%"
475 (mpfr_eexp_t) e, (mpfr_eexp_t) MPFR_EMIN_MIN);
489 (mpfr_eexp_t) MPFR_EMIN_MIN, (mpfr_eexp_t) MPFR_EMAX_MAX);
tsgn.c 40 e = MPFR_IS_SINGULAR (x) ? MPFR_EMIN_MIN : mpfr_get_exp (x);
tmul_2exp.c 100 if (e == MPFR_EMIN_MIN)
101 printf ("MPFR_EMIN_MIN");
132 if (mpfr_get_emin () != MPFR_EMIN_MIN)
134 underflow (MPFR_EMIN_MIN);
243 if (mpfr_get_emin () == MPFR_EMIN_MIN)
245 /* Redo the test with __gmpfr_emin set to MPFR_EMIN_MIN, which can
247 set_emin (MPFR_EMIN_MIN);
tfmma.c 121 set_emin (MPFR_EMIN_MIN);
136 mpfr_setmin (a, MPFR_EMIN_MIN);
139 mpfr_setmin (a, MPFR_EMIN_MIN+1);
198 set_emin (MPFR_EMIN_MIN);
372 set_emin (MPFR_EMIN_MIN);
587 set_emin (MPFR_EMIN_MIN);
589 mpfr_set_ui_2exp (x, 1, MPFR_EMIN_MIN - 1, MPFR_RNDN);
tset_sj.c 130 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, MPFR_EMIN_MIN-1000, MPFR_RNDN);
181 { MPFR_EMIN_MIN, -REXP, REXP, MPFR_EMAX_MAX, MPFR_EXP_MAX };
312 set_emin (MPFR_EMIN_MIN);
tdigamma.c 67 set_emin (MPFR_EMIN_MIN);
texceptions.c 75 if ((mpfr_set_emin)(MPFR_EMIN_MIN) != 0)
77 if ((mpfr_get_emin)() != MPFR_EMIN_MIN)
79 if ((mpfr_set_emin)(MPFR_EMIN_MIN-1) == 0)
89 if ((mpfr_get_emin_min) () != MPFR_EMIN_MIN)
tfrexp.c 139 set_emin (MPFR_EMIN_MIN);
184 set_emin (MPFR_EMIN_MIN);
tui_div.c 186 set_emin (MPFR_EMIN_MIN);
190 mpfr_setmin (x, MPFR_EMIN_MIN);
tgamma.c 508 set_emin (MPFR_EMIN_MIN);
664 MPFR_ASSERTN (MPFR_EMIN_MIN == - MPFR_EMAX_MAX);
665 set_emin (MPFR_EMIN_MIN);
878 if (emin != MPFR_EMIN_MIN)
880 set_emin (MPFR_EMIN_MIN);
881 err |= tiny_aux (stop, MPFR_EMIN_MIN);
1002 set_emin (MPFR_EMIN_MIN);
tlog10.c 65 set_emin (MPFR_EMIN_MIN);
texp10.c 313 /* This test assumes that MPFR_EMIN_MIN = -2^62 (exactly).
315 if ((((0UL - MPFR_EMIN_MIN) >> 31) >> 30) != 1)
318 set_emin (MPFR_EMIN_MIN);
tui_pow.c 154 set_emin (MPFR_EMIN_MIN);

Completed in 22 milliseconds

1 2 3