Home
last modified time | relevance | path

Searched refs:MPFR_OVERFLOW (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsinh.c98 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()
Dpow_z.c96 || 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()
Drint.c370 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()
Dagm.c137 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()
Dpow_ui.c140 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags) in POW_U()
149 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))) in POW_U()
Dpow_si.c208 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in POW_S()
217 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in POW_S()
Dfrexp.c64 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_frexp()
Dgen_inverse.h79 if (MPFR_OVERFLOW (flags)) in FUNCTION()
Dgamma.c232 else if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_gamma()
317 return MPFR_OVERFLOW (flags) || expxp > __gmpfr_emax ? in mpfr_gamma()
Dcosh.c97 if (MPFR_OVERFLOW (flags)) in mpfr_cosh()
Dexpm1.c136 if (MPFR_OVERFLOW (flags)) /* overflow case */ in mpfr_expm1()
Dacosh.c96 if (MPFR_OVERFLOW (flags)) in mpfr_acosh()
Dsinh_cosh.c106 if (MPFR_OVERFLOW (flags)) in mpfr_sinh_cosh()
Dexp10m1.c117 if (MPFR_OVERFLOW (flags)) /* overflow case */ in mpfr_exp10m1()
Dexp2m1.c122 if (MPFR_OVERFLOW (flags)) /* overflow case */ in mpfr_exp2m1()
Dhypot.c213 if (MPFR_OVERFLOW (flags)) in mpfr_hypot()
Dgmp_op.c332 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()
Djn.c304 MPFR_OVERFLOW (flags)))) in mpfr_jn()
Dexp3.c263 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags))) in mpfr_exp_3()
Dgamma_inc.c290 MPFR_ASSERTN (!MPFR_OVERFLOW (flags)); /* FIXME: support overflow */ in mpfr_gamma_inc()
Dyn.c288 if (MPFR_OVERFLOW (flags)) in mpfr_yn()
Dpow.c240 if (MPFR_OVERFLOW (flags2)) in mpfr_pow_general()
Dlngamma.c77 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags1))) in mpfr_explgamma()
Dmpfr-impl.h450 #define MPFR_OVERFLOW(_flags) MPFR_BLOCK_TEST (_flags, MPFR_FLAGS_OVERFLOW) macro
/netbsd/src/external/lgpl3/mpfr/dist/doc/
DREADME.dev1174 if (MPFR_OVERFLOW (flags))