HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_round (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
rint.c 315 #undef mpfr_round macro
318 mpfr_round (mpfr_ptr r, mpfr_srcptr u) function
347 /* We need to save the flags and restore them after calling the mpfr_round,
394 MPFR_BLOCK (flags, mpfr_round (tmp, u));
pow.c 264 mpfr_round (k, k);
mpfr.h 109 MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (mpfr_round) */
666 __MPFR_DECLSPEC int mpfr_round (mpfr_ptr, mpfr_srcptr);
908 #define mpfr_round(a,b) mpfr_rint((a), (b), MPFR_RNDNA) macro
  /src/external/lgpl3/mpfr/dist/tests/
trint.c 1 /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round,
113 /* coverage test for mpfr_round */
117 mpfr_round (y, x);
118 /* since mpfr_round breaks ties away, should give 3 and not 2 as with
122 (mpfr_round) (y, x);
128 mpfr_round (y, x);
140 mpfr_round (x, x);
557 inexact = mpfr_round (y, x);
653 { /* halfway case for mpfr_round: x must have been
657 err ("halfway case for mpfr_round, "
    [all...]
reuse.c 597 test2a (mpfr_round, "mpfr_round", p);
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 1078 mpfr_round (result->value.real, e->value.real);
1128 mpfr_round (result->value.real, e->value.real);
6281 mpfr_round (itrunc->value.real, e->value.real);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 1052 mpfr_round (result->value.real, e->value.real);
1102 mpfr_round (result->value.real, e->value.real);
6211 mpfr_round (itrunc->value.real, e->value.real);

Completed in 67 milliseconds