Searched refs:EvalBeforeNestingBit (Results 1 - 10 of 10) sorted by relevance

/external/eigen/Eigen/src/Core/util/
H A DConstants.h58 const unsigned int EvalBeforeNestingBit = 0x2; member in namespace:Eigen
153 | EvalBeforeNestingBit
H A DXprHelper.h335 ( (int(traits<T>::Flags) & EvalBeforeNestingBit) ||
/external/eigen/Eigen/src/Core/
H A DReturnByValue.h32 | EvalBeforeNestingBit) & ~DirectAccessBit
40 * FIXME: I don't understand why we need this specialization: isn't this taken care of by the EvalBeforeNestingBit ??
H A DProductBase.h38 | EvalBeforeNestingBit | EvalBeforeAssigningBit | NestByRefBit,
39 // Note that EvalBeforeNestingBit and NestByRefBit
H A DCwiseNullaryOp.h42 | (functor_traits<NullaryOp>::IsRepeatable ? 0 : EvalBeforeNestingBit),
H A DGeneralProduct.h163 typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> Type;
/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h69 | EvalBeforeNestingBit,
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
H A DKroneckerTensorProduct.h193 | EvalBeforeNestingBit | EvalBeforeAssigningBit,
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h50 | EvalBeforeNestingBit,
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h225 struct nested<CoeffBasedProduct<Lhs,Rhs,EvalBeforeNestingBit|EvalBeforeAssigningBit>, N, PlainObject>

Completed in 158 milliseconds