Searched refs:MP_SIGN (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.c532 if (CMPZ(c) != 0) c->sign = 1 - MP_SIGN(a);
544 if (MP_SIGN(a) == MP_SIGN(b)) {
610 if (MP_SIGN(a) != MP_SIGN(b)) {
644 if (MP_SIGN(a) == MP_NEG && cmp != 0) osign = 1 - osign;
675 mp_sign osign = (MP_SIGN(a) == MP_SIGN(b)) ? MP_ZPOS : MP_NEG;
780 mp_sign sa = MP_SIGN(a);
781 mp_sign sb = MP_SIGN(
[all...]
H A Dimath.h69 static inline mp_sign MP_SIGN(mp_int Z) { return Z->sign; } function
H A Dgmp_compat.c457 if (MP_SIGN(op) == MP_NEG) {

Completed in 91 milliseconds