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

  /external/eigen/test/
unalignedcount.cpp 17 #define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; }
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 34 #ifndef EIGEN_DEBUG_ALIGNED_STORE
35 #define EIGEN_DEBUG_ALIGNED_STORE
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 301 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
302 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); }
Complex.h 105 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); }
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 215 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f32(to, from); }
216 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_s32(to, from); }
Complex.h 110 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); }
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 349 EIGEN_DEBUG_ALIGNED_STORE
358 EIGEN_DEBUG_ALIGNED_STORE
367 EIGEN_DEBUG_ALIGNED_STORE
Complex.h 107 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); }
314 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); }

Completed in 610 milliseconds