OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subTo
(Results
1 - 7
of
7
) sorted by null
/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());
NoAlias.h
74
{ other.derived().
subTo
(m_expression); return m_expression; }
ProductBase.h
115
inline void
subTo
(Dest& dst) const { scaleAndAddTo(dst,Scalar(-1)); }
266
inline void
subTo
(Dest& dst) const { scaleAndAddTo(dst, Scalar(-1)); }
DiagonalMatrix.h
50
void
subTo
(MatrixBase<DenseDerived> &other) const
GeneralProduct.h
293
inline void
subTo
(Dest& dest) const {
/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
...]
Completed in 754 milliseconds