Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnMultiply

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