Home
last modified time | relevance | path

Searched refs:bnAbs (Results 1 – 1 of 1) sorted by relevance

/external/v8/benchmarks/
Dcrypto.js284 function bnAbs() { return (this.s<0)?this.negate():this; } function
660 BigInteger.prototype.abs = bnAbs;