/external/eigen/Eigen/src/Eigen2Support/ |
Lazy.h | 66 other._expression().derived().subTo(derived()); return derived();
|
/external/eigen/Eigen/src/Core/ |
EigenBase.h | 66 template<typename Dest> inline void subTo(Dest& dst) const 125 other.derived().subTo(derived());
|
ProductBase.h | 108 inline void subTo(Dest& dst) const { scaleAndAddTo(dst,Scalar(-1)); } 254 inline void subTo(Dest& dst) const { scaleAndAddTo(dst, Scalar(-1)); }
|
NoAlias.h | 74 { other.derived().subTo(m_expression); return m_expression; }
|
DiagonalMatrix.h | 49 void subTo(MatrixBase<DenseDerived> &other) const
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
crypto.js | 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); 480 r.subTo(t,r); 483 t.subTo(y,y); // "negative" y so we can replace sub with am later 490 r.subTo(t,r); 491 while(r_array[i] < --qd) r.subTo(t,r); 496 if(ts != ms) BigInteger.ZERO.subTo(q,q); 501 if(ts < 0) BigInteger.ZERO.subTo(r,r); 508 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-crypto.html | 238 if(mi) BigInteger.ZERO.subTo(this,this); 280 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } 426 if(this.s != a.s) BigInteger.ZERO.subTo(r,r); 479 r.subTo(t,r); 482 t.subTo(y,y); // "negative" y so we can replace sub with am later 489 r.subTo(t,r); 490 while(r_array[i] < --qd) r.subTo(t,r); 495 if(ts != ms) BigInteger.ZERO.subTo(q,q); 500 if(ts < 0) BigInteger.ZERO.subTo(r,r); 507 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-crypto.js | 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); 472 r.subTo(t,r); 475 t.subTo(y,y); // "negative" y so we can replace sub with am later 482 r.subTo(t,r); 483 while(r_array[i] < --qd) r.subTo(t,r); 488 if(ts != ms) BigInteger.ZERO.subTo(q,q); 493 if(ts < 0) BigInteger.ZERO.subTo(r,r); 500 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-crypto.js | 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); 472 r.subTo(t,r); 475 t.subTo(y,y); // "negative" y so we can replace sub with am later 482 r.subTo(t,r); 483 while(r_array[i] < --qd) r.subTo(t,r); 488 if(ts != ms) BigInteger.ZERO.subTo(q,q); 493 if(ts < 0) BigInteger.ZERO.subTo(r,r); 500 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-crypto.js | 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); 472 r.subTo(t,r); 475 t.subTo(y,y); // "negative" y so we can replace sub with am later 482 r.subTo(t,r); 483 while(r_array[i] < --qd) r.subTo(t,r); 488 if(ts != ms) BigInteger.ZERO.subTo(q,q); 493 if(ts < 0) BigInteger.ZERO.subTo(r,r); 500 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |
/external/chromium_org/v8/benchmarks/ |
crypto.js | 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); 480 r.subTo(t,r); 483 t.subTo(y,y); // "negative" y so we can replace sub with am later 490 r.subTo(t,r); 491 while(r_array[i] < --qd) r.subTo(t,r); 496 if(ts != ms) BigInteger.ZERO.subTo(q,q); 501 if(ts < 0) BigInteger.ZERO.subTo(r,r); 508 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |
/external/v8/benchmarks/ |
crypto.js | 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); 480 r.subTo(t,r); 483 t.subTo(y,y); // "negative" y so we can replace sub with am later 490 r.subTo(t,r); 491 while(r_array[i] < --qd) r.subTo(t,r); 496 if(ts != ms) BigInteger.ZERO.subTo(q,q); 501 if(ts < 0) BigInteger.ZERO.subTo(r,r); 508 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r) [all...] |