Home | History | Annotate | Download | only in include

Lines Matching full:mpfr_nan_p

539 __MPFR_DECLSPEC int mpfr_nan_p _MPFR_PROTO((mpfr_srcptr));
694 #define mpfr_nan_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_NAN)
699 (mpfr_nan_p (_x) ? mpfr_set_erangeflag () : (void) 0), 0 : \