Lines Matching refs:kCols
65 static constexpr int kCols = tCols; member
66 static constexpr int kScalarCount = kRows * kCols;
134 static constexpr int kCols =
135 Lhs::kCols > Rhs::kCols ? Lhs::kCols : Rhs::kCols;
142 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
152 static constexpr int Cols = ResultBlockType::kCols;
154 static constexpr int LhsCols = Lhs::kCols;
156 static constexpr int RhsCols = Rhs::kCols;
201 static constexpr int Cols = ResultBlockType::kCols;
203 static constexpr int LhsCols = Lhs::kCols;
205 static constexpr int RhsCols = Rhs::kCols;
246 static constexpr int Cols = Acc::kCols;
248 static constexpr int LhsCols = Lhs::kCols;
250 static constexpr int RhsCols = Rhs::kCols;
381 static constexpr int kCols = Shape == VectorShape::Row ? BroadcastCols : 1;
389 static constexpr int kCols = 1;
396 RegisterBlockType::kCols, SrcObjectType>;
398 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
420 for (int c = 0; c < ResultBlockType::kCols; c++) {
443 for (int c = 0; c < ResultBlockType::kCols; c++) {