Searched refs:bnMin (Results 1 - 2 of 2) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js809 function bnMin(a) { return(this.compareTo(a)<0)?this:a; } function
1308 BigInteger.prototype.min = bnMin;
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-crypto.js801 function bnMin(a) { return(this.compareTo(a)<0)?this:a; } function
1300 BigInteger.prototype.min = bnMin;

Completed in 25 milliseconds