Searched refs:to_cols (Results 1 – 2 of 2) sorted by relevance
96 const int to_cols, in copy_matrix() argument114 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()115 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
108 const int to_cols, in copy_matrix() argument126 assert(j - from_col_first + to_col_first < to_cols); in copy_matrix()127 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()