Searched refs:from_row_last (Results 1 – 2 of 2) sorted by relevance
91 const int from_row_last, 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()
103 const int from_row_last, 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()