Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js284 function bnAbs() { return (this.s<0)?this.negate():this; } function
660 BigInteger.prototype.abs = bnAbs;
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js41955 function bnAbs() { return (this.s<0)?this.negate():this; } function
42299 BigInteger.prototype.abs = bnAbs;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8456 function bnAbs() { return (this.s<0)?this.negate():this; } function
8800 BigInteger.prototype.abs = bnAbs;