Searched refs:MPFR_RNDNA (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Drint.c77 (exp == 0 && (rnd_mode == MPFR_RNDNA ||
152 /* This is a rounding to nearest mode (MPFR_RNDN or MPFR_RNDNA).
307 return mpfr_rint (r, u, MPFR_RNDNA);
H A Dmpfr.h80 /* Definition of rounding modes (DON'T USE MPFR_RNDNA!).
102 MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (mpfr_round) */ enumerator in enum:__anon2788
785 #define mpfr_round(a,b) mpfr_rint((a), (b), MPFR_RNDNA)

Completed in 102 milliseconds