Home
last modified time | relevance | path

Searched refs:squareTo (Results 1 – 1 of 1) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js521 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
651 BigInteger.prototype.squareTo = bnpSquareTo; method in BigInteger
1016 function nSqrTo(x,r) { x.squareTo(r); }
1086 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }