Searched refs:montSqrTo (Results 1 - 2 of 2) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js603 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } class
612 Montgomery.prototype.sqrTo = montSqrTo;
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-crypto.js595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } class
604 Montgomery.prototype.sqrTo = montSqrTo;

Completed in 24 milliseconds