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

  /external/eigen/Eigen/src/Core/
Map.h 30 Flags0 = TraitsBase::Flags & (~NestByRefBit),
31 Flags = is_lvalue<PlainObjectType>::value ? int(Flags0) : (int(Flags0) & ~LvalueBit)
ArrayWrapper.h 34 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
36 Flags = (Flags0 & ~(NestByRefBit | LvalueBit)) | LvalueBitFlag
132 Flags0 = traits<typename remove_all<typename ExpressionType::Nested>::type >::Flags,
134 Flags = (Flags0 & ~(NestByRefBit | LvalueBit)) | LvalueBitFlag
Transpose.h 28 Flags0 = traits<MatrixTypeNestedPlain>::Flags & ~(LvalueBit | NestByRefBit),
29 Flags1 = Flags0 | FlagsLvalueBit,
CoreEvaluators.h 598 Flags0 = (int(Arg1Flags) | int(Arg2Flags) | int(Arg3Flags)) & (
606 Flags = (Flags0 & ~RowMajorBit) | (Arg1Flags & RowMajorBit),
687 Flags0 = (int(LhsFlags) | int(RhsFlags)) & (
695 Flags = (Flags0 & ~RowMajorBit) | (LhsFlags & RowMajorBit),
    [all...]

Completed in 199 milliseconds