Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnMin

809 function bnMin(a) { return(this.compareTo(a)<0)?this:a; }
1308 BigInteger.prototype.min = bnMin;