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

  /src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h 259 extern MPFR_THREAD_ATTR mpfr_exp_t __gmpfr_emax;
304 # define __gmpfr_emax (*__gmpfr_emax_f()) macro
351 #define mpfr_get_emax() ((mpfr_exp_t) __gmpfr_emax)
1052 (MPFR_ASSERTD (IS_SIGNED (e)), (e) >= __gmpfr_emin && (e) <= __gmpfr_emax)
1748 (x).saved_emax = __gmpfr_emax, \
1750 __gmpfr_emax = MPFR_EMAX_MAX)
1754 __gmpfr_emax = (x).saved_emax)
mpfr-impl.h 259 extern MPFR_THREAD_ATTR mpfr_exp_t __gmpfr_emax;
304 # define __gmpfr_emax (*__gmpfr_emax_f()) macro
351 #define mpfr_get_emax() ((mpfr_exp_t) __gmpfr_emax)
1052 (MPFR_ASSERTD (IS_SIGNED (e)), (e) >= __gmpfr_emin && (e) <= __gmpfr_emax)
1748 (x).saved_emax = __gmpfr_emax, \
1750 __gmpfr_emax = MPFR_EMAX_MAX)
1754 __gmpfr_emax = (x).saved_emax)

Completed in 63 milliseconds