Searched defs:modPowInt (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js664 BigInteger.prototype.modPowInt = bnModPowInt;
1276 y = y.modPowInt(2,this);
1522 return x.modPowInt(this.e, this.n);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js656 BigInteger.prototype.modPowInt = bnModPowInt;
1268 y = y.modPowInt(2,this);
1514 return x.modPowInt(this.e, this.n);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js656 BigInteger.prototype.modPowInt = bnModPowInt;
1268 y = y.modPowInt(2,this);
1514 return x.modPowInt(this.e, this.n);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js656 BigInteger.prototype.modPowInt = bnModPowInt;
1268 y = y.modPowInt(2,this);
1514 return x.modPowInt(this.e, this.n);

Completed in 86 milliseconds