Home | History | Annotate | Download | only in v8-v4

Lines Matching refs:bnMultiply

969 function bnMultiply(a) { var r = nbi(); this.multiplyTo(a,r); return r; }
1317 BigInteger.prototype.multiply = bnMultiply;