Searched refs:squareTo (Results 1 – 4 of 4) sorted by relevance
/external/v8/benchmarks/ |
D | crypto.js | 521 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); }
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); } 595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } 643 BigInteger.prototype.squareTo = bnpSquareTo; method in BigInteger 1008 function nSqrTo(x,r) { x.squareTo(r); } 1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); } 595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } 643 BigInteger.prototype.squareTo = bnpSquareTo; method in BigInteger 1008 function nSqrTo(x,r) { x.squareTo(r); } 1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 513 function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); } 595 function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } 643 BigInteger.prototype.squareTo = bnpSquareTo; method in BigInteger 1008 function nSqrTo(x,r) { x.squareTo(r); } 1078 function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); }
|