Searched refs:subTo (Results 1 – 9 of 9) sorted by relevance
/external/v8/benchmarks/ |
D | 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/eigen/Eigen/src/Core/ |
D | EigenBase.h | 66 template<typename Dest> inline void subTo(Dest& dst) const in subTo() function 125 other.derived().subTo(derived());
|
D | NoAlias.h | 74 { other.derived().subTo(m_expression); return m_expression; }
|
D | ProductBase.h | 115 inline void subTo(Dest& dst) const { scaleAndAddTo(dst,Scalar(-1)); } 266 inline void subTo(Dest& dst) const { scaleAndAddTo(dst, Scalar(-1)); }
|
D | DiagonalMatrix.h | 50 void subTo(MatrixBase<DenseDerived> &other) const in subTo() function
|
D | GeneralProduct.h | 293 inline void subTo(Dest& dest) const {
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | Lazy.h | 66 other._expression().derived().subTo(derived()); return derived();
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | lua_binarytrees.js | 41912 if(mi) BigInteger.ZERO.subTo(this,this); 41952 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } 42079 if(this.s != a.s) BigInteger.ZERO.subTo(r,r); 42124 r.subTo(t,r); 42127 t.subTo(y,y); // "negative" y so we can replace sub with am later 42134 r.subTo(t,r); 42135 while(r[i] < --qd) r.subTo(t,r); 42140 if(ts != ms) BigInteger.ZERO.subTo(q,q); 42145 if(ts < 0) BigInteger.ZERO.subTo(r,r); 42152 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r); [all …]
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 8413 if(mi) BigInteger.ZERO.subTo(this,this); 8453 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } 8580 if(this.s != a.s) BigInteger.ZERO.subTo(r,r); 8625 r.subTo(t,r); 8628 t.subTo(y,y); // "negative" y so we can replace sub with am later 8635 r.subTo(t,r); 8636 while(r[i] < --qd) r.subTo(t,r); 8641 if(ts != ms) BigInteger.ZERO.subTo(q,q); 8646 if(ts < 0) BigInteger.ZERO.subTo(r,r); 8653 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r); [all …]
|