Searched refs:mpfr_round (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/mpfr/tests/
H A Dtrint.c1 /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round.
114 /* coverage test for mpfr_round */
118 mpfr_round (y, x);
119 /* since mpfr_round breaks ties away, should give 3 and not 2 as with
123 (mpfr_round) (y, x);
129 mpfr_round (y, x);
141 mpfr_round (x, x);
342 inexact = mpfr_round (y, x);
420 { /* halfway case for mpfr_round: x must have been
424 err ("halfway case for mpfr_round, ba
[all...]
H A Dreuse.c581 test2a (mpfr_round, "mpfr_round", p);
/haiku-buildtools/gcc/mpfr/src/
H A Drint.c302 #undef mpfr_round macro
305 mpfr_round (mpfr_ptr r, mpfr_srcptr u) function
351 MPFR_BLOCK (flags, mpfr_round (tmp, u));
H A Dpow.c291 mpfr_round (k, k);
H A Dmpfr.h86 MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (mpfr_round) */
566 __MPFR_DECLSPEC int mpfr_round _MPFR_PROTO((mpfr_ptr, mpfr_srcptr));
767 #define mpfr_round(a,b) mpfr_rint((a), (b), MPFR_RNDNA) macro
/haiku-buildtools/gcc/gcc/fortran/
H A Dsimplify.c982 mpfr_round (result->value.real, e->value.real);
1032 mpfr_round (result->value.real, e->value.real);
4509 mpfr_round (itrunc->value.real, e->value.real);

Completed in 122 milliseconds