Home
last modified time | relevance | path

Searched refs:GMP_RNDZ (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/lgpl3/mpc/dist/tests/
Dtgeneric.c28 GMP_RNDZ, (prec) + ((rnd)==GMP_RNDN)))
869 return GMP_RNDZ; in next_rnd_mode()
870 case GMP_RNDZ: in next_rnd_mode()
888 if ( curr == GMP_RNDN || curr == GMP_RNDZ in is_valid_rnd_mode()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr.h114 #define GMP_RNDZ MPFR_RNDZ macro
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog26071 if (!mpfr_can_round (c, m, GMP_RNDZ, rnd_mode, MPFR_PREC (z)))
27280 is checked with GMP_RNDZ or with GMP_RNDA in one-pass mode (now, two-pass
28381 s = 1, t = 1, GMP_RNDZ
34372 Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement
34378 to mpfr_can_round (x, y, GMP_RNDN, GMP_RNDZ, ...)
37009 by mpfr_can_round (approx, err, rnd1, GMP_RNDZ, prec + 1)
43587 removed DEBUG stuff and fixed pb with exact root and GMP_RNDZ
43870 now uses the given rounding mode internally instead of always GMP_RNDZ
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info3557 #define GMP_RNDZ MPFR_RNDZ
Dmpfr.texi4293 #define GMP_RNDZ MPFR_RNDZ
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog16304 included, not GMP_RNDZ which is now an enum.