/external/eigen/failtest/ |
H A D | map_nonconst_ctor_on_const_ptr_3.cpp | 12 Map<MatrixXf, Aligned, InnerStride<2> > m(ptr, rows, cols, InnerStride<2>());
|
/external/eigen/test/ |
H A D | mapstride.cpp | 25 if(Alignment!=Aligned) 64 if(Alignment!=Aligned) 120 CALL_SUBTEST_1( map_class_vector<Aligned>(Matrix<float, 1, 1>()) ); 122 CALL_SUBTEST_2( map_class_vector<Aligned>(Vector4d()) ); 124 CALL_SUBTEST_3( map_class_vector<Aligned>(RowVector4f()) ); 126 CALL_SUBTEST_4( map_class_vector<Aligned>(VectorXcf(internal::random<int>(1,maxn))) ); 128 CALL_SUBTEST_5( map_class_vector<Aligned>(VectorXi(internal::random<int>(1,maxn))) ); 131 CALL_SUBTEST_1( map_class_matrix<Aligned>(Matrix<float, 1, 1>()) ); 133 CALL_SUBTEST_2( map_class_matrix<Aligned>(Matrix4d()) ); 135 CALL_SUBTEST_3( map_class_matrix<Aligned>(Matri [all...] |
H A D | mapped_matrix.cpp | 29 Map<VectorType, Aligned>(array1, size) = VectorType::Random(size); 30 Map<VectorType, Aligned>(array2, size) = Map<VectorType,Aligned>(array1, size); 32 VectorType ma1 = Map<VectorType, Aligned>(array1, size); 33 VectorType ma2 = Map<VectorType, Aligned>(array2, size); 39 VERIFY_RAISES_ASSERT((Map<VectorType,Aligned>(array3unaligned, size))) 62 Map<MatrixType, Aligned>(array1, rows, cols) = MatrixType::Ones(rows,cols); 66 MatrixType ma2 = Map<MatrixType, Aligned>(array2, rows, cols); 112 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) ); 114 VERIFY( !(Map<ConstPlainObjectType, Aligned> [all...] |
H A D | geo_quaternion.cpp | 172 typedef Map<Quaternion<Scalar>, Aligned> MQuaternionA; 173 typedef Map<const Quaternion<Scalar>, Aligned> MCQuaternionA; 265 VERIFY( !(internal::traits<Map<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) ); 267 VERIFY( !(Map<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );
|
H A D | vectorization_logic.cpp | 179 Map<Matrix22, Aligned, OuterStride<3*PacketSize> >, 184 Map<Matrix22, Aligned, InnerStride<3*PacketSize> >,
|
/external/eigen/Eigen/src/Geometry/arch/ |
H A D | Geometry_SSE.h | 19 struct quat_product<Architecture::SSE, Derived, OtherDerived, float, Aligned> 25 __m128 a = _a.coeffs().template packet<Aligned>(0); 26 __m128 b = _b.coeffs().template packet<Aligned>(0); 46 __m128 a = lhs.template packet<VectorLhs::Flags&AlignedBit ? Aligned : Unaligned>(0); 47 __m128 b = rhs.template packet<VectorRhs::Flags&AlignedBit ? Aligned : Unaligned>(0); 60 struct quat_product<Architecture::SSE, Derived, OtherDerived, double, Aligned> 69 Packet2d b_xy = _b.coeffs().template packet<Aligned>(0); 70 Packet2d b_zw = _b.coeffs().template packet<Aligned>(2);
|
/external/eigen/Eigen/src/Core/ |
H A D | ForceAlignedAccess.h | 72 return m_expression.template packet<Aligned>(row, col); 78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x); 84 return m_expression.template packet<Aligned>(index); 90 m_expression.const_cast_derived().template writePacket<Aligned>(index, x);
|
H A D | Map.h | 22 * \tparam MapOptions specifies whether the pointer is \c #Aligned, or \c #Unaligned. 85 IsAligned = bool(EIGEN_ALIGN) && ((int(MapOptions)&Aligned)==Aligned),
|
H A D | Assign.h | 31 JointAlignment = bool(DstIsAligned) && bool(SrcIsAligned) ? Aligned : Unaligned 206 dst.template copyPacketByOuterInner<Derived2, Aligned, JointAlignment>(outer, inner, src); 223 dst.template copyPacketByOuterInner<Derived2, Aligned, Aligned>(outer, Index, src); 333 dst.template copyPacketByOuterInner<Derived2, Aligned, Aligned>(outer, inner, src); 399 dstAlignment = PacketTraits::AlignedOnScalar ? Aligned : int(assign_traits<Derived1,Derived2>::DstIsAligned) , 446 dstAlignment = alignable ? Aligned : int(assign_traits<Derived1,Derived2>::DstIsAligned) ,
|
H A D | DiagonalProduct.h | 108 DiagonalVectorPacketLoadMode = (LoadMode == Aligned && (((InnerSize%16) == 0) || (int(DiagonalType::DiagonalVectorType::Flags)&AlignedBit)==AlignedBit) ? Aligned : Unaligned)
|
H A D | GenericPacketMath.h | 285 * If LoadMode equals #Aligned, \a from must be 16 bytes aligned */ 289 if(LoadMode == Aligned) 296 * If StoreMode equals #Aligned, \a to must be 16 bytes aligned */ 300 if(LoadMode == Aligned)
|
/external/valgrind/memcheck/tests/amd64/ |
H A D | sh-mem-vec256-plo-yes.stderr.exp | 62 ------ PL Aligned case with 0 leading acc+def bytes ------ 71 ------ PL Aligned case with 1 leading acc+def bytes ------ 80 ------ PL Aligned case with 2 leading acc+def bytes ------ 89 ------ PL Aligned case with 3 leading acc+def bytes ------ 98 ------ PL Aligned case with 4 leading acc+def bytes ------ 107 ------ PL Aligned case with 5 leading acc+def bytes ------ 116 ------ PL Aligned case with 6 leading acc+def bytes ------ 125 ------ PL Aligned case with 7 leading acc+def bytes ------ 134 ------ PL Aligned case with 8 leading acc+def bytes ------ 143 ------ PL Aligned cas [all...] |
H A D | sh-mem-vec128-plo-yes.stderr.exp | 62 ------ PL Aligned case with 0 leading acc+def bytes ------ 71 ------ PL Aligned case with 1 leading acc+def bytes ------ 80 ------ PL Aligned case with 2 leading acc+def bytes ------ 89 ------ PL Aligned case with 3 leading acc+def bytes ------ 98 ------ PL Aligned case with 4 leading acc+def bytes ------ 107 ------ PL Aligned case with 5 leading acc+def bytes ------ 116 ------ PL Aligned case with 6 leading acc+def bytes ------ 125 ------ PL Aligned case with 7 leading acc+def bytes ------ 134 ------ PL Aligned case with 8 leading acc+def bytes ------ 143 ------ PL Aligned cas [all...] |
H A D | sh-mem-vec256-plo-no.stderr.exp | 62 ------ PL Aligned case with 0 leading acc+def bytes ------ 78 ------ PL Aligned case with 1 leading acc+def bytes ------ 94 ------ PL Aligned case with 2 leading acc+def bytes ------ 110 ------ PL Aligned case with 3 leading acc+def bytes ------ 126 ------ PL Aligned case with 4 leading acc+def bytes ------ 142 ------ PL Aligned case with 5 leading acc+def bytes ------ 158 ------ PL Aligned case with 6 leading acc+def bytes ------ 174 ------ PL Aligned case with 7 leading acc+def bytes ------ 190 ------ PL Aligned case with 8 leading acc+def bytes ------ 206 ------ PL Aligned cas [all...] |
H A D | sh-mem-vec128-plo-no.stderr.exp | 62 ------ PL Aligned case with 0 leading acc+def bytes ------ 78 ------ PL Aligned case with 1 leading acc+def bytes ------ 94 ------ PL Aligned case with 2 leading acc+def bytes ------ 110 ------ PL Aligned case with 3 leading acc+def bytes ------ 126 ------ PL Aligned case with 4 leading acc+def bytes ------ 142 ------ PL Aligned case with 5 leading acc+def bytes ------ 158 ------ PL Aligned case with 6 leading acc+def bytes ------ 174 ------ PL Aligned case with 7 leading acc+def bytes ------ 190 ------ PL Aligned case with 8 leading acc+def bytes ------ 206 ------ PL Aligned cas [all...] |
/external/valgrind/memcheck/tests/x86/ |
H A D | sh-mem-vec128-plo-yes.stderr.exp | 62 ------ PL Aligned case with 0 leading acc+def bytes ------ 71 ------ PL Aligned case with 1 leading acc+def bytes ------ 80 ------ PL Aligned case with 2 leading acc+def bytes ------ 89 ------ PL Aligned case with 3 leading acc+def bytes ------ 98 ------ PL Aligned case with 4 leading acc+def bytes ------ 107 ------ PL Aligned case with 5 leading acc+def bytes ------ 116 ------ PL Aligned case with 6 leading acc+def bytes ------ 125 ------ PL Aligned case with 7 leading acc+def bytes ------ 134 ------ PL Aligned case with 8 leading acc+def bytes ------ 143 ------ PL Aligned cas [all...] |
H A D | sh-mem-vec128-plo-no.stderr.exp | 62 ------ PL Aligned case with 0 leading acc+def bytes ------ 78 ------ PL Aligned case with 1 leading acc+def bytes ------ 94 ------ PL Aligned case with 2 leading acc+def bytes ------ 110 ------ PL Aligned case with 3 leading acc+def bytes ------ 126 ------ PL Aligned case with 4 leading acc+def bytes ------ 142 ------ PL Aligned case with 5 leading acc+def bytes ------ 158 ------ PL Aligned case with 6 leading acc+def bytes ------ 174 ------ PL Aligned case with 7 leading acc+def bytes ------ 190 ------ PL Aligned case with 8 leading acc+def bytes ------ 206 ------ PL Aligned cas [all...] |
/external/eigen/bench/ |
H A D | quatmul.cpp | 17 c = internal::quat_product<0, Quat, Quat, typename Quat::Scalar, Aligned>::run(a,b);
|
/external/eigen/test/eigen2/ |
H A D | eigen2_map.cpp | 24 Map<VectorType, Aligned>(array1, size) = VectorType::Random(size); 28 VectorType ma2 = Map<VectorType, Aligned>(array2, size); 52 Map<MatrixType, Aligned>(array1, rows, cols) = MatrixType::Ones(rows,cols); 56 MatrixType ma2 = Map<MatrixType, Aligned>(array2, rows, cols);
|
/external/eigen/Eigen/src/Core/util/ |
H A D | Constants.h | 194 Aligned=1 enumerator in enum:Eigen::__anon4184
|
/external/google-breakpad/src/common/dwarf/ |
H A D | bytereader_unittest.cc | 629 class Aligned: public AlignedFixture, public Test { }; class in inherits:AlignedFixture,Test 631 TEST_F(Aligned, DW_EH_PE_aligned0) { 639 TEST_F(Aligned, DW_EH_PE_aligned1) { 647 TEST_F(Aligned, DW_EH_PE_aligned2) { 655 TEST_F(Aligned, DW_EH_PE_aligned3) { 663 TEST_F(Aligned, DW_EH_PE_aligned11) { 672 TEST_F(Aligned, DW_EH_PE_aligned30) { 681 TEST_F(Aligned, DW_EH_PE_aligned23) { 690 TEST_F(Aligned, DW_EH_PE_aligned03) {
|
/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 80 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { 81 if (Aligned->isAlignmentExpr()) { 84 ExprResult Result = S.SubstExpr(Aligned->getAlignmentExpr(), TemplateArgs); 86 S.AddAlignedAttr(Aligned->getLocation(), New, Result.getAs<Expr>(), 87 Aligned->getSpellingListIndex(), IsPackExpansion); 89 TypeSourceInfo *Result = S.SubstType(Aligned->getAlignmentType(), 90 TemplateArgs, Aligned->getLocation(), 93 S.AddAlignedAttr(Aligned->getLocation(), New, Result, 94 Aligned->getSpellingListIndex(), IsPackExpansion); 100 const AlignedAttr *Aligned, Dec 78 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) argument 98 instantiateDependentAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignedAttr *Aligned, Decl *New) argument 136 instantiateDependentAssumeAlignedAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AssumeAlignedAttr *Aligned, Decl *New) argument 159 instantiateDependentAlignValueAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const AlignValueAttr *Aligned, Decl *New) argument 211 const AlignedAttr *Aligned = dyn_cast<AlignedAttr>(TmplAttr); local [all...] |
/external/eigen/Eigen/src/Geometry/ |
H A D | Quaternion.h | 306 struct traits<Map<Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > 314 struct traits<Map<const Quaternion<_Scalar>, _Options> > : traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > 317 typedef traits<Quaternion<_Scalar, (int(_Options)&Aligned)==Aligned ? AutoAlign : DontAlign> > TraitsBase; 352 * If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned. */ 389 * If the template parameter _Options is set to #Aligned, then the pointer coeffs must be aligned. */ 407 typedef Map<Quaternion<float>, Aligned> QuaternionMapAlignedf; 410 typedef Map<Quaternion<double>, Aligned> QuaternionMapAligned [all...] |
/external/eigen/Eigen/src/Core/products/ |
H A D | CoeffBasedProduct.h | 282 pres = padd(pres, pmul( lhs.template packet<Aligned>(row, UnrollingIndex) , rhs.template packet<Aligned>(UnrollingIndex, col) )); 292 pres = pmul(lhs.template packet<Aligned>(row, 0) , rhs.template packet<Aligned>(0, col));
|
/external/eigen/bench/btl/libs/eigen3/ |
H A D | eigen3_interface.hh | 141 dst.template copyPacket<Src, Aligned, Unaligned>(j, index, src); 143 dst.template copyPacket<Src, Aligned, Unaligned>(index, j, src);
|