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

  /external/eigen/Eigen/src/Core/util/
Constants.h 58 const unsigned int EvalBeforeNestingBit = 0x2;
153 | EvalBeforeNestingBit
XprHelper.h 335 ( (int(traits<T>::Flags) & EvalBeforeNestingBit) ||
  /external/eigen/Eigen/src/Core/
ReturnByValue.h 32 | EvalBeforeNestingBit) & ~DirectAccessBit
40 * FIXME: I don't understand why we need this specialization: isn't this taken care of by the EvalBeforeNestingBit ??
ProductBase.h 38 | EvalBeforeNestingBit | EvalBeforeAssigningBit | NestByRefBit,
39 // Note that EvalBeforeNestingBit and NestByRefBit
CwiseNullaryOp.h 42 | (functor_traits<NullaryOp>::IsRepeatable ? 0 : EvalBeforeNestingBit),
GeneralProduct.h 163 typedef CoeffBasedProduct<LhsNested, RhsNested, EvalBeforeAssigningBit | EvalBeforeNestingBit> Type;
  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 69 | EvalBeforeNestingBit,
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 193 | EvalBeforeNestingBit | EvalBeforeAssigningBit,
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 50 | EvalBeforeNestingBit,
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 226 struct nested<CoeffBasedProduct<Lhs,Rhs,EvalBeforeNestingBit|EvalBeforeAssigningBit>, N, PlainObject>

Completed in 164 milliseconds