Home | History | Annotate | Download | only in products

Lines Matching refs:actual_mc

96         const Index actual_mc = (std::min)(i2+mc,size)-i2;
98 pack_lhs(blockA, &lhs(i2, k2), lhsStride, actual_kc, actual_mc);
100 // the selected actual_mc * size panel of res is split into three different part:
102 // 2 - the actual_mc x actual_mc symmetric block => processed with a special kernel
105 gebp(res+i2, resStride, blockA, blockB, actual_mc, actual_kc, (std::min)(size,i2), alpha,
108 sybb(res+resStride*i2 + i2, resStride, blockA, blockB + actual_kc*i2, actual_mc, actual_kc, alpha, allocatedBlockB);
112 Index j2 = i2+actual_mc;
113 gebp(res+resStride*j2+i2, resStride, blockA, blockB+actual_kc*j2, actual_mc, actual_kc, (std::max)(Index(0), size-j2), alpha,
123 // - the current destination block is processed per panel of actual_mc x BlockSize
144 // let's process the block per panel of actual_mc x BlockSize,