Searched refs:rndnext (Results 1 – 2 of 2) sorted by relevance
771 mpfr_rnd_t rndnext = MPFR_RND_MAX; /* means uninitialized */ in test5rm() local810 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()
29830 tests.c: in test4rm, initialize rndnext with an invalid value (meaning29831 that rndnext will really be initialized later), and added an assert to29834 tests.c: added a comment about rndnext in test4rm.