Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js527 Classic.prototype.sqrTo = cSqrTo; method in Classic
612 Montgomery.prototype.sqrTo = montSqrTo; method in Montgomery
626 z.sqrTo(r,r2);
1021 NullExp.prototype.sqrTo = nSqrTo; method in NullExp
1095 Barrett.prototype.sqrTo = barrettSqrTo; method in Barrett
1119 z.sqrTo(g[1],g2);
1144 while(n > 1) { z.sqrTo(r,r2); z.sqrTo(r2,r); n -= 2; }
1145 if(n > 0) z.sqrTo(r,r2); else { t = r; r = r2; r2 = t; }
1150 z.sqrTo(r,r2); t = r; r = r2; r2 = t;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js519 Classic.prototype.sqrTo = cSqrTo; method in Classic
604 Montgomery.prototype.sqrTo = montSqrTo; method in Montgomery
618 z.sqrTo(r,r2);
1013 NullExp.prototype.sqrTo = nSqrTo; method in NullExp
1087 Barrett.prototype.sqrTo = barrettSqrTo; method in Barrett
1111 z.sqrTo(g[1],g2);
1136 while(n > 1) { z.sqrTo(r,r2); z.sqrTo(r2,r); n -= 2; }
1137 if(n > 0) z.sqrTo(r,r2); else { t = r; r = r2; r2 = t; }
1142 z.sqrTo(r,r2); t = r; r = r2; r2 = t;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js519 Classic.prototype.sqrTo = cSqrTo; method in Classic
604 Montgomery.prototype.sqrTo = montSqrTo; method in Montgomery
618 z.sqrTo(r,r2);
1013 NullExp.prototype.sqrTo = nSqrTo; method in NullExp
1087 Barrett.prototype.sqrTo = barrettSqrTo; method in Barrett
1111 z.sqrTo(g[1],g2);
1136 while(n > 1) { z.sqrTo(r,r2); z.sqrTo(r2,r); n -= 2; }
1137 if(n > 0) z.sqrTo(r,r2); else { t = r; r = r2; r2 = t; }
1142 z.sqrTo(r,r2); t = r; r = r2; r2 = t;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js519 Classic.prototype.sqrTo = cSqrTo; method in Classic
604 Montgomery.prototype.sqrTo = montSqrTo; method in Montgomery
618 z.sqrTo(r,r2);
1013 NullExp.prototype.sqrTo = nSqrTo; method in NullExp
1087 Barrett.prototype.sqrTo = barrettSqrTo; method in Barrett
1111 z.sqrTo(g[1],g2);
1136 while(n > 1) { z.sqrTo(r,r2); z.sqrTo(r2,r); n -= 2; }
1137 if(n > 0) z.sqrTo(r,r2); else { t = r; r = r2; r2 = t; }
1142 z.sqrTo(r,r2); t = r; r = r2; r2 = t;