Searched refs:MPFR_RNDA (Results 1 - 25 of 53) sorted by relevance

123

/haiku-buildtools/gcc/mpfr/src/
H A Dprint_rnd_mode.c30 MPFR_ASSERTN (MPFR_RND_MAX == MPFR_RNDA + 1);
41 case MPFR_RNDA:
42 return "MPFR_RNDA";
H A Durandom.c61 if (rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDA
101 if (rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDA
131 if (rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDA
H A Dcsc.c55 if (rnd_mode == MPFR_RNDA) \
H A Dcsch.c58 if (rnd_mode == MPFR_RNDA) \
H A Dcot.c70 if (rnd_mode == MPFR_RNDA) \
H A Dcoth.c72 if (rnd_mode == MPFR_RNDA) \
H A Dcache.c125 case MPFR_RNDA:
H A Dget_flt.c49 if (MPFR_UNLIKELY(rnd_mode == MPFR_RNDA))
H A Dcbrt.c131 if (rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDA
H A Dget_d.c59 if (MPFR_UNLIKELY(rnd_mode == MPFR_RNDA))
H A Dget_d64.c312 if (MPFR_UNLIKELY(rnd_mode == MPFR_RNDA))
354 mpfr_get_str (s, &e, 10, 1, src, MPFR_RNDA);
H A Dexp.c131 rnd_mode == MPFR_RNDA))
H A Dhypot.c88 if (rnd_mode == MPFR_RNDA)
H A Droot.c183 if (rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDA
H A Dzeta_ui.c53 if (r == MPFR_RNDA)
/haiku-buildtools/gcc/mpfr/tests/
H A Dtget_flt.c210 f = mpfr_get_flt (x, MPFR_RNDA);
249 f = mpfr_get_flt (x, MPFR_RNDA);
287 f = mpfr_get_flt (x, MPFR_RNDA);
328 f = mpfr_get_flt (x, MPFR_RNDA);
372 f = mpfr_get_flt (x, MPFR_RNDA);
H A Dtaway.c116 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA);
171 inexa = testfunc (res, op1, op2, op3, MPFR_RNDA);
219 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA);
262 inexa = testfunc (res1, ref2, ref3, MPFR_RNDA);
303 inexa = testfunc (res1, ref2, MPFR_RNDA);
347 inexa = testfunc (res1, res2, ref3, MPFR_RNDA);
H A Dtcoth.c161 mpfr_set_si (y, (i < 0 && (rnd == MPFR_RNDD || rnd == MPFR_RNDA)) ||
162 (i > 0 && (rnd == MPFR_RNDU || rnd == MPFR_RNDA))
H A Dtget_d.c64 dd = mpfr_get_d (x, MPFR_RNDA);
77 dd = mpfr_get_d (x, MPFR_RNDA);
H A Dtget_sj.c69 if (rnd == MPFR_RNDA && ((MPFR_IS_POS(y) && i > 0) ||
112 if (rnd == MPFR_RNDA && ((MPFR_IS_POS(y) && i > 0) ||
H A Dtsqrt.c182 check24("91214552498176.0", MPFR_RNDA, "9.550632e6");
340 inexact = test_sqrt (z, x, MPFR_RNDA);
588 test_property1 (p, MPFR_RNDA, 0);
591 test_property1 (p, MPFR_RNDA, 1);
700 check4 ("72154663483843080704304789585920.0", MPFR_RNDA,
H A Dtests.c610 rnd = (rnd == MPFR_RNDA) ? MPFR_RNDD : MPFR_RNDU;
612 rnd = (rnd == MPFR_RNDA) ? MPFR_RNDU : MPFR_RNDD;
617 rndnext = MPFR_RNDA;
622 if (rnd == MPFR_RNDA)
H A Dturandom.c104 || ((rnd == MPFR_RNDU || rnd == MPFR_RNDA)
/haiku-buildtools/gcc/mpc/src/
H A Dsqr.c269 inexact = ROUND_AWAY (mpfr_add (u, x, mpc_imagref (op), MPFR_RNDA), u)
270 | ROUND_AWAY (mpfr_sub (v, x, mpc_imagref (op), MPFR_RNDA), v);
283 /* FIXME: can be replaced by MPFR_RNDA in mpfr >= 3 */
285 inexact |= ROUND_AWAY (mpfr_mul (u, u, v, MPFR_RNDA), u); /* error 5 */
H A Dmpc-impl.h72 * MPFR_RNDA, rop the name of the variable containing the result; it is
76 * mpfr_add (rop, a, b, MPFR_RNDA)
78 * ROUND_AWAY (mpfr_add (rop, a, b, MPFR_RNDA), rop)
82 #define MPFR_RNDA GMP_RNDZ macro

Completed in 123 milliseconds

123