Searched refs:DOUBLE_ISNAN (Results 1 – 16 of 16) sorted by relevance
110 if (!DOUBLE_ISNAN (d)) in check_inf_nan()203 if (!DOUBLE_ISNAN (var_d)) in check_get_d_2exp_inf_nan()
100 MPFR_ASSERTN (DOUBLE_ISNAN (d)); in check_inf_nan()
99 MPFR_ASSERTN (DOUBLE_ISNAN (d)); in check_inf_nan()
69 if (! DOUBLE_ISNAN (d)) in main()
53 if (! DOUBLE_ISNAN (f)) in check_special()
79 if (! DOUBLE_ISNAN (f)) in main()
49 if (DOUBLE_ISNAN (d)) in Isnan_ld()
39 if (DOUBLE_ISNAN (d)) in print_decimal128()
43 MPFR_ASSERTD(!DOUBLE_ISNAN(d)); in extract_double()250 if (MPFR_UNLIKELY(DOUBLE_ISNAN(d))) in mpfr_set_d()
49 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) in mpfr_set_float128()
209 if (s == 0 || DOUBLE_ISNAN (s) || DOUBLE_ISINF (s)) in mpfr_get_ld()
290 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) /* NaN */ in decimal64_to_string()
279 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) /* NaN */ in decimal128_to_string()
73 if (MPFR_UNLIKELY (DOUBLE_ISNAN (d))) in mpfr_set_ld()
701 # define DOUBLE_ISNAN(x) \ macro704 # define DOUBLE_ISNAN(x) (LVALUE(x) && (x) != (x)) macro
8327 [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 and16301 use DOUBLE_ISNAN() instead of f == f20419 [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-math33259 Avoid MIPSpro / IRIX64 (incorrect) optimizations for DOUBLE_ISNAN.[all …]