Home
last modified time | relevance | path

Searched refs:DOUBLE_ISNAN (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtget_d.c110 if (!DOUBLE_ISNAN (d)) in check_inf_nan()
203 if (!DOUBLE_ISNAN (var_d)) in check_get_d_2exp_inf_nan()
Dtget_d_2exp.c100 MPFR_ASSERTN (DOUBLE_ISNAN (d)); in check_inf_nan()
Dtget_ld_2exp.c99 MPFR_ASSERTN (DOUBLE_ISNAN (d)); in check_inf_nan()
Dtset_d.c69 if (! DOUBLE_ISNAN (d)) in main()
Dtset_float128.c53 if (! DOUBLE_ISNAN (f)) in check_special()
Dtget_flt.c79 if (! DOUBLE_ISNAN (f)) in main()
Dtset_ld.c49 if (DOUBLE_ISNAN (d)) in Isnan_ld()
Dtget_set_d128.c39 if (DOUBLE_ISNAN (d)) in print_decimal128()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dset_d.c43 MPFR_ASSERTD(!DOUBLE_ISNAN(d)); in extract_double()
250 if (MPFR_UNLIKELY(DOUBLE_ISNAN(d))) in mpfr_set_d()
Dset_float128.c49 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) in mpfr_set_float128()
Dget_ld.c209 if (s == 0 || DOUBLE_ISNAN (s) || DOUBLE_ISINF (s)) in mpfr_get_ld()
Dset_d64.c290 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) /* NaN */ in decimal64_to_string()
Dset_d128.c279 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) /* NaN */ in decimal128_to_string()
Dset_ld.c73 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) in mpfr_set_ld()
Dmpfr-impl.h701 # define DOUBLE_ISNAN(x) \ macro
704 # define DOUBLE_ISNAN(x) (LVALUE(x) && (x) != (x)) macro
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog8327 [tests/tget_set_d128.c] Replaced d != d by DOUBLE_ISNAN (d).
8656 [src/mpfr-impl.h] With GCC, select safer code for DOUBLE_ISNAN(x).
8671 [src/mpfr-impl.h] Added a FIXME about DOUBLE_ISNAN and GCC.
16271 [src/set_*.c] Use the DOUBLE_ISNAN macro for _Decimal64, __float128 and
16301 use DOUBLE_ISNAN() instead of f == f
20419 [src/mpfr-impl.h] Document that DOUBLE_ISNAN(x) is valid on long double.
27552 the build of tset_ld.c fails because DOUBLE_ISNAN expects a lvalue.
27573 mpfr-impl.h: comment for DOUBLE_ISNAN with MPFR_NANISNAN defined.
27578 mpfr-impl.h: the DOUBLE_ISNAN macro wasn't working with gcc -ffast-math
33259 Avoid MIPSpro / IRIX64 (incorrect) optimizations for DOUBLE_ISNAN.
[all …]