Home
last modified time | relevance | path

Searched refs:LvalueBit (Results 1 – 21 of 21) sorted by relevance

/external/eigen/test/
Dmapped_matrix.cpp111 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) ); in check_const_correctness()
112 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) ); in check_const_correctness()
113 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) ); in check_const_correctness()
114 VERIFY( !(Map<ConstPlainObjectType, Aligned>::Flags & LvalueBit) ); in check_const_correctness()
Dgeo_quaternion.cpp264 VERIFY( !(internal::traits<Map<ConstPlainObjectType> >::Flags & LvalueBit) ); in check_const_correctness()
265 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) ); in check_const_correctness()
266 VERIFY( !(Map<ConstPlainObjectType>::Flags & LvalueBit) ); in check_const_correctness()
267 VERIFY( !(Map<ConstPlainObjectType, Aligned>::Flags & LvalueBit) ); in check_const_correctness()
Dref.cpp151 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) ); in check_const_correctness()
152 VERIFY( !(internal::traits<Ref<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) ); in check_const_correctness()
153 VERIFY( !(Ref<ConstPlainObjectType>::Flags & LvalueBit) ); in check_const_correctness()
154 VERIFY( !(Ref<ConstPlainObjectType, Aligned>::Flags & LvalueBit) ); in check_const_correctness()
/external/eigen/Eigen/src/Core/
DDiagonalMatrix.h130 Flags = LvalueBit
242 Flags = traits<DiagonalVectorType>::Flags & LvalueBit
DTranspose.h44 FlagsLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0,
45 Flags0 = MatrixTypeNestedPlain::Flags & ~(LvalueBit | NestByRefBit),
DMap.h96 Flags3 = is_lvalue<PlainObjectType>::value ? int(Flags2) : (int(Flags2) & ~LvalueBit),
DCwiseUnaryView.h40 …Flags = (traits<_MatrixTypeNested>::Flags & (HereditaryBits | LvalueBit | LinearAccessBit | Direct…
DBandMatrix.h189 Flags = LvalueBit,
251 Flags = LvalueBit,
DDiagonal.h54 MaskLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0,
DReverse.h52 …Flags = int(_MatrixTypeNested::Flags) & (HereditaryBits | LvalueBit | PacketAccessBit | LinearAcce…
DSelfCwiseBinaryOp.h38 …s<CwiseBinaryOp<BinaryOp,Lhs,Rhs> >::Flags | (Lhs::Flags&DirectAccessBit) | (Lhs::Flags&LvalueBit),
DBlock.h86 FlagsLvalueBit = is_lvalue<XprType>::value ? LvalueBit : 0,
DDenseCoeffsBase.h49 typedef typename internal::conditional<bool(internal::traits<Derived>::Flags&LvalueBit),
/external/eigen/Eigen/src/Eigen2Support/
DMinor.h46 Flags = _MatrixTypeNested::Flags & (HereditaryBits | LvalueBit),
/external/eigen/Eigen/src/Core/util/
DConstants.h131 const unsigned int LvalueBit = 0x20; variable
DXprHelper.h158 …enum { ret = LinearAccessBit | LvalueBit | DirectAccessBit | NestByRefBit | packet_access_bit | ro…
462 bool(traits<ExpressionType>::Flags & LvalueBit) };
DForwardDeclarations.h33 has_write_access = (traits<Derived>::Flags & LvalueBit) ? 1 : 0,
/external/eigen/Eigen/src/Geometry/
DQuaternion.h220 Flags = IsAligned ? (AlignedBit | LvalueBit) : LvalueBit
319 Flags = TraitsBase::Flags & ~LvalueBit
/external/eigen/unsupported/Eigen/src/SparseExtra/
DDynamicSparseMatrix.h48 Flags = _Options | NestByRefBit | LvalueBit,
/external/eigen/Eigen/src/SparseCore/
DSparseVector.h43 Flags = _Options | NestByRefBit | LvalueBit | (IsColVector ? 0 : RowMajorBit),
DSparseMatrix.h54 Flags = _Options | NestByRefBit | LvalueBit,