Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js1024 function bnPow(e) { return this.exp(e,new NullExp()); } function
1331 BigInteger.prototype.pow = bnPow;