Searched refs:plset (Results 1 – 6 of 6) sorted by relevance
98 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a)103 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a)
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…
118 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return _mm_add_ps(pset1<Pack…119 template<> EIGEN_STRONG_INLINE Packet2d plset<double>(const double& a) { return _mm_add_pd(pset1<Pa…120 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return _mm_add_epi32(pset1<Packe…
173 plset(const Scalar& a) { return a; } in plset() function
557 …m_base(padd(pset1<Packet>(low), pmul(pset1<Packet>(step),plset<Scalar>(-packet_traits<Scalar>::siz…585 …m_lowPacket(pset1<Packet>(m_low)), m_stepPacket(pset1<Packet>(m_step)), m_interPacket(plset<Scalar…
282 internal::pstore(data2, internal::plset(data1[0])); in packetmath_notcomplex()