Searched refs:NestByRefBit (Results 1 – 13 of 13) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | NoAlias.h | 78 …{ return m_expression.derived() += CoeffBasedProduct<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs(… 82 …{ return m_expression.derived() -= CoeffBasedProduct<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs(…
|
D | ArrayWrapper.h | 35 Flags = Flags0 & ~NestByRefBit 160 Flags = Flags0 & ~NestByRefBit
|
D | Map.h | 92 Flags0 = TraitsBase::Flags & (~NestByRefBit),
|
D | Ref.h | 98 Flags = traits<Map<_PlainObjectType, _Options, _StrideType> >::Flags | NestByRefBit
|
D | Transpose.h | 45 Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit),
|
D | ProductBase.h | 38 | EvalBeforeNestingBit | EvalBeforeAssigningBit | NestByRefBit,
|
D | GeneralProduct.h | 171 typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Type;
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 149 const unsigned int NestByRefBit = 0x100; variable
|
D | XprHelper.h | 158 …enum { ret = LinearAccessBit | LvalueBit | DirectAccessBit | NestByRefBit | packet_access_bit | ro… 279 bool(traits<T>::Flags & NestByRefBit),
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | DynamicSparseMatrix.h | 48 Flags = _Options | NestByRefBit | LvalueBit,
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseVector.h | 43 Flags = _Options | NestByRefBit | LvalueBit | (IsColVector ? 0 : RowMajorBit),
|
D | SparseMatrix.h | 54 Flags = _Options | NestByRefBit | LvalueBit,
|
/external/eigen/Eigen/src/Core/products/ |
D | CoeffBasedProduct.h | 140 typedef CoeffBasedProduct<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType;
|