Home
last modified time | relevance | path

Searched refs:MPFR_EMAX_MAX (Results 1 – 25 of 67) sorted by relevance

123

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtmul_2exp.c164 if (e == MPFR_EMAX_MAX) in large()
187 if (e == MPFR_EMAX_MAX) in large()
210 if (e == MPFR_EMAX_MAX) in large()
240 if (mpfr_get_emax () != MPFR_EMAX_MAX) in large0()
242 large (MPFR_EMAX_MAX); in large0()
431 if (mpfr_get_emax () != MPFR_EMAX_MAX) in main()
433 overflow0 (MPFR_EMAX_MAX); in main()
H A Dtversion.c480 if (e != MPFR_EMAX_MAX) in main()
483 (mpfr_eexp_t) e, (mpfr_eexp_t) MPFR_EMAX_MAX); in main()
488 (mpfr_eexp_t) MPFR_EMIN_MIN, (mpfr_eexp_t) MPFR_EMAX_MAX); in main()
H A Dtfrexp.c140 set_emax (MPFR_EMAX_MAX); in check1()
151 mpfr_set_exp (x, MPFR_EMAX_MAX); in check1()
185 set_emax (MPFR_EMAX_MAX); in check1()
H A Dtcot.c135 if (MPFR_EMAX_MAX != MPFR_EMAX_DEFAULT) in main()
136 two2emin (MPFR_EMAX_MAX); in main()
H A Dtset_sj.c126 inex = mpfr_set_uj_2exp (x, UINTMAX_MAX, MPFR_EMAX_MAX-10, MPFR_RNDN); in check_set_uj_2exp()
181 { MPFR_EMIN_MIN, -REXP, REXP, MPFR_EMAX_MAX, MPFR_EXP_MAX }; in test_2exp_extreme_aux()
313 set_emax (MPFR_EMAX_MAX); in test_2exp_extreme()
H A Dtacosh.c32 #define TEST_RANDOM_EMIN MPFR_EMAX_MAX
33 #define TEST_RANDOM_EMAX MPFR_EMAX_MAX
H A Dtset_si.c70 mpfr_set_ui_2exp (x, 17, MPFR_EMAX_MAX, MPFR_RNDN); in test_2exp()
77 mpfr_set_si_2exp (x, 17, MPFR_EMAX_MAX, MPFR_RNDN); in test_2exp()
84 mpfr_set_si_2exp (x, -17, MPFR_EMAX_MAX, MPFR_RNDN); in test_2exp()
100 { MPFR_EMIN_MIN, -REXP, REXP, MPFR_EMAX_MAX, MPFR_EXP_MAX }; in test_2exp_extreme_aux()
213 set_emax (MPFR_EMAX_MAX); in test_2exp_extreme()
H A Dtexceptions.c82 if ((mpfr_set_emax)(MPFR_EMAX_MAX) != 0) in check_emin_emax()
84 if ((mpfr_get_emax)() != MPFR_EMAX_MAX) in check_emin_emax()
86 if ((mpfr_set_emax)(MPFR_EMAX_MAX+1) == 0) in check_emin_emax()
95 if ((mpfr_get_emax_max) () != MPFR_EMAX_MAX) in check_emin_emax()
H A Dtfmma.c122 set_emax (MPFR_EMAX_MAX); in zero_tests()
133 mpfr_setmax (a, MPFR_EMAX_MAX); in zero_tests()
199 set_emax (MPFR_EMAX_MAX); in max_tests()
202 mpfr_setmax (x, MPFR_EMAX_MAX); in max_tests()
262 emax = i % 8 != 0 ? MPFR_EMAX_MAX : 64 + (randlimb () % 1); in overflow_tests()
H A Dtui_sub.c273 set_emax (MPFR_EMAX_MAX); in check_overflow()
276 mpfr_setmax (x, MPFR_EMAX_MAX); in check_overflow()
H A Drandom2.c147 MPFR_ASSERTN (exp >= 0 && exp <= MPFR_EMAX_MAX); in mpfr_random2()
H A Dtdigamma.c68 set_emax (MPFR_EMAX_MAX); in bug20210206()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dagm.c167 if (e1 + e2 > MPFR_EMAX_MAX) in mpfr_agm()
169 scaleop = - (((e1 + e2) - MPFR_EMAX_MAX + 1) / 2); in mpfr_agm()
175 MPFR_ASSERTN (e2 == MPFR_EMAX_MAX); in mpfr_agm()
268 - MPFR_EMAX_MAX + 1) / 2); in mpfr_agm()
H A Ddiv_2si.c42 if (MPFR_UNLIKELY( n > 0 && (__gmpfr_emin > MPFR_EMAX_MAX - n || in mpfr_div_2si()
46 (__gmpfr_emin > MPFR_EMAX_MAX - (n - 1) || in mpfr_div_2si()
H A Dmul_2si.c45 else if (MPFR_UNLIKELY(n < 0 && (__gmpfr_emin > MPFR_EMAX_MAX + n || in mpfr_mul_2si()
49 (__gmpfr_emin > MPFR_EMAX_MAX + (n + 1) || in mpfr_mul_2si()
H A Dinit2.c46 MPFR_STAT_STATIC_ASSERT( MPFR_EMAX_MAX <= (MPFR_EXP_MAX >> 1) ); in mpfr_init2()
H A Dexceptions.c78 if (MPFR_LIKELY (exponent >= MPFR_EMAX_MIN && exponent <= MPFR_EMAX_MAX)) in mpfr_set_emax()
98 return MPFR_EMAX_MAX; in mpfr_get_emax_max()
H A Dcot.c57 MPFR_STAT_STATIC_ASSERT (MPFR_EMIN_MIN + MPFR_EMAX_MAX == 0); \
H A Dcmp_ui.c68 if (f < MPFR_EMAX_MAX - GMP_NUMB_BITS && in mpfr_cmp_ui_2exp()
H A Dcmp_si.c68 if (f < MPFR_EMAX_MAX - GMP_NUMB_BITS && in mpfr_cmp_si_2exp()
/dports/math/arb/arb-2.21.1/arf/
H A Dfprint.c49 ARF_EXP(x) >= MPFR_EMAX_MAX - 1)) in arf_fprintd()
58 mpfr_set_emax(MPFR_EMAX_MAX); in arf_fprintd()
/dports/math/arb/arb-2.21.1/fmpr/
H A Dprintd.c20 mpfr_set_emax(MPFR_EMAX_MAX); in fmpr_printd()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/
H A DBUGS39 between parameters' exponents is near 2*MPFR_EMAX_MAX and on the other hand
41 absolute value is greater than 2*MPFR_EMAX_MAX-4.
/dports/math/arb/arb-2.21.1/arb/test/
H A Dt-exp_arf_bb.c24 mpfr_set_emax(MPFR_EMAX_MAX); in arb_exp_arf_via_mpfr()
H A Dt-atan_arf_bb.c24 mpfr_set_emax(MPFR_EMAX_MAX); in arb_atan_arf_via_mpfr()

123