Searched refs:EIGEN_DEBUG_ALIGNED_STORE (Results 1 – 12 of 12) sorted by relevance
/external/eigen/test/ |
D | unalignedcount.cpp | 17 #define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; } macro
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 261 EIGEN_DEBUG_ALIGNED_STORE 271 EIGEN_DEBUG_ALIGNED_STORE 506 EIGEN_DEBUG_ALIGNED_STORE 511 EIGEN_DEBUG_ALIGNED_STORE 857 EIGEN_DEBUG_ALIGNED_STORE 945 EIGEN_DEBUG_ALIGNED_STORE
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 34 #ifndef EIGEN_DEBUG_ALIGNED_STORE 35 #define EIGEN_DEBUG_ALIGNED_STORE macro
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 267 …LINE void pstore<float> (float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f3… 268 …LINE void pstore<int32_t>(int32_t* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_s3… 640 …NLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f6…
|
D | Complex.h | 126 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((… 381 …double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | Complex.h | 96 …float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((… 97 …double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|
D | PacketMath.h | 369 EIGEN_DEBUG_ALIGNED_STORE 378 EIGEN_DEBUG_ALIGNED_STORE 387 EIGEN_DEBUG_ALIGNED_STORE
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | PacketMath.h | 250 …_INLINE void pstore<float>(float* to, const Packet8f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_s… 251 …_INLINE void pstore<double>(double* to, const Packet4d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_s… 252 …_INLINE void pstore<int>(int* to, const Packet8i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_s…
|
D | Complex.h | 92 …plex<float> >(std::complex<float>* to, const Packet4cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&… 310 …double> >(std::complex<double> * to, const Packet2cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | Complex.h | 113 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&… 340 …double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|
D | PacketMath.h | 358 …_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_stor… 359 …_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_stor… 360 …_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_stor…
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | PacketMath.h | 539 EIGEN_DEBUG_ALIGNED_STORE _mm512_store_ps(to, from); 543 EIGEN_DEBUG_ALIGNED_STORE _mm512_store_pd(to, from); 547 EIGEN_DEBUG_ALIGNED_STORE _mm512_storeu_si512(reinterpret_cast<__m512i*>(to),
|