HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_DEBUG_UNALIGNED_STORE (Results 1 - 8 of 8) sorted by null

  /external/eigen/test/
unalignedcount.cpp 18 #define EIGEN_DEBUG_UNALIGNED_STORE { nb_storeu++; }
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 38 #ifndef EIGEN_DEBUG_UNALIGNED_STORE
39 #define EIGEN_DEBUG_UNALIGNED_STORE
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 303 EIGEN_DEBUG_UNALIGNED_STORE
321 EIGEN_DEBUG_UNALIGNED_STORE
Complex.h 106 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/
PacketMath.h 206 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UNALIGNED_STORE vst1q_f32(to, from); }
207 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UNALIGNED_STORE vst1q_s32(to, from); }
Complex.h 114 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/
Complex.h 102 template<> EIGEN_STRONG_INLINE void pstoreu<std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(&real_ref(*to), from.v); }
309 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); }
PacketMath.h 297 EIGEN_DEBUG_UNALIGNED_STORE
301 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)); }
302 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)); }

Completed in 167 milliseconds