Searched refs:b_cols (Results 1 – 1 of 1) sorted by relevance
74 const int* b_cols = b.cols(); in RowDotProduct() local84 if (a_cols[idx_a] == b_cols[idx_b]) { in RowDotProduct()88 while (a_cols[idx_a] < b_cols[idx_b] && idx_a < row_a_end) { in RowDotProduct()92 while (a_cols[idx_a] > b_cols[idx_b] && idx_b < row_b_end) { in RowDotProduct()