Home
last modified time | relevance | path

Searched refs:EIGEN_DEBUG_ALIGNED_STORE (Results 1 – 8 of 8) sorted by relevance

/external/eigen/test/
Dunalignedcount.cpp17 #define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; } macro
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h34 #ifndef EIGEN_DEBUG_ALIGNED_STORE
35 #define EIGEN_DEBUG_ALIGNED_STORE macro
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h298 …_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…
DComplex.h105 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h203 …_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…
DComplex.h113 …x<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((…
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h292 …_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…
DComplex.h101 …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((…