Home
last modified time | relevance | path

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

/external/eigen/test/
Dpacketmath.cpp108 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath()
109 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath()
110 EIGEN_ALIGN16 Packet packets[PacketSize*2]; in packetmath()
111 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath()
215 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath_real()
216 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath_real()
217 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath_real()
260 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4]; in packetmath_notcomplex()
261 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4]; in packetmath_notcomplex()
262 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; in packetmath_notcomplex()
[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.cpp184 EIGEN_ALIGN16 Scalar array1[4]; in mapQuaternion()
185 EIGEN_ALIGN16 Scalar array2[4]; in mapQuaternion()
186 EIGEN_ALIGN16 Scalar array3[4+1]; in mapQuaternion()
235 EIGEN_ALIGN16 Scalar array1[4]; in quaternionAlignment()
236 EIGEN_ALIGN16 Scalar array2[4]; in quaternionAlignment()
237 EIGEN_ALIGN16 Scalar array3[4+1]; in quaternionAlignment()
Dgeo_parametrizedline.cpp69 EIGEN_ALIGN16 Scalar array1[8]; in parametrizedline_alignment()
70 EIGEN_ALIGN16 Scalar array2[8]; in parametrizedline_alignment()
71 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.cpp407 EIGEN_ALIGN16 Scalar array1[16]; in transform_alignment()
408 EIGEN_ALIGN16 Scalar array2[16]; in transform_alignment()
409 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];
344 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4…
345 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4…
438 EIGEN_ALIGN16 int aux[4];
DComplex.h112 std::complex<float> EIGEN_ALIGN16 res[2];
/external/eigen/Eigen/src/Core/util/
DMacros.h274 #define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16) macro
278 #define EIGEN_USER_ALIGN16 EIGEN_ALIGN16
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h289 EIGEN_ALIGN16 LhsScalar m_staticA[SizeA];
290 EIGEN_ALIGN16 RhsScalar m_staticB[SizeB];
291 EIGEN_ALIGN16 RhsScalar m_staticW[SizeW];
DGeneralMatrixVector.h414 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
523 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h216 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4…
217 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4…
DComplex.h117 std::complex<float> EIGEN_ALIGN16 x[2];
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h490 EIGEN_ALIGN16 int aux[4];
509 EIGEN_ALIGN16 int aux[4];
530 EIGEN_ALIGN16 int aux[4];
DComplex.h117 EIGEN_ALIGN16 std::complex<float> res[2];
321 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.dox267 The EIGEN_ALIGN_128 macro has been renamed to EIGEN_ALIGN16. Don't be surprised, it's just that we …