Home | History | Annotate | Download | only in Modules

Lines Matching refs:MP_NEG

1076     bigValue.sign = neg ? MP_NEG : MP_ZPOS;
1283 if (res != NULL && bigValue.sign == MP_NEG) {