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

/external/v8/benchmarks/
H A Dcrypto.js1258 return x.millerRabin(t);
1298 BigInteger.prototype.millerRabin = bnpMillerRabin;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1250 return x.millerRabin(t);
1290 BigInteger.prototype.millerRabin = bnpMillerRabin;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1250 return x.millerRabin(t);
1290 BigInteger.prototype.millerRabin = bnpMillerRabin;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1250 return x.millerRabin(t);
1290 BigInteger.prototype.millerRabin = bnpMillerRabin;

Completed in 55 milliseconds