Searched defs:BigInteger (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js50 function BigInteger(a,b,c) { class
58 // return new, unset BigInteger
59 function nbi() { return new BigInteger(null); }
140 BigInteger.prototype.am = fn;
231 if(mi) BigInteger.ZERO.subTo(this,this);
273 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
419 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
474 BigInteger.ONE.dlShiftTo(ys,t);
488 if(ts != ms) BigInteger.ZERO.subTo(q,q);
493 if(ts < 0) BigInteger
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js50 function BigInteger(a,b,c) { class
58 // return new, unset BigInteger
59 function nbi() { return new BigInteger(null); }
140 BigInteger.prototype.am = fn;
231 if(mi) BigInteger.ZERO.subTo(this,this);
273 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
419 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
474 BigInteger.ONE.dlShiftTo(ys,t);
488 if(ts != ms) BigInteger.ZERO.subTo(q,q);
493 if(ts < 0) BigInteger
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js50 function BigInteger(a,b,c) { class
58 // return new, unset BigInteger
59 function nbi() { return new BigInteger(null); }
140 BigInteger.prototype.am = fn;
231 if(mi) BigInteger.ZERO.subTo(this,this);
273 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
419 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
474 BigInteger.ONE.dlShiftTo(ys,t);
488 if(ts != ms) BigInteger.ZERO.subTo(q,q);
493 if(ts < 0) BigInteger
[all...]
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js58 function BigInteger(a,b,c) { class
66 // return new, unset BigInteger
67 function nbi() { return new BigInteger(null); }
148 BigInteger.prototype.am = fn;
239 if(mi) BigInteger.ZERO.subTo(this,this);
281 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
427 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
482 BigInteger.ONE.dlShiftTo(ys,t);
496 if(ts != ms) BigInteger.ZERO.subTo(q,q);
501 if(ts < 0) BigInteger
[all...]
/external/v8/benchmarks/
H A Dcrypto.js58 function BigInteger(a,b,c) { class
66 // return new, unset BigInteger
67 function nbi() { return new BigInteger(null); }
148 BigInteger.prototype.am = fn;
239 if(mi) BigInteger.ZERO.subTo(this,this);
281 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
427 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
482 BigInteger.ONE.dlShiftTo(ys,t);
496 if(ts != ms) BigInteger.ZERO.subTo(q,q);
501 if(ts < 0) BigInteger
[all...]

Completed in 328 milliseconds