Searched refs:ROUND_AWAY (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/mpc/src/
H A Dmpc-impl.h78 * ROUND_AWAY (mpfr_add (rop, a, b, MPFR_RNDA), rop)
83 #define ROUND_AWAY(f,rop) \ macro
86 #define ROUND_AWAY(f,rop) \ macro
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);
285 inexact |= ROUND_AWAY (mpfr_mul (u, u, v, MPFR_RNDA), u); /* error 5 */
H A Dmul.c480 ROUND_AWAY (mpfr_sub (u, b, a, MPFR_RNDA), u) :
481 ROUND_AWAY (mpfr_add (u, b, a, MPFR_RNDA), u));
485 ROUND_AWAY (mpfr_add (x, c, d, MPFR_RNDA), x) :
486 ROUND_AWAY (mpfr_sub (x, c, d, MPFR_RNDA), x));
494 inexact |= ROUND_AWAY (mpfr_mul (u, u, x, MPFR_RNDA), u);
H A Datan.c316 ROUND_AWAY (mpfr_add_ui (a, mpc_imagref (op), 1, MPFR_RNDA), a);

Completed in 47 milliseconds