HomeSort by relevance Sort by last modified time
    Searched defs:Packet8i (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 32 typedef __m256i Packet8i;
46 const Packet8f p8f_##NAME = _mm256_castsi256_ps(pset1<Packet8i>(X))
49 const Packet8i p8i_##NAME = pset1<Packet8i>(X)
107 typedef Packet8i type;
118 template<> struct unpacket_traits<Packet8i> { typedef int type; typedef Packet4i half; enum {size=8, alignment=Aligned32}; };
122 template<> EIGEN_STRONG_INLINE Packet8i pset1<Packet8i>(const int& from) { return _mm256_set1_epi32(from); }
147 template<> EIGEN_STRONG_INLINE Packet8i pconj(const Packet8i& a) { return a;
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 38 typedef __vector short int Packet8i;
    [all...]
  /external/eigen/Eigen/src/Core/arch/ZVector/
PacketMath.h 38 typedef __vector short int Packet8i;

Completed in 446 milliseconds