Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
H A Dmpfr.h179 mpfr_sign_t _mpfr_sign; member
213 #define MPFR_SIGN(x) ((x)->_mpfr_sign)
834 _p->_mpfr_sign = 1; \
871 _x->_mpfr_sign = _s; \
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info2697 * The `_mpfr_sign' field is used to store the sign of the variable.