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

  /external/eigen/Eigen/src/Core/util/
Constants.h 237 AlignedMax = Aligned128
239 AlignedMax = Aligned64
241 AlignedMax = Aligned32
243 AlignedMax = Aligned16
245 AlignedMax = Aligned8
247 AlignedMax = Unaligned
  /external/eigen/test/
mapped_matrix.cpp 31 Map<VectorType, AlignedMax>(array1, size) = VectorType::Random(size);
32 Map<VectorType, AlignedMax>(array2, size) = Map<VectorType,AlignedMax>(array1, size);
34 Map<VectorType>(array4, size) = Map<VectorType,AlignedMax>(array1, size);
35 VectorType ma1 = Map<VectorType, AlignedMax>(array1, size);
36 VectorType ma2 = Map<VectorType, AlignedMax>(array2, size);
43 if(internal::packet_traits<Scalar>::Vectorizable && size>=AlignedMax)
44 VERIFY_RAISES_ASSERT((Map<VectorType,AlignedMax>(array3unaligned, size)))
74 Map<MatrixType, AlignedMax> map2(array2, rows, cols);
157 VERIFY( !(internal::traits<Map<ConstPlainObjectType, AlignedMax> >::Flags & LvalueBit) )
    [all...]
vectorization_logic.cpp 229 Map<Matrix22, AlignedMax, OuterStride<3*PacketSize> >,
234 Map<Matrix<Scalar,EIGEN_PLAIN_ENUM_MAX(2,PacketSize),EIGEN_PLAIN_ENUM_MAX(2,PacketSize)>, AlignedMax, InnerStride<3*PacketSize> >,
368 Map<Matrix<Scalar,EIGEN_PLAIN_ENUM_MAX(2,PacketSize),EIGEN_PLAIN_ENUM_MAX(2,PacketSize)>, AlignedMax, InnerStride<3*PacketSize> >,
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 127 // for EIGEN_MAX_ALIGN_BYTES==0, AlignedMax==Unaligned, and many compilers generate warnings for friend-ing a class twice.
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 template<typename StrideType> struct StridedAlignedMapType { typedef Eigen::Map<Derived, AlignedMax, StrideType> type; };
136 template<typename StrideType> struct StridedConstAlignedMapType { typedef Eigen::Map<const Derived, AlignedMax, StrideType> type; };
    [all...]
GeneralProduct.h 168 internal::plain_array<Scalar,EIGEN_SIZE_MIN_PREFER_FIXED(Size,MaxSize),0,EIGEN_PLAIN_ENUM_MIN(AlignedMax,PacketSize)> m_data;
211 typedef Map<Matrix<ResScalar,Dynamic,1>, EIGEN_PLAIN_ENUM_MIN(AlignedMax,internal::packet_traits<ResScalar>::size)> MappedDest;
CoreEvaluators.h 469 Alignment = AlignedMax
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 182 typedef Map<Matrix<ResScalar,Dynamic,1>, EIGEN_PLAIN_ENUM_MIN(AlignedMax,internal::packet_traits<ResScalar>::size)> MappedDest;
TriangularMatrixVector.h 219 typedef Map<Matrix<ResScalar,Dynamic,1>, EIGEN_PLAIN_ENUM_MIN(AlignedMax,internal::packet_traits<ResScalar>::size)> MappedDest;

Completed in 586 milliseconds