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

/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dmpc-impl.h58 #define MPFR_CHANGE_SIGN(x) mpfr_neg(x,x,MPFR_RNDN) macro
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1148 #define MPFR_CHANGE_SIGN(x) (MPFR_SIGN(x) = -MPFR_SIGN(x)) macro

Completed in 78 milliseconds