Searched refs:montSqrTo (Results 1 - 4 of 4) 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/PerformanceTests/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;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } class
604 Montgomery.prototype.sqrTo = montSqrTo;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } class
604 Montgomery.prototype.sqrTo = montSqrTo;

Completed in 78 milliseconds