Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h62 typedef int mpfr_int; typedef
1046 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); \