HomeSort by relevance Sort by last modified time
    Searched refs:Subs (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/
MCRegisterInfo.cpp 32 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI)
34 return *Subs;
43 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI)
44 if (*Subs == SubReg)
  /external/eigen/Eigen/src/Core/
BandMatrix.h 30 Subs = internal::traits<Derived>::Subs,
41 DataRowsAtCompileTime = ((Supers!=Dynamic) && (Subs!=Dynamic))
42 ? 1 + Supers + Subs
57 inline Index subs() const { return derived().subs(); } function in class:Eigen::internal::BandMatrixBase
78 else if (i>=rows()-subs())
79 len = std::max<Index>(0,coeffs().rows() - (i + 1 - rows() + subs()));
93 ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)),
123 eigen_assert((i<0 && -i<=subs()) || (i>=0 && i<=supers()))
223 inline Index subs() const { return m_subs.value(); } function in class:Eigen::internal::BandMatrix
287 inline Index subs() const { return m_subs.value(); } function in class:Eigen::internal::BandMatrixWrapper
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 134 template<typename _Scalar, int Rows=Dynamic, int Cols=Dynamic, int Supers=Dynamic, int Subs=Dynamic, int Options=0> class BandMatrix;

Completed in 32 milliseconds