Searched refs:bnMax (Results 1 - 4 of 4) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js810 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function
1309 BigInteger.prototype.max = bnMax;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js802 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function
1301 BigInteger.prototype.max = bnMax;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js802 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function
1301 BigInteger.prototype.max = bnMax;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js802 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function
1301 BigInteger.prototype.max = bnMax;

Completed in 26 milliseconds