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

/external/v8/benchmarks/
H A Dcrypto.js1330 BigInteger.prototype.modInverse = bnModInverse;
1618 this.d = ee.modInverse(phi);
1621 this.coeff = this.q.modInverse(this.p);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1322 BigInteger.prototype.modInverse = bnModInverse;
1610 this.d = ee.modInverse(phi);
1613 this.coeff = this.q.modInverse(this.p);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1322 BigInteger.prototype.modInverse = bnModInverse;
1610 this.d = ee.modInverse(phi);
1613 this.coeff = this.q.modInverse(this.p);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1322 BigInteger.prototype.modInverse = bnModInverse;
1610 this.d = ee.modInverse(phi);
1613 this.coeff = this.q.modInverse(this.p);

Completed in 82 milliseconds