HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_EMAX_MIN (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
mul_ui.c 115 if (MPFR_UNLIKELY (__gmpfr_emax < MPFR_EMAX_MIN + cnt
exceptions.c 78 if (MPFR_LIKELY (exponent >= MPFR_EMAX_MIN && exponent <= MPFR_EMAX_MAX))
92 return MPFR_EMAX_MIN;
mpfr-impl.h 1031 #undef MPFR_EMAX_MIN
1035 #define MPFR_EMAX_MIN (1-MPFR_EXP_INVALID)
mpfr.h 1119 #define MPFR_EMAX_MIN mpfr_get_emax_min()
  /src/external/lgpl3/mpfr/dist/tests/
texceptions.c 93 if ((mpfr_get_emax_min) () != MPFR_EMAX_MIN)

Completed in 64 milliseconds