Lines Matching full:multiply
530 // JS multiply "overflows" differently from C/C++, so care is needed here.
583 // use am to combine the multiply-shift-add into one call
1317 BigInteger.prototype.multiply = bnMultiply;
1607 var phi = p1.multiply(q1);
1609 this.n = this.p.multiply(this.q);
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);