Home | History | Annotate | Download | only in Core

Lines Matching refs:m_base

557   m_base(padd(pset1<Packet>(low), pmul(pset1<Packet>(step),plset<Scalar>(-packet_traits<Scalar>::size)))) {}
562 m_base = padd(m_base, pset1<Packet>(m_step));
567 EIGEN_STRONG_INLINE const Packet packetOp(Index) const { return m_base = padd(m_base,m_packetStep); }
572 mutable Packet m_base;