Home | History | Annotate | Download | only in products

Lines Matching defs:mr

89     mr = gebp_traits<LhsScalar,RhsScalar>::mr,
90 mr_mask = (0xffffffff/mr)*mr
167 mr = 2 * LhsPacketSize,
239 mr = 2 * LhsPacketSize,
319 mr = 2 * ResPacketSize,
444 mr = 2*ResPacketSize,
513 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
541 const Index peeled_mc = (rows/mr)*mr;
554 // loops on each largest micro horizontal panel of lhs (mr x depth)
555 // => we select a mr x nr micro block of res which is entirely
556 // stored into mr/packet_size x nr registers.
557 for(Index i=0; i<peeled_mc; i+=mr)
559 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
701 blA += 4*mr;
745 blA += mr;
1005 for(Index i=0; i<peeled_mc; i+=mr)
1007 const LhsScalar* blA = &blockA[i*strideA+offsetA*mr];
1097 // The traversal is as follow (mr==4):