Home
last modified time | relevance | path

Searched refs:MPFR_EMIN_MAX (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dexceptions.c42 if (MPFR_LIKELY (exponent >= MPFR_EMIN_MIN && exponent <= MPFR_EMIN_MAX)) in mpfr_set_emin()
62 return MPFR_EMIN_MAX; in mpfr_get_emin_max()
H A Dmpfr-impl.h1030 #undef MPFR_EMIN_MAX
1034 #define MPFR_EMIN_MAX (MPFR_EXP_INVALID-1) macro
H A Dmpfr.h1118 #define MPFR_EMIN_MAX mpfr_get_emin_max() macro
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtexceptions.c91 if ((mpfr_get_emin_max) () != MPFR_EMIN_MAX) in check_emin_emax()