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

  /src/external/lgpl3/mpfr/dist/src/
exceptions.c 269 * nearest mode, mpfr_underflow always rounds away from 0. In
280 return mpfr_underflow (x, rnd_mode, MPFR_SIGN(x));
369 /* #undef mpfr_underflow */
371 /* Note: In the rounding to the nearest mode, mpfr_underflow
373 mpfr_underflow with rnd_mode = MPFR_RNDZ if the exact result
381 mpfr_underflow (mpfr_ptr x, mpfr_rnd_t rnd_mode, int sign) function
exceptions.c 269 * nearest mode, mpfr_underflow always rounds away from 0. In
280 return mpfr_underflow (x, rnd_mode, MPFR_SIGN(x));
369 /* #undef mpfr_underflow */
371 /* Note: In the rounding to the nearest mode, mpfr_underflow
373 mpfr_underflow with rnd_mode = MPFR_RNDZ if the exact result
381 mpfr_underflow (mpfr_ptr x, mpfr_rnd_t rnd_mode, int sign) function

Completed in 34 milliseconds