Home | History | Annotate | Download | only in mpreal

Lines Matching refs:GMP_RNDN

331     float           toFloat     (mp_rnd_t mode = GMP_RNDN)    const;

332 double toDouble (mp_rnd_t mode = GMP_RNDN) const;
333 long double toLDouble (mp_rnd_t mode = GMP_RNDN) const;
2997 if(r == GMP_RNDN) return mpfr::mpreal(0.5, precision);
3026 case GMP_RNDN: return round_to_nearest;