Lines Matching refs:n2
1579 int res, n, n2;1629 n2 = (a->sign == b->sign ? MP_ZPOS : MP_NEG);1632 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2;