Home
last modified time | relevance | path

Searched refs:MPFR_UNDERFLOW (Results 1 – 11 of 11) sorted by relevance

/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dpow_z.c96 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags) in mpfr_pow_pos_z()
113 else if (MPFR_UNDERFLOW (flags)) in mpfr_pow_pos_z()
301 MPFR_ASSERTD (! MPFR_UNDERFLOW (flags)); in mpfr_pow_z()
323 if (MPFR_UNLIKELY (MPFR_UNDERFLOW (flags))) in mpfr_pow_z()
H A Dpow_ui.c130 || MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags) in mpfr_pow_ui()
139 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))) in mpfr_pow_ui()
H A Dpow_si.c176 MPFR_ASSERTD (! MPFR_UNDERFLOW (flags)); in mpfr_pow_si()
197 if (MPFR_UNLIKELY (MPFR_UNDERFLOW (flags))) in mpfr_pow_si()
H A Dagm.c137 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags) || MPFR_UNDERFLOW (flags))) in mpfr_agm()
247 if (MPFR_LIKELY (! MPFR_UNDERFLOW (flags3))) in mpfr_agm()
H A Dexpm1.c146 MPFR_ASSERTD(!MPFR_UNDERFLOW (flags)); in mpfr_expm1()
H A 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()
H A Datan2.c206 if (MPFR_UNDERFLOW (flags)) in mpfr_atan2()
H A Djn.c303 if (MPFR_LIKELY (! (MPFR_UNDERFLOW (flags) || in mpfr_jn()
H A Dexp3.c271 if (MPFR_UNLIKELY (MPFR_UNDERFLOW (flags))) in mpfr_exp_3()
H A Dpow.c207 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (t) || MPFR_UNDERFLOW (flags1))) in mpfr_pow_general()
H A Dmpfr-impl.h447 #define MPFR_UNDERFLOW(_flags) MPFR_BLOCK_TEST (_flags, MPFR_FLAGS_UNDERFLOW) macro