Home
last modified time | relevance | path

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

/external/eigen/test/
Dfirst_aligned.cpp31 EIGEN_ALIGN16 float array_float[100]; in test_first_aligned()
39 EIGEN_ALIGN16 double array_double[100]; in test_first_aligned()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DComplex.h85 std::complex<float> EIGEN_ALIGN16 af[2];
92 std::complex<float> EIGEN_ALIGN16 af[2];
131 std::complex<float> EIGEN_ALIGN16 res[2];
317 std::complex<double> EIGEN_ALIGN16 af[2];
324 std::complex<double> EIGEN_ALIGN16 af[2];
364 std::complex<double> EIGEN_ALIGN16 res[2];
DPacketMath.h311 float EIGEN_ALIGN16 af[4];
320 int EIGEN_ALIGN16 ai[4];
329 float EIGEN_ALIGN16 af[4];
338 int EIGEN_ALIGN16 ai[4];
519 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x; …
520 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x; …
622 EIGEN_ALIGN16 int aux[4];
884 double EIGEN_ALIGN16 af[2];
891 double EIGEN_ALIGN16 af[2];
951 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x…
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h444 int EIGEN_ALIGN16 ai[4];
454 float EIGEN_ALIGN16 ai[4];
464 double EIGEN_ALIGN16 af[2];
472 int EIGEN_ALIGN16 ai[4];
482 float EIGEN_ALIGN16 ai[4];
492 double EIGEN_ALIGN16 af[2];
684 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[…
685 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[…
686 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x[…
799 EIGEN_ALIGN16 int aux[4];
DComplex.h113 std::complex<float> EIGEN_ALIGN16 af[2];
124 std::complex<float> EIGEN_ALIGN16 af[2];
191 std::complex<double> EIGEN_ALIGN16 res;
198 std::complex<float> EIGEN_ALIGN16 res[2];
/external/eigen/Eigen/src/Core/arch/CUDA/
DTypeCasting.h194 EIGEN_ALIGN16 float aux[4];
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h149 std::complex<float> EIGEN_ALIGN16 x[2];
402 std::complex<double> EIGEN_ALIGN16 res;
DPacketMath.h311 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16
312 template<> EIGEN_STRONG_INLINE int32_t pfirst<Packet4i>(const Packet4i& a) { int32_t EIGEN_ALIGN16
/external/eigen/Eigen/src/Core/arch/SSE/
DComplex.h138 EIGEN_ALIGN16 std::complex<float> res[2];
347 EIGEN_ALIGN16 double res[2];
DPacketMath.h606 EIGEN_ALIGN16 int aux[4];
629 EIGEN_ALIGN16 int aux[4];
655 EIGEN_ALIGN16 int aux[4];
/external/eigen/Eigen/src/LU/arch/
DInverse_SSE.h47EIGEN_ALIGN16 const unsigned int _Sign_PNNP[4] = { 0x00000000, 0x80000000, 0x80000000, 0x00000000 …
/external/eigen/Eigen/src/Core/util/
DMacros.h751 #define EIGEN_ALIGN16 EIGEN_ALIGN_TO_BOUNDARY(16) macro
/external/eigen/Eigen/src/Core/arch/AVX/
DComplex.h330 EIGEN_ALIGN16 double res[2];
/external/eigen/doc/
DA05_PortingFrom2To3.dox262 The EIGEN_ALIGN_128 macro has been renamed to EIGEN_ALIGN16. Don't be surprised, it's just that we …