Searched defs:mpfr_zero_p (Results 1 – 2 of 2) sorted by relevance
753 #define mpfr_zero_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_ZERO) macro