Home | History | Annotate | Download | only in test

Lines Matching full:alignedmax

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) );
159 VERIFY( !(Map<ConstPlainObjectType, AlignedMax>::Flags & LvalueBit) );