Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:remainder

450 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder
1327 BigInteger.prototype.remainder = bnRemainder;