HomeSort by: relevance | last modified time | path
    Searched defs:rndnext (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tests.c 771 mpfr_rnd_t rndnext = MPFR_RND_MAX; /* means uninitialized */ local
810 rndnext = MPFR_RNDA;
814 rnd = rndnext;
819 rndnext = MPFR_IS_NEG (y) ? MPFR_RNDD : MPFR_RNDU;
821 else if (rndnext != MPFR_RNDN)
822 rndnext = MPFR_RNDN;
tests.c 771 mpfr_rnd_t rndnext = MPFR_RND_MAX; /* means uninitialized */ local
810 rndnext = MPFR_RNDA;
814 rnd = rndnext;
819 rndnext = MPFR_IS_NEG (y) ? MPFR_RNDD : MPFR_RNDU;
821 else if (rndnext != MPFR_RNDN)
822 rndnext = MPFR_RNDN;

Completed in 44 milliseconds