Searched refs:mpfr_int (Results 1 – 1 of 1) sorted by relevance
62 typedef int mpfr_int; typedef1046 mpfr_int _s, _k; \1069 (mpfr_int) MPFR_REGULAR_KIND * MPFR_SIGN (_x) \1071 (mpfr_int) MPFR_INF_KIND * MPFR_SIGN (_x) \1072 : _x->_mpfr_exp == __MPFR_EXP_NAN ? (mpfr_int) MPFR_NAN_KIND \1073 : (mpfr_int) MPFR_ZERO_KIND * MPFR_SIGN (_x); \