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

  /external/eigen/Eigen/src/Eigen2Support/
Macros.h 16 #define EIGEN_ALIGN_128 EIGEN_ALIGN16
  /external/eigen/test/
first_aligned.cpp 31 EIGEN_ALIGN16 float array_float[100];
39 EIGEN_ALIGN16 double array_double[100];
geo_parametrizedline.cpp 70 EIGEN_ALIGN16 Scalar array1[8];
71 EIGEN_ALIGN16 Scalar array2[8];
72 EIGEN_ALIGN16 Scalar array3[8+1];
packetmath.cpp 107 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4];
108 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4];
109 EIGEN_ALIGN16 Packet packets[PacketSize*2];
110 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4];
214 EIGEN_ALIGN16 Scalar data1[internal::packet_traits<Scalar>::size*4];
215 EIGEN_ALIGN16 Scalar data2[internal::packet_traits<Scalar>::size*4];
216 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4];
304 EIGEN_ALIGN16 Scalar data1[PacketSize*4];
305 EIGEN_ALIGN16 Scalar data2[PacketSize*4];
306 EIGEN_ALIGN16 Scalar ref[PacketSize*4]
    [all...]
geo_quaternion.cpp 178 EIGEN_ALIGN16 Scalar array1[4];
179 EIGEN_ALIGN16 Scalar array2[4];
180 EIGEN_ALIGN16 Scalar array3[4+1];
206 EIGEN_ALIGN16 Scalar array1[4];
207 EIGEN_ALIGN16 Scalar array2[4];
208 EIGEN_ALIGN16 Scalar array3[4+1];
geo_hyperplane.cpp 122 EIGEN_ALIGN16 Scalar array1[4];
123 EIGEN_ALIGN16 Scalar array2[4];
124 EIGEN_ALIGN16 Scalar array3[4+1];
geo_transformations.cpp 413 EIGEN_ALIGN16 Scalar array1[16];
414 EIGEN_ALIGN16 Scalar array2[16];
415 EIGEN_ALIGN16 Scalar array3[16+1];
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 149 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]; vec_st(a, 0, x); return x[0]; }
342 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; }
435 EIGEN_ALIGN16 int aux[4];
Complex.h 112 std::complex<float> EIGEN_ALIGN16 res[2];
  /external/eigen/Eigen/src/Core/util/
Macros.h 267 #define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16)
271 #define EIGEN_USER_ALIGN16 EIGEN_ALIGN16
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 290 EIGEN_ALIGN16 LhsScalar m_staticA[SizeA];
291 EIGEN_ALIGN16 RhsScalar m_staticB[SizeB];
292 EIGEN_ALIGN16 RhsScalar m_staticW[SizeW];
GeneralMatrixVector.h 398 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
504 EIGEN_ALIGN16 ResScalar tmp0 = ResScalar(0);
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 213 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vst1q_f32(x, a); return x[0]; }
214 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vst1q_s32(x, a); return x[0]; }
Complex.h 120 std::complex<float> EIGEN_ALIGN16 x[2];
  /external/eigen/Eigen/src/Core/arch/SSE/
Complex.h 111 EIGEN_ALIGN16 std::complex<float> res[2];
315 EIGEN_ALIGN16 double res[2];
PacketMath.h 473 EIGEN_ALIGN16 int aux[4];
492 EIGEN_ALIGN16 int aux[4];
513 EIGEN_ALIGN16 int aux[4];
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 45 EIGEN_ALIGN16 const unsigned int _Sign_PNNP[4] = { 0x00000000, 0x80000000, 0x80000000, 0x00000000 };

Completed in 182 milliseconds