Searched refs:AlignedMax (Results 1 – 8 of 8) sorted by relevance
/external/eigen/test/ |
D | mapped_matrix.cpp | 31 Map<VectorType, AlignedMax>(array1, size) = VectorType::Random(size); in map_class_vector() 32 Map<VectorType, AlignedMax>(array2, size) = Map<VectorType,AlignedMax>(array1, size); in map_class_vector() 34 Map<VectorType>(array4, size) = Map<VectorType,AlignedMax>(array1, size); in map_class_vector() 35 VectorType ma1 = Map<VectorType, AlignedMax>(array1, size); in map_class_vector() 36 VectorType ma2 = Map<VectorType, AlignedMax>(array2, size); in map_class_vector() 43 if(internal::packet_traits<Scalar>::Vectorizable && size>=AlignedMax) in map_class_vector() 44 VERIFY_RAISES_ASSERT((Map<VectorType,AlignedMax>(array3unaligned, size))) in map_class_vector() 74 Map<MatrixType, AlignedMax> map2(array2, rows, cols); in map_class_matrix() 157 VERIFY( !(internal::traits<Map<ConstPlainObjectType, AlignedMax> >::Flags & LvalueBit) ); in check_const_correctness() 159 VERIFY( !(Map<ConstPlainObjectType, AlignedMax>::Flags & LvalueBit) ); in check_const_correctness()
|
D | vectorization_logic.cpp | 229 Map<Matrix22, AlignedMax, OuterStride<3*PacketSize> >, in run() 234 …IGEN_PLAIN_ENUM_MAX(2,PacketSize),EIGEN_PLAIN_ENUM_MAX(2,PacketSize)>, AlignedMax, InnerStride<3*P… in run() 368 …IGEN_PLAIN_ENUM_MAX(2,PacketSize),EIGEN_PLAIN_ENUM_MAX(2,PacketSize)>, AlignedMax, InnerStride<3*P… in run()
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 237 AlignedMax = Aligned128 enumerator 239 AlignedMax = Aligned64 241 AlignedMax = Aligned32 243 AlignedMax = Aligned16 245 AlignedMax = Aligned8 247 AlignedMax = Unaligned
|
/external/eigen/Eigen/src/Core/ |
D | PlainObjectBase.h | 128 friend class Eigen::Map<Derived, AlignedMax>; 129 friend class Eigen::Map<const Derived, AlignedMax>; 131 typedef Eigen::Map<Derived, AlignedMax> AlignedMapType; 132 typedef const Eigen::Map<const Derived, AlignedMax> ConstAlignedMapType; 135 …StrideType> struct StridedAlignedMapType { typedef Eigen::Map<Derived, AlignedMax, StrideType> typ… 136 … struct StridedConstAlignedMapType { typedef Eigen::Map<const Derived, AlignedMax, StrideType> typ…
|
D | GeneralProduct.h | 168 …calar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize),0,EIGEN_PLAIN_ENUM_MIN(AlignedMax,PacketSize)> m_d… 211 …typedef Map<Matrix<ResScalar,Dynamic,1>, EIGEN_PLAIN_ENUM_MIN(AlignedMax,internal::packet_traits<R…
|
D | CoreEvaluators.h | 469 Alignment = AlignedMax
|
/external/eigen/Eigen/src/Core/products/ |
D | SelfadjointMatrixVector.h | 182 …typedef Map<Matrix<ResScalar,Dynamic,1>, EIGEN_PLAIN_ENUM_MIN(AlignedMax,internal::packet_traits<R…
|
D | TriangularMatrixVector.h | 219 …typedef Map<Matrix<ResScalar,Dynamic,1>, EIGEN_PLAIN_ENUM_MIN(AlignedMax,internal::packet_traits<R…
|