Searched refs:EIGEN_DEBUG_UNALIGNED_LOAD (Results 1 - 7 of 7) sorted by relevance

/external/eigen/test/
H A Dunalignedcount.cpp16 #define EIGEN_DEBUG_UNALIGNED_LOAD { nb_loadu++; } macro
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h30 #ifndef EIGEN_DEBUG_UNALIGNED_LOAD
31 #define EIGEN_DEBUG_UNALIGNED_LOAD macro
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h225 EIGEN_DEBUG_UNALIGNED_LOAD
238 template<> EIGEN_STRONG_INLINE Packet2d ploadu<Packet2d>(const double* from) { EIGEN_DEBUG_UNALIGNED_LOAD return _mm_loadu_pd(from); }
239 template<> EIGEN_STRONG_INLINE Packet4i ploadu<Packet4i>(const int* from) { EIGEN_DEBUG_UNALIGNED_LOAD return _mm_loadu_si128(reinterpret_cast<const Packet4i*>(from)); }
260 EIGEN_DEBUG_UNALIGNED_LOAD
272 EIGEN_DEBUG_UNALIGNED_LOAD
284 EIGEN_DEBUG_UNALIGNED_LOAD
H A DComplex.h85 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>(&numext::real_ref(*from))); }
307 { EIGEN_DEBUG_UNALIGNED_LOAD return Packet1cd(ploadu<Packet2d>((const double*)from)); }
/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h188 template<> EIGEN_STRONG_INLINE Packet4f ploadu<Packet4f>(const float* from) { EIGEN_DEBUG_UNALIGNED_LOAD return vld1q_f32(from); }
189 template<> EIGEN_STRONG_INLINE Packet4i ploadu<Packet4i>(const int* from) { EIGEN_DEBUG_UNALIGNED_LOAD return vld1q_s32(from); }
H A DComplex.h106 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>((const float*)from)); }
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DComplex.h98 template<> EIGEN_STRONG_INLINE Packet2cf ploadu<Packet2cf>(const std::complex<float>* from) { EIGEN_DEBUG_UNALIGNED_LOAD return Packet2cf(ploadu<Packet4f>((const float*)from)); }

Completed in 656 milliseconds