Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnMax

810 function bnMax(a) { return(this.compareTo(a)>0)?this:a; }
1309 BigInteger.prototype.max = bnMax;