Lines Matching refs:kCols
65 static constexpr int kCols = tCols; member
66 static constexpr int kScalarCount = kRows * kCols;
138 static constexpr int kCols =
139 Lhs::kCols > Rhs::kCols ? Lhs::kCols : Rhs::kCols;
146 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
156 static constexpr int Cols = ResultBlockType::kCols;
158 static constexpr int LhsCols = Lhs::kCols;
160 static constexpr int RhsCols = Rhs::kCols;
205 static constexpr int Cols = ResultBlockType::kCols;
207 static constexpr int LhsCols = Lhs::kCols;
209 static constexpr int RhsCols = Rhs::kCols;
254 static constexpr int Cols = ResultBlockType::kCols;
256 static constexpr int LhsCols = Lhs::kCols;
258 static constexpr int RhsCols = Rhs::kCols;
303 static constexpr int Cols = ResultBlockType::kCols;
305 static constexpr int LhsCols = Lhs::kCols;
307 static constexpr int RhsCols = Rhs::kCols;
352 static constexpr int Cols = ResultBlockType::kCols;
354 static constexpr int LhsCols = Lhs::kCols;
356 static constexpr int RhsCols = Rhs::kCols;
397 static constexpr int Cols = Acc::kCols;
399 static constexpr int LhsCols = Lhs::kCols;
401 static constexpr int RhsCols = Rhs::kCols;
532 static constexpr int kCols = Shape == VectorShape::Row ? BroadcastCols : 1;
540 static constexpr int kCols = 1;
547 RegisterBlockType::kCols, SrcObjectType>;
549 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
571 for (int c = 0; c < ResultBlockType::kCols; c++) {
594 for (int c = 0; c < ResultBlockType::kCols; c++) {