Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnAbs

284 function bnAbs() { return (this.s<0)?this.negate():this; }
660 BigInteger.prototype.abs = bnAbs;