Home | History | Annotate | Download | only in products

Lines Matching defs:mc

258     Index mc = rows;  // cache block size along the M direction
260 computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc);
261 // kc must smaller than mc
262 kc = (std::min)(kc,mc);
266 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, kc*mc, 0);
288 for(Index i2=0; i2<k2; i2+=mc)
290 const Index actual_mc = (std::min)(i2+mc,k2)-i2;
305 for(Index i2=k2+kc; i2<size; i2+=mc)
307 const Index actual_mc = (std::min)(i2+mc,size)-i2;
348 Index mc = rows; // cache block size along the M direction
350 computeProductBlockingSizes<Scalar,Scalar>(kc, mc, nc);
353 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, kc*mc, 0);
368 for(Index i2=0; i2<rows; i2+=mc)
370 const Index actual_mc = (std::min)(i2+mc,rows)-i2;