reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1062 CHECK(a != NULL && b != NULL && c != NULL); 1063 if (MP_SIGN(b) == MP_NEG) 1070 for (ix = 0; ix < MP_USED(b); ++ix) { 1071 mp_digit d = b->digits[ix]; 1080 if (d == 0 && ix + 1 == MP_USED(b))