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