Searched refs:AlignedBit (Results 1 – 19 of 19) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | DiagonalProduct.h | 37 …ned int)(MatrixType::Flags)) | (_Vectorizable ? PacketAccessBit : 0) | AlignedBit,//(int(MatrixTyp… 108 …rSize%16) == 0) || (int(DiagonalType::DiagonalVectorType::Flags)&AlignedBit)==AlignedBit) ? Aligne…
|
D | Ref.h | 110 …ions!=Aligned) || ((PlainObjectType::Flags&AlignedBit)==0) || ((traits<Derived>::Flags&AlignedBit)…
|
D | Map.h | 93 Flags1 = IsAligned ? (int(Flags0) | AlignedBit) : (int(Flags0) & ~AlignedBit),
|
D | CwiseUnaryOp.h | 48 HereditaryBits | LinearAccessBit | AlignedBit
|
D | Redux.h | 146 alignment = (Derived::Flags & AlignedBit) ? Aligned : Unaligned 206 alignment = bool(Derived::Flags & DirectAccessBit) || bool(Derived::Flags & AlignedBit)
|
D | StableNorm.h | 162 Alignment = (int(Flags)&DirectAccessBit) || (int(Flags)&AlignedBit) ? 1 : 0 in stableNorm()
|
D | MapBase.h | 159 …eigen_assert(EIGEN_IMPLIES(internal::traits<Derived>::Flags&AlignedBit, (size_t(m_data) % 16) == 0) in checkSanity()
|
D | CwiseBinaryOp.h | 77 ( AlignedBit
|
D | Assign.h | 28 DstIsAligned = Derived::Flags & AlignedBit, 30 SrcIsAligned = OtherDerived::Flags & AlignedBit,
|
D | Block.h | 83 …Time!=Dynamic) && (((OuterStrideAtCompileTime * int(sizeof(Scalar))) % 16) == 0)) ? AlignedBit : 0,
|
D | DenseCoeffsBase.h | 722 <Derived, (Derived::Flags & AlignedBit) || !(Derived::Flags & DirectAccessBit)>
|
D | PlainObjectBase.h | 129 …dsToAlign = SizeAtCompileTime != Dynamic && (internal::traits<Derived>::Flags & AlignedBit) != 0 };
|
/external/eigen/Eigen/src/Geometry/arch/ |
D | Geometry_SSE.h | 46 __m128 a = lhs.template packet<VectorLhs::Flags&AlignedBit ? Aligned : Unaligned>(0); 47 __m128 b = rhs.template packet<VectorRhs::Flags&AlignedBit ? Aligned : Unaligned>(0);
|
/external/eigen/Eigen/src/LU/arch/ |
D | Inverse_SSE.h | 38 MatrixAlignment = bool(MatrixType::Flags&AlignedBit), 39 ResultAlignment = bool(ResultType::Flags&AlignedBit), 166 MatrixAlignment = bool(MatrixType::Flags&AlignedBit), 167 ResultAlignment = bool(ResultType::Flags&AlignedBit),
|
/external/eigen/Eigen/src/Core/products/ |
D | CoeffBasedProduct.h | 70 && (RhsFlags&AlignedBit) 77 && (LhsFlags&AlignedBit) 88 | (LhsFlags & RhsFlags & AlignedBit) 106 && (LhsFlags & RhsFlags & AlignedBit)
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 147 const unsigned int AlignedBit = 0x80; variable
|
D | XprHelper.h | 153 ) ? AlignedBit : 0,
|
/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 219 IsAligned = internal::traits<Coefficients>::Flags & AlignedBit, 220 Flags = IsAligned ? (AlignedBit | LvalueBit) : LvalueBit
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 396 (VectorX::Flags & VectorY::Flags & AlignedBit)) in apply_rotation_in_the_plane()
|