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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1150 #define MPFR_SET_OPPOSITE_SIGN(x, y) (MPFR_SIGN(x) = -MPFR_SIGN(y)) macro

Completed in 187 milliseconds