Home | History | Annotate | Download | only in tls

Lines Matching refs:n2

1597    int    res, n, n2;
1647 n2 = (a->sign == b->sign ? MP_ZPOS : MP_NEG);
1650 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2;