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

  /external/eigen/Eigen/src/Core/
Swap.h 34 typedef typename internal::packet_traits<Scalar>::type Packet;
99 Packet tmp = m_expression.template packet<StoreMode>(row, col);
101 _other.template packet<LoadMode>(row, col)
111 Packet tmp = m_expression.template packet<StoreMode>(index);
113 _other.template packet<LoadMode>(index)
SelfCwiseBinaryOp.h 25 * aligned packet loads.
53 typedef typename internal::packet_traits<Scalar>::type Packet;
113 m_functor.packetOp(m_matrix.template packet<StoreMode>(row, col),_other.template packet<LoadMode>(row, col)) );
122 m_functor.packetOp(m_matrix.template packet<StoreMode>(index),_other.template packet<LoadMode>(index)) );
Functors.h 27 template<typename Packet>
28 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const
30 template<typename Packet>
31 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const
55 template<typename Packet>
56 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) cons
    [all...]
  /external/eigen/test/eigen2/
eigen2_packetmath.cpp 45 typedef typename ei_packet_traits<Scalar>::type Packet;
51 EIGEN_ALIGN_128 Packet packets[PacketSize*2];