Searched refs:from_row_first (Results 1 – 2 of 2) sorted by relevance
90 const int from_row_first, in copy_matrix() argument104 assert(from_row_last - from_row_first == to_row_last - to_row_first); in copy_matrix()107 for (i = from_row_first; i < from_row_last; i++) in copy_matrix()110 assert(i - from_row_first + to_row_first < to_rows); in copy_matrix()115 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()
102 const int from_row_first, in copy_matrix() argument116 assert(from_row_last - from_row_first == to_row_last - to_row_first); in copy_matrix()119 for (i = from_row_first; i < from_row_last; i++) in copy_matrix()122 assert(i - from_row_first + to_row_first < to_rows); in copy_matrix()127 to[(i - from_row_first + to_col_first) * to_cols in copy_matrix()