Home
last modified time | relevance | path

Searched refs:mpfr_get_emax (Results 1 – 25 of 109) sorted by relevance

12345

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtexp10.c38 emax = mpfr_get_emax (); in special_overflow()
65 if (mpfr_get_emax () <= LONG_MAX) in emax_m_eps()
72 mpfr_set_si (x, mpfr_get_emax (), MPFR_RNDN); in emax_m_eps()
120 old_emax = mpfr_get_emax (); in overfl_exp10_0()
223 old_emax = mpfr_get_emax (); in bug20230213()
230 emax = mpfr_get_emax (); in bug20230213()
431 emax = mpfr_get_emax (); in main()
471 mpfr_get_emax () <= (mpfr_uexp_t) 100000 * 100000) in main()
Dthypot.c190 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () / 2, MPFR_RNDN); in test_large_small()
222 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () - 1, MPFR_RNDN); in test_large_small()
254 mpfr_setmax (x, mpfr_get_emax ()); in check_overflow()
299 emax = mpfr_get_emax (); in alltst()
302 if (mpfr_get_emin () != emin || mpfr_get_emax () != emax) in alltst()
327 emax = mpfr_get_emax (); in bug20171221()
355 emax = mpfr_get_emax (); in test_overflow()
Dtsqr.c209 mpfr_set_ui_2exp (b, 1, mpfr_get_emax (), MPFR_RNDZ); in coverage()
216 if (mpfr_get_exp (c) > mpfr_get_emax () - 2) in coverage()
227 mpfr_set_ui_2exp (c, 1, mpfr_get_emax (), MPFR_RNDZ); in coverage()
232 mpfr_set_ui_2exp (b, 1, mpfr_get_emax (), MPFR_RNDZ); in coverage()
239 if (mpfr_get_exp (c) > mpfr_get_emax () - 2) in coverage()
250 mpfr_set_ui_2exp (c, 1, mpfr_get_emax (), MPFR_RNDZ); in coverage()
255 mpfr_set_ui_2exp (b, 1, mpfr_get_emax (), MPFR_RNDZ); in coverage()
Dtmul_2exp.c145 emax = mpfr_get_emax (); in large()
240 if (mpfr_get_emax () != MPFR_EMAX_MAX) in large0()
241 large (mpfr_get_emax ()); in large0()
263 old_emax = mpfr_get_emax (); in overflow0()
330 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () - 1, MPFR_RNDN); in coverage_div_2ui()
431 if (mpfr_get_emax () != MPFR_EMAX_MAX) in main()
432 overflow0 (mpfr_get_emax ()); in main()
Dtexp2.c38 emax = mpfr_get_emax (); in special_overflow()
65 if (mpfr_get_emax () <= LONG_MAX) in emax_m_eps()
72 mpfr_set_si (x, mpfr_get_emax (), MPFR_RNDN); in emax_m_eps()
145 old_emax = mpfr_get_emax (); in overflowed_exp2_0()
367 emax = mpfr_get_emax (); in main()
405 mpfr_get_emax () <= (mpfr_uexp_t) 100000 * 100000) in main()
Dtexceptions.c72 old_emax = mpfr_get_emax (); in check_emin_emax()
84 if ((mpfr_get_emax)() != MPFR_EMAX_MAX) in check_emin_emax()
162 old_emax = mpfr_get_emax (); in check_flags()
483 emax = mpfr_get_emax (); in main()
517 printf ("emax = %ld\n", (long) mpfr_get_emax ()); in main()
Dtadd1sp.c42 emax = mpfr_get_emax (); in check_overflow()
226 emax = mpfr_get_emax (); in coverage()
231 mpfr_set_ui_2exp (b, 1, mpfr_get_emax () - 1, MPFR_RNDN); in coverage()
257 emax = mpfr_get_emax (); in coverage()
262 mpfr_set_ui_2exp (b, 1, mpfr_get_emax () - 1, MPFR_RNDN); in coverage()
Dtpow.c320 if (LONG_MAX > mpfr_get_emax () - 1) /* LONG_MAX + 1 > emax */ in check_pow_si()
358 if (LONG_MIN < 1 - mpfr_get_emax ()) /* 1 - LONG_MIN > emax */ in check_pow_si()
786 emax = mpfr_get_emax (); in special()
794 mpfr_set_exp (y, mpfr_get_emax ()); in special()
1125 mpfr_set_ui_2exp (y, 1, mpfr_get_emax () - 1, MPFR_RNDN); in underflows()
1227 emax = mpfr_get_emax (); in overflows2()
1275 emax = mpfr_get_emax (); in overflows3()
1377 emax = mpfr_get_emax (); in bug20071103()
1384 mpfr_set_exp (y, mpfr_get_emax ()); in bug20071103()
1404 emax = mpfr_get_emax (); in bug20071104()
[all …]
Dtfma.c91 mpfr_setmax (x, mpfr_get_emax ()); /* x = 2^emax - ulp */ in test_overflow1()
124 mpfr_setmin (x, mpfr_get_emax ()); /* x = 0.1@emax */ in test_overflow2()
212 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () - 1, MPFR_RNDN); in test_overflow3()
217 mpfr_set_si_2exp (z, -1, mpfr_get_emax () - mpfr_get_prec (r) - j, in test_overflow3()
275 emax = mpfr_get_emax (); in test_overflow4()
366 emax = mpfr_get_emax (); in test_overflow5()
450 mpfr_setmax (z, mpfr_get_emax ()); in test_underflow1()
1037 emax = mpfr_get_emax (); in coverage()
1039 mpfr_set_ui_2exp (z, 1, mpfr_get_emax () - 1, MPFR_RNDZ); in coverage()
1068 emax = mpfr_get_emax (); in main()
Dtset_si.c210 emax = mpfr_get_emax (); in test_2exp_extreme()
346 emax = mpfr_get_emax (); in get_tests()
595 emax = mpfr_get_emax (); in main()
605 emax = mpfr_get_emax (); in main()
649 emax = mpfr_get_emax (); in main()
Dttan.c122 emax = mpfr_get_emax (); in coverage()
126 mpfr_setmax (x, mpfr_get_emax ()); in coverage()
Dtlog10.c63 old_emax = mpfr_get_emax (); in bug20230213()
67 e = mpfr_get_emax () - 1; in bug20230213()
Dtset_z_2exp.c109 old_emax = mpfr_get_emax (); in check()
119 while (e > mpfr_get_emax () - CHAR_BIT * sizeof(long)); in check()
Dtatan.c222 emax = mpfr_get_emax (); in special_overflow()
247 (long int) mpfr_get_emax ()); in special_overflow()
275 (long int) mpfr_get_emax ()); in special_overflow()
583 emax = mpfr_get_emax (); in reduced_expo_range()
Dtadd.c650 mpfr_setmax (b, mpfr_get_emax ()); in check_overflow()
655 mpfr_set_ui_2exp (c, 1, mpfr_get_emax () - prec_b / 2, MPFR_RNDN); in check_overflow()
674 mpfr_set_ui_2exp (c, 1, mpfr_get_emax () - prec_b, MPFR_RNDN); in check_overflow()
691 mpfr_setmax (b, mpfr_get_emax ()); in check_overflow()
694 mpfr_set_exp (c, mpfr_get_emax () - 512); in check_overflow()
1164 mpfr_setmin (u, mpfr_get_emax ()); in check_extreme()
1166 mpfr_setmin (w, mpfr_get_emax () - 40); in check_extreme()
Dtasin.c174 emax = mpfr_get_emax (); in special_overflow()
228 emax = mpfr_get_emax (); in reduced_expo_range()
Dtlgamma.c350 emax = mpfr_get_emax (); in special()
356 MPFR_ASSERTN(mpfr_get_emax () == 1000000000); in special()
419 emax = mpfr_get_emax (); in bug20180110()
Dtsubnormal.c59 emax = mpfr_get_emax (); in check1()
108 MPFR_ASSERTN (mpfr_get_emax () == 10); in check1()
Dtcmpabs.c36 emax = mpfr_get_emax (); in cmpabs()
186 emax = mpfr_get_emax (); in cmpabs_ui()
Dtcos.c144 emax = mpfr_get_emax (); in special_overflow()
168 old_emax = mpfr_get_emax (); in overflowed_cos0()
Dtgeneric.c159 #define REDUCE_EMAX mpfr_get_emax ()
188 old_emax = mpfr_get_emax (); in test_generic()
330 oemax = mpfr_get_emax (); in test_generic()
363 mpfr_get_emax () != oemax) in test_generic()
/netbsd/src/external/lgpl3/mpc/dist/tests/
Dtacos.c36 mpfr_exp_t emax = mpfr_get_emax (); in test_reduced()
68 mpfr_exp_t emax = mpfr_get_emax (); in test_reduced2()
Dtset.c335 exp_max = mpfr_get_emax (); in check_set_str()
336 else if (exp_max > mpfr_get_emax ()) in check_set_str()
337 exp_max = mpfr_get_emax(); in check_set_str()
Dtsqrt.c36 mpfr_exp_t emax = mpfr_get_emax (); in bug20200207()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dexceptions.c65 #undef mpfr_get_emax
68 mpfr_get_emax (void) in mpfr_get_emax() function

12345