Searched refs:LONGDOUBLE_NAN_ACTION (Results 1 – 4 of 4) sorted by relevance
192 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()
743 # define LONGDOUBLE_NAN_ACTION(x, action) \ macro764 # define LONGDOUBLE_NAN_ACTION(x, action) \ macro787 #ifndef LONGDOUBLE_NAN_ACTION788 # define LONGDOUBLE_NAN_ACTION(x, action) \ macro
51 LONGDOUBLE_NAN_ACTION (d, goto yes); in Isnan_ld()
3729 [src/set_ld.c] added comment about LONGDOUBLE_NAN_ACTION6439 LONGDOUBLE_NAN_ACTION macro (the WANT_LONGDOUBLE_VOLATILE macro is not37785 (LONGDOUBLE_NAN_ACTION): New version for IEEE quad big37921 (Isnan_ld): New function based on LONGDOUBLE_NAN_ACTION, use it37926 (LONGDOUBLE_ISNAN): Remove this, use LONGDOUBLE_NAN_ACTION instead.37928 (LONGDOUBLE_NAN_ACTION): New macro.