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

  /external/eigen/Eigen/src/Core/
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()); }
ArrayWrapper.h 32 // Let's remove NestByRefBit
35 Flags = Flags0 & ~NestByRefBit
157 // Let's remove NestByRefBit
160 Flags = Flags0 & ~NestByRefBit
Map.h 92 Flags0 = TraitsBase::Flags & (~NestByRefBit),
Ref.h 98 Flags = traits<Map<_PlainObjectType, _Options, _StrideType> >::Flags | NestByRefBit
Transpose.h 45 Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit),
ProductBase.h 38 | EvalBeforeNestingBit | EvalBeforeAssigningBit | NestByRefBit,
39 // Note that EvalBeforeNestingBit and NestByRefBit
GeneralProduct.h 171 typedef CoeffBasedProduct<LhsNested, RhsNested, NestByRefBit> Type;
  /external/eigen/Eigen/src/Core/util/
Constants.h 149 const unsigned int NestByRefBit = 0x100;
XprHelper.h 158 enum { ret = LinearAccessBit | LvalueBit | DirectAccessBit | NestByRefBit | packet_access_bit | row_major_bit | aligned_bit };
279 bool(traits<T>::Flags & NestByRefBit),
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 48 Flags = _Options | NestByRefBit | LvalueBit,
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 43 Flags = _Options | NestByRefBit | LvalueBit | (IsColVector ? 0 : RowMajorBit),
SparseMatrix.h 54 Flags = _Options | NestByRefBit | LvalueBit,
    [all...]
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 140 typedef CoeffBasedProduct<LhsNested,RhsNested,NestByRefBit> LazyCoeffBasedProductType;

Completed in 139 milliseconds