Home
last modified time | relevance | path

Searched refs:MPFR_Lib_mpfr_EMAX (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmul_1_extracted.c49 #define MPFR_Lib_mpfr_EMAX __gmpfr_emax macro
109 if (ax1 > MPFR_Lib_mpfr_EMAX) in mpfr_mul_1()
160 if (ax1 + (int64_t)1 > MPFR_Lib_mpfr_EMAX) in mpfr_mul_1()
196 if (ax1 + (int64_t)1 > MPFR_Lib_mpfr_EMAX) in mpfr_mul_1()
267 if (ax1 + (int64_t)1 > MPFR_Lib_mpfr_EMAX) in mpfr_mul_1()
303 if (ax1 + (int64_t)1 > MPFR_Lib_mpfr_EMAX) in mpfr_mul_1()
H A Dadd1sp1_extracted.c69 #define MPFR_Lib_mpfr_EMAX __gmpfr_emax macro
257 if (st.bx > MPFR_Lib_mpfr_EMAX) in mpfr_add1sp1()
300 if (st.bx + (int64_t)1 <= MPFR_Lib_mpfr_EMAX) in mpfr_add1sp1()
339 if (st.bx + (int64_t)1 <= MPFR_Lib_mpfr_EMAX) in mpfr_add1sp1()