Searched refs:plset (Results 1 – 6 of 6) sorted by relevance
164 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return vec_add(pset1<Packet4…165 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return vec_add(pset1<Packet4…
98 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a)103 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a)
113 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return _mm_add_ps(pset1<Pack…114 template<> EIGEN_STRONG_INLINE Packet2d plset<double>(const double& a) { return _mm_add_pd(pset1<Pa…115 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return _mm_add_epi32(pset1<Packe…
169 plset(const Scalar& a) { return a; } in plset() function
568 …m_base(padd(pset1<Packet>(low),pmul(pset1<Packet>(step),plset<Scalar>(-packet_traits<Scalar>::size…591 …m_lowPacket(pset1<Packet>(m_low)), m_stepPacket(pset1<Packet>(m_step)), m_interPacket(plset<Scalar…
266 internal::pstore(data2, internal::plset(data1[0])); in packetmath_real()