Home
last modified time | relevance | path

Searched refs:LONGDOUBLE_NAN_ACTION (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/lgpl3/mpfr/dist/src/
H A Dset_ld.c192 LONGDOUBLE_NAN_ACTION (d, { MPFR_SET_NAN(r); MPFR_RET_NAN; }); in mpfr_set_ld()
247 LONGDOUBLE_NAN_ACTION (d, { MPFR_SET_NAN(r); MPFR_RET_NAN; }); in mpfr_set_ld()
H A Dmpfr-impl.h743 # define LONGDOUBLE_NAN_ACTION(x, action) \ macro
764 # define LONGDOUBLE_NAN_ACTION(x, action) \ macro
787 #ifndef LONGDOUBLE_NAN_ACTION
788 # define LONGDOUBLE_NAN_ACTION(x, action) \ macro
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_ld.c51 LONGDOUBLE_NAN_ACTION (d, goto yes); in Isnan_ld()
/netbsd/external/lgpl3/mpfr/dist/
H A DChangeLog2884 [src/set_ld.c] added comment about LONGDOUBLE_NAN_ACTION
5594 LONGDOUBLE_NAN_ACTION macro (the WANT_LONGDOUBLE_VOLATILE macro is not
36940 (LONGDOUBLE_NAN_ACTION): New version for IEEE quad big
37076 (Isnan_ld): New function based on LONGDOUBLE_NAN_ACTION, use it
37081 (LONGDOUBLE_ISNAN): Remove this, use LONGDOUBLE_NAN_ACTION instead.
37083 (LONGDOUBLE_NAN_ACTION): New macro.