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

  /external/eigen/Eigen/src/Core/
Map.h 92 Flags0 = TraitsBase::Flags & (~NestByRefBit),
93 Flags1 = IsAligned ? (int(Flags0) | AlignedBit) : (int(Flags0) & ~AlignedBit),
ArrayWrapper.h 34 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
35 Flags = Flags0 & ~NestByRefBit
159 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
160 Flags = Flags0 & ~NestByRefBit
CwiseBinaryOp.h 74 Flags0 = (int(LhsFlags) | int(RhsFlags)) & (
83 Flags = (Flags0 & ~RowMajorBit) | (LhsFlags & RowMajorBit),
Transpose.h 45 Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit),
46 Flags1 = Flags0 | FlagsLvalueBit,
Block.h 87 Flags0 = traits<XprType>::Flags & ( (HereditaryBits & ~RowMajorBit) |
91 Flags = Flags0 | FlagsLinearAccessBit | FlagsLvalueBit | FlagsRowMajorBit
VectorwiseOp.h 51 Flags0 = (unsigned int)_MatrixTypeNested::Flags & HereditaryBits,
52 Flags = (Flags0 & ~RowMajorBit) | (RowsAtCompileTime == 1 ? RowMajorBit : 0),

Completed in 536 milliseconds