Searched refs:EIGEN_DEBUG_UNALIGNED_STORE (Results 1 - 8 of 8) sorted by relevance

/external/eigen/test/
H A Dunalignedcount.cpp18 #define EIGEN_DEBUG_UNALIGNED_STORE { nb_storeu++; } macro
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h38 #ifndef EIGEN_DEBUG_UNALIGNED_STORE
39 #define EIGEN_DEBUG_UNALIGNED_STORE macro
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h306 EIGEN_DEBUG_UNALIGNED_STORE
324 EIGEN_DEBUG_UNALIGNED_STORE
H A DComplex.h106 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu((float*)to, from.v); }
/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h209 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UNALIGNED_STORE vst1q_f32(to, from); }
210 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UNALIGNED_STORE vst1q_s32(to, from); }
H A DComplex.h111 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu((float*)to, from.v); }
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h314 EIGEN_DEBUG_UNALIGNED_STORE
318 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castps_pd(from)); }
319 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castsi128_pd(from)); }
H A DComplex.h108 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(&numext::real_ref(*to), from.v); }
315 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu((double*)to, from.v); }

Completed in 2048 milliseconds