Searched refs:mpfr_int (Results 1 – 1 of 1) sorted by relevance
58 typedef int mpfr_int; typedef858 mpfr_int _s, _k; \877 (mpfr_int) MPFR_REGULAR_KIND * MPFR_SIGN (x) \879 (mpfr_int) MPFR_INF_KIND * MPFR_SIGN (x) \880 : (x)->_mpfr_exp == __MPFR_EXP_NAN ? (mpfr_int) MPFR_NAN_KIND \881 : (mpfr_int) MPFR_ZERO_KIND * MPFR_SIGN (x) )