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

1 2 3 4 5

  /src/external/lgpl3/mpfr/dist/tests/
texp10.c 38 emax = mpfr_get_emax ();
65 if (mpfr_get_emax () <= LONG_MAX)
72 mpfr_set_si (x, mpfr_get_emax (), MPFR_RNDN);
120 old_emax = mpfr_get_emax ();
223 old_emax = mpfr_get_emax ();
230 emax = mpfr_get_emax ();
431 emax = mpfr_get_emax ();
471 mpfr_get_emax () <= (mpfr_uexp_t) 100000 * 100000)
thypot.c 190 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () / 2, MPFR_RNDN);
222 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () - 1, MPFR_RNDN);
254 mpfr_setmax (x, mpfr_get_emax ());
299 emax = mpfr_get_emax ();
302 if (mpfr_get_emin () != emin || mpfr_get_emax () != emax)
327 emax = mpfr_get_emax ();
355 emax = mpfr_get_emax ();
tsqr.c 209 mpfr_set_ui_2exp (b, 1, mpfr_get_emax (), MPFR_RNDZ);
216 if (mpfr_get_exp (c) > mpfr_get_emax () - 2)
227 mpfr_set_ui_2exp (c, 1, mpfr_get_emax (), MPFR_RNDZ);
232 mpfr_set_ui_2exp (b, 1, mpfr_get_emax (), MPFR_RNDZ);
239 if (mpfr_get_exp (c) > mpfr_get_emax () - 2)
250 mpfr_set_ui_2exp (c, 1, mpfr_get_emax (), MPFR_RNDZ);
255 mpfr_set_ui_2exp (b, 1, mpfr_get_emax (), MPFR_RNDZ);
texp2.c 38 emax = mpfr_get_emax ();
65 if (mpfr_get_emax () <= LONG_MAX)
72 mpfr_set_si (x, mpfr_get_emax (), MPFR_RNDN);
145 old_emax = mpfr_get_emax ();
367 emax = mpfr_get_emax ();
405 mpfr_get_emax () <= (mpfr_uexp_t) 100000 * 100000)
tmul_2exp.c 145 emax = mpfr_get_emax ();
240 if (mpfr_get_emax () != MPFR_EMAX_MAX)
241 large (mpfr_get_emax ());
263 old_emax = mpfr_get_emax ();
330 mpfr_set_ui_2exp (x, 1, mpfr_get_emax () - 1, MPFR_RNDN);
431 if (mpfr_get_emax () != MPFR_EMAX_MAX)
432 overflow0 (mpfr_get_emax ());
tlog10.c 63 old_emax = mpfr_get_emax ();
67 e = mpfr_get_emax () - 1;
ttan.c 122 emax = mpfr_get_emax ();
126 mpfr_setmax (x, mpfr_get_emax ());
toutimpl.c 113 e = mpfr_get_emax ();
tset_exp.c 36 emax = mpfr_get_emax ();
tsgn.c 34 old_emax = mpfr_get_emax ();
tadd1sp.c 42 emax = mpfr_get_emax ();
226 emax = mpfr_get_emax ();
231 mpfr_set_ui_2exp (b, 1, mpfr_get_emax () - 1, MPFR_RNDN);
257 emax = mpfr_get_emax ();
262 mpfr_set_ui_2exp (b, 1, mpfr_get_emax () - 1, MPFR_RNDN);
texceptions.c 72 old_emax = mpfr_get_emax ();
84 if ((mpfr_get_emax)() != MPFR_EMAX_MAX)
162 old_emax = mpfr_get_emax ();
483 emax = mpfr_get_emax ();
517 printf ("emax = %ld\n", (long) mpfr_get_emax ());
tacos.c 77 emax = mpfr_get_emax ();
tcot.c 89 old_emax = mpfr_get_emax ();
tdigamma.c 66 emax = mpfr_get_emax ();
tprec_round.c 56 emax = mpfr_get_emax ();
tsec.c 88 old_emax = mpfr_get_emax ();
tsech.c 105 old_emax = mpfr_get_emax ();
tset_z.c 93 emax = mpfr_get_emax ();
tsinh.c 100 emax = mpfr_get_emax ();
ttanh.c 65 emax = mpfr_get_emax ();
  /src/external/lgpl3/mpc/dist/tests/
tacos.c 36 mpfr_exp_t emax = mpfr_get_emax ();
68 mpfr_exp_t emax = mpfr_get_emax ();
tsqrt.c 36 mpfr_exp_t emax = mpfr_get_emax ();
tdiv.c 38 mpfr_exp_t emax = mpfr_get_emax ();
tgeneric.tpl 67 if (exp_max <= 0 || exp_max > mpfr_get_emax ())
68 exp_max = mpfr_get_emax();

Completed in 92 milliseconds

1 2 3 4 5