Home
last modified time | relevance | path

Searched refs:EIGEN_ALIGN16 (Results 1 – 18 of 18) sorted by relevance

/external/eigen/test/
Dpacketmath.cpp107 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath()
108 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath()
109 EIGEN_ALIGN16 Packet packets[PacketSize*2]; in packetmath()
110 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath()
214 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath_real()
215 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath_real()
216 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath_real()
304 EIGEN_ALIGN16 Scalar data1[PacketSize*4]; in packetmath_complex()
305 EIGEN_ALIGN16 Scalar data2[PacketSize*4]; in packetmath_complex()
306 EIGEN_ALIGN16 Scalar ref[PacketSize*4]; in packetmath_complex()
[all …]
Dfirst_aligned.cpp31 EIGEN_ALIGN16 float array_float[100]; in test_first_aligned()
39 EIGEN_ALIGN16 double array_double[100]; in test_first_aligned()
Dgeo_quaternion.cpp178 EIGEN_ALIGN16 Scalar array1[4]; in mapQuaternion()
179 EIGEN_ALIGN16 Scalar array2[4]; in mapQuaternion()
180 EIGEN_ALIGN16 Scalar array3[4+1]; in mapQuaternion()
206 EIGEN_ALIGN16 Scalar array1[4]; in quaternionAlignment()
207 EIGEN_ALIGN16 Scalar array2[4]; in quaternionAlignment()
208 EIGEN_ALIGN16 Scalar array3[4+1]; in quaternionAlignment()
Dgeo_parametrizedline.cpp70 EIGEN_ALIGN16 Scalar array1[8]; in parametrizedline_alignment()
71 EIGEN_ALIGN16 Scalar array2[8]; in parametrizedline_alignment()
72 EIGEN_ALIGN16 Scalar array3[8+1]; in parametrizedline_alignment()
Dgeo_hyperplane.cpp122 EIGEN_ALIGN16 Scalar array1[4]; in hyperplane_alignment()
123 EIGEN_ALIGN16 Scalar array2[4]; in hyperplane_alignment()
124 EIGEN_ALIGN16 Scalar array3[4+1]; in hyperplane_alignment()
Dgeo_transformations.cpp413 EIGEN_ALIGN16 Scalar array1[16]; in transform_alignment()
414 EIGEN_ALIGN16 Scalar array2[16]; in transform_alignment()
415 EIGEN_ALIGN16 Scalar array3[16+1]; in transform_alignment()
/external/eigen/Eigen/src/Eigen2Support/
DMacros.h16 #define EIGEN_ALIGN_128 EIGEN_ALIGN16
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h149 float EIGEN_ALIGN16 af[4];
157 int EIGEN_ALIGN16 ai[4];
341 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4…
342 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4…
435 EIGEN_ALIGN16 int aux[4];
DComplex.h112 std::complex<float> EIGEN_ALIGN16 res[2];
/external/eigen/Eigen/src/Core/util/
DMacros.h267 #define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16) macro
271 #define EIGEN_USER_ALIGN16 EIGEN_ALIGN16
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h290 EIGEN_ALIGN16 LhsScalar m_staticA[SizeA];
291 EIGEN_ALIGN16 RhsScalar m_staticB[SizeB];
292 EIGEN_ALIGN16 RhsScalar m_staticW[SizeW];
DGeneralMatrixVector.h398 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
504 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h213 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4…
214 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4…
DComplex.h120 std::complex<float> EIGEN_ALIGN16 x[2];
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h473 EIGEN_ALIGN16 int aux[4];
492 EIGEN_ALIGN16 int aux[4];
513 EIGEN_ALIGN16 int aux[4];
DComplex.h111 EIGEN_ALIGN16 std::complex<float> res[2];
315 EIGEN_ALIGN16 double res[2];
/external/eigen/Eigen/src/LU/arch/
DInverse_SSE.h45EIGEN_ALIGN16 const unsigned int _Sign_PNNP[4] = { 0x00000000, 0x80000000, 0x80000000, 0x00000000 …
/external/eigen/doc/
DA05_PortingFrom2To3.dox282 The EIGEN_ALIGN_128 macro has been renamed to EIGEN_ALIGN16. Don't be surprised, it's just that we …