Lines Matching refs:RhsCols
156 static constexpr int RhsCols = Rhs::kCols;
161 static_assert(RhsCols == Cols || RhsCols == 1, "");
171 const int rhs_c = RhsCols == Cols ? c : 0;
205 static constexpr int RhsCols = Rhs::kCols;
216 static_assert(RhsCols == Cols || RhsCols == 1, "");
219 const int rhs_c = RhsCols == Cols ? c : 0;
250 static constexpr int RhsCols = Rhs::kCols;
261 static_assert(RhsCols == Cols || RhsCols == 1, "");
264 const int rhs_c = RhsCols == Cols ? c : 0;