Searched refs:MPFR_OVERFLOW (Results 1 – 25 of 25) sorted by relevance
98 if (MPFR_OVERFLOW (flags)) in mpfr_sinh()106 if (MPFR_OVERFLOW (flags)) in mpfr_sinh()121 if (MPFR_OVERFLOW (flags)) in mpfr_sinh()130 if (MPFR_OVERFLOW (flags)) in mpfr_sinh()
96 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags) in mpfr_pow_pos_z()106 if (MPFR_OVERFLOW (flags)) in mpfr_pow_pos_z()303 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_pow_z()312 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_pow_z()
370 inex = (MPFR_OVERFLOW (flags) in mpfr_rint_roundeven()396 inex = (MPFR_OVERFLOW (flags) in mpfr_rint_round()445 inex = (MPFR_OVERFLOW (flags) in mpfr_rint_ceil()471 inex = (MPFR_OVERFLOW (flags) in mpfr_rint_floor()
137 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))) in mpfr_agm()146 if (MPFR_OVERFLOW (flags)) in mpfr_agm()263 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags2))) in mpfr_agm()
140 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags) in POW_U()149 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))) in POW_U()
208 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in POW_S()217 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in POW_S()
64 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_frexp()
79 if (MPFR_OVERFLOW (flags)) in FUNCTION()
232 else if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_gamma()317 return MPFR_OVERFLOW (flags) || expxp > __gmpfr_emax ? in mpfr_gamma()
97 if (MPFR_OVERFLOW (flags)) in mpfr_cosh()
136 if (MPFR_OVERFLOW (flags)) /* overflow case */ in mpfr_expm1()
96 if (MPFR_OVERFLOW (flags)) in mpfr_acosh()
106 if (MPFR_OVERFLOW (flags)) in mpfr_sinh_cosh()
117 if (MPFR_OVERFLOW (flags)) /* overflow case */ in mpfr_exp10m1()
122 if (MPFR_OVERFLOW (flags)) /* overflow case */ in mpfr_exp2m1()
213 if (MPFR_OVERFLOW (flags)) in mpfr_hypot()
332 MPFR_ASSERTN (! (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))); in mpfr_add_q()427 MPFR_ASSERTN (! (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))); in mpfr_sub_q()
304 MPFR_OVERFLOW (flags)))) in mpfr_jn()
263 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_exp_3()
290 MPFR_ASSERTN (!MPFR_OVERFLOW (flags)); /* FIXME: support overflow */ in mpfr_gamma_inc()
288 if (MPFR_OVERFLOW (flags)) in mpfr_yn()
240 if (MPFR_OVERFLOW (flags2)) in mpfr_pow_general()
77 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags1))) in mpfr_explgamma()
450 #define MPFR_OVERFLOW(_flags) MPFR_BLOCK_TEST (_flags, MPFR_FLAGS_OVERFLOW) macro
1174 if (MPFR_OVERFLOW (flags))