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 306 EIGEN_DEBUG_UNALIGNED_STORE
324 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 218 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UNALIGNED_STORE vst1q_f32(to, from); }
219 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UNALIGNED_STORE vst1q_s32(to, from); }
Complex.h 111 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/
PacketMath.h 377 EIGEN_DEBUG_UNALIGNED_STORE
381 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)); }
382 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)); }
Complex.h 108 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 215 milliseconds