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

/external/v8/benchmarks/
H A Dcrypto.js284 function bnAbs() { return (this.s<0)?this.negate():this; } function
660 BigInteger.prototype.abs = bnAbs;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js276 function bnAbs() { return (this.s<0)?this.negate():this; } function
652 BigInteger.prototype.abs = bnAbs;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js276 function bnAbs() { return (this.s<0)?this.negate():this; } function
652 BigInteger.prototype.abs = bnAbs;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js276 function bnAbs() { return (this.s<0)?this.negate():this; } function
652 BigInteger.prototype.abs = bnAbs;

Completed in 68 milliseconds