Searched refs:EIGEN_DEBUG_ALIGNED_STORE (Results 1 – 8 of 8) sorted by relevance
/external/eigen/test/ |
D | unalignedcount.cpp | 17 #define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; } macro
|
/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/AltiVec/ |
D | PacketMath.h | 298 …_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(f… 299 …_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(f…
|
D | Complex.h | 105 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | PacketMath.h | 203 …_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f3… 204 …_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_s3…
|
D | Complex.h | 113 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 292 …_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_stor… 293 …_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_stor… 294 …_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_stor…
|
D | Complex.h | 101 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&… 308 …double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
|