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

/external/v8/benchmarks/
H A Dcrypto.js1272 var y = a.modPow(r,this);
1329 BigInteger.prototype.modPow = bnModPow;
1630 return x.modPow(this.d, this.n);
1633 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
1634 var xq = x.mod(this.q).modPow(this.dmq1, this.q);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1264 var y = a.modPow(r,this);
1321 BigInteger.prototype.modPow = bnModPow;
1622 return x.modPow(this.d, this.n);
1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
1626 var xq = x.mod(this.q).modPow(this.dmq1, this.q);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1264 var y = a.modPow(r,this);
1321 BigInteger.prototype.modPow = bnModPow;
1622 return x.modPow(this.d, this.n);
1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
1626 var xq = x.mod(this.q).modPow(this.dmq1, this.q);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1264 var y = a.modPow(r,this);
1321 BigInteger.prototype.modPow = bnModPow;
1622 return x.modPow(this.d, this.n);
1625 var xp = x.mod(this.p).modPow(this.dmp1, this.p);
1626 var xq = x.mod(this.q).modPow(this.dmq1, this.q);

Completed in 267 milliseconds