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

  /external/eigen/test/
unalignedcount.cpp 17 #define EIGEN_DEBUG_ALIGNED_STORE { nb_store++; }
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 261 EIGEN_DEBUG_ALIGNED_STORE
271 EIGEN_DEBUG_ALIGNED_STORE
506 EIGEN_DEBUG_ALIGNED_STORE
511 EIGEN_DEBUG_ALIGNED_STORE
857 EIGEN_DEBUG_ALIGNED_STORE
    [all...]
  /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/ZVector/
Complex.h 96 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); }
97 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); }
PacketMath.h 369 EIGEN_DEBUG_ALIGNED_STORE
378 EIGEN_DEBUG_ALIGNED_STORE
387 EIGEN_DEBUG_ALIGNED_STORE
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 250 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet8f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_store_ps(to, from); }
251 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet4d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_store_pd(to, from); }
252 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet8i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_storeu_si256(reinterpret_cast<__m256i*>(to), from); }
Complex.h 92 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float>* to, const Packet4cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); }
310 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet2cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); }
  /external/eigen/Eigen/src/Core/arch/NEON/
PacketMath.h 267 template<> EIGEN_STRONG_INLINE void pstore<float> (float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f32(to, from); }
268 template<> EIGEN_STRONG_INLINE void pstore<int32_t>(int32_t* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_s32(to, from); }
640 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f64(to, from); }
Complex.h 126 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); }
381 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); }
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 358 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_ps(to, from); }
359 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_pd(to, from); }
360 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<__m128i*>(to), from); }
    [all...]
Complex.h 113 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), Packet4f(from.v)); }
340 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, Packet2d(from.v)); }
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h 539 EIGEN_DEBUG_ALIGNED_STORE _mm512_store_ps(to, from);
543 EIGEN_DEBUG_ALIGNED_STORE _mm512_store_pd(to, from);
547 EIGEN_DEBUG_ALIGNED_STORE _mm512_storeu_si512(reinterpret_cast<__m512i*>(to),
    [all...]

Completed in 423 milliseconds