Home
last modified time | relevance | path

Searched refs:mpfr_int (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/mpfr/src/
HDmpfr.h58 typedef int mpfr_int; typedef
858 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) )