HomeSort by relevance Sort by last modified time
    Searched refs:RhsPacket (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 48 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
75 conj_helper<LhsPacket,RhsPacket,ConjugateLhs,ConjugateRhs> pcj;
146 RhsPacket ptmp0 = pset1<RhsPacket>(alpha*rhs[i*rhsIncr]),
147 ptmp1 = pset1<RhsPacket>(alpha*rhs[(i+offset1)*rhsIncr]),
148 ptmp2 = pset1<RhsPacket>(alpha*rhs[(i+2)*rhsIncr]),
149 ptmp3 = pset1<RhsPacket>(alpha*rhs[(i+offset3)*rhsIncr]);
241 RhsPacket ptmp0 = pset1<RhsPacket>(alpha*rhs[k*rhsIncr]);
304 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
    [all...]
GeneralBlockPanelKernel.h 180 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
193 pstore1<RhsPacket>(&b[k*RhsPacketSize], rhs[k]);
196 EIGEN_STRONG_INLINE void loadRhs(const RhsScalar* b, RhsPacket& dest) const
198 dest = pload<RhsPacket>(b);
206 EIGEN_STRONG_INLINE void madd(const LhsPacket& a, const RhsPacket& b, AccPacket& c, AccPacket& tmp) const
218 // conj_helper<LhsPacket,RhsPacket,ConjLhs,ConjRhs> pcj;
251 typedef typename conditional<Vectorizable,_RhsPacket,RhsScalar>::type RhsPacket;
264 pstore1<RhsPacket>(&b[k*RhsPacketSize], rhs[k]);
267 EIGEN_STRONG_INLINE void loadRhs(const RhsScalar* b, RhsPacket& dest) const
269 dest = pload<RhsPacket>(b)
    [all...]

Completed in 315 milliseconds