Home
last modified time | relevance | path

Searched defs:MPFR_CHANGE_SIGN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/mpc/src/
H A Dmpc-impl.h58 #define MPFR_CHANGE_SIGN(x) mpfr_neg(x,x,GMP_RNDN) macro
/dragonfly/contrib/mpfr/src/
H A Dmpfr-impl.h792 #define MPFR_CHANGE_SIGN(x) (MPFR_SIGN(x) = -MPFR_SIGN(x)) macro