Home
last modified time | relevance | path

Searched refs:DOUBLE_ISINF (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtget_d.c101 MPFR_ASSERTN (DOUBLE_ISINF (d)); in check_inf_nan()
106 MPFR_ASSERTN (DOUBLE_ISINF (d)); in check_inf_nan()
149 MPFR_ASSERTN(DOUBLE_ISINF(d) && d < 0.0); in check_max()
151 MPFR_ASSERTN(DOUBLE_ISINF(d) && d < 0.0); in check_max()
161 MPFR_ASSERTN(DOUBLE_ISINF(d) && d > 0.0); in check_max()
163 MPFR_ASSERTN(DOUBLE_ISINF(d) && d > 0.0); in check_max()
H A Dtget_d_2exp.c91 MPFR_ASSERTN (DOUBLE_ISINF (d)); in check_inf_nan()
96 MPFR_ASSERTN (DOUBLE_ISINF (d)); in check_inf_nan()
H A Dtget_ld_2exp.c90 MPFR_ASSERTN (DOUBLE_ISINF (d)); in check_inf_nan()
95 MPFR_ASSERTN (DOUBLE_ISINF (d)); in check_inf_nan()
H A Dtset_ld.c389 if (! DOUBLE_ISINF (e) || (i == 0 ? (e < 0) : (e > 0))) in check_overflow()
H A Dtgeneric.c351 infinite_input |= DOUBLE_ISINF (d); in test_generic()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dset_d.c44 MPFR_ASSERTD(!DOUBLE_ISINF(d)); in extract_double()
296 else if (MPFR_UNLIKELY(DOUBLE_ISINF(d))) in mpfr_set_d()
H A Dget_ld.c209 if (s == 0 || DOUBLE_ISNAN (s) || DOUBLE_ISINF (s)) in mpfr_get_ld()
H A Dmpfr-impl.h678 #define DOUBLE_ISINF(x) (LVALUE(x) && ((x) > DBL_MAX || (x) < -DBL_MAX)) macro
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog35338 Visual C++ as they were incorrect. Modified DOUBLE_ISINF(x) so