Searched refs:bnPow (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js1024 function bnPow(e) { return this.exp(e,new NullExp()); } function
1331 BigInteger.prototype.pow = bnPow;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1016 function bnPow(e) { return this.exp(e,new NullExp()); } function
1323 BigInteger.prototype.pow = bnPow;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1016 function bnPow(e) { return this.exp(e,new NullExp()); } function
1323 BigInteger.prototype.pow = bnPow;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1016 function bnPow(e) { return this.exp(e,new NullExp()); } function
1323 BigInteger.prototype.pow = bnPow;

Completed in 51 milliseconds