Home
last modified time | relevance | path

Searched refs:rndnext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtests.c771 mpfr_rnd_t rndnext = MPFR_RND_MAX; /* means uninitialized */ in test5rm() local
810 rndnext = MPFR_RNDA; in test5rm()
814 rnd = rndnext; in test5rm()
819 rndnext = MPFR_IS_NEG (y) ? MPFR_RNDD : MPFR_RNDU; in test5rm()
821 else if (rndnext != MPFR_RNDN) in test5rm()
822 rndnext = MPFR_RNDN; in test5rm()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog29830 tests.c: in test4rm, initialize rndnext with an invalid value (meaning
29831 that rndnext will really be initialized later), and added an assert to
29834 tests.c: added a comment about rndnext in test4rm.