Searched refs:row_a_end (Results 1 – 1 of 1) sorted by relevance
77 const int row_a_end = a_rows[row_a + 1]; in RowDotProduct() local83 while (idx_a < row_a_end && idx_b < row_b_end) { in RowDotProduct()88 while (a_cols[idx_a] < b_cols[idx_b] && idx_a < row_a_end) { in RowDotProduct()