Searched refs:from_cols (Results 1 – 2 of 2) sorted by relevance
89 const int from_cols, in copy_matrix() argument113 assert(j < from_cols); in copy_matrix()117 = from[i * from_cols + j]; in copy_matrix()
101 const int from_cols, in copy_matrix() argument125 assert(j < from_cols); in copy_matrix()129 = from[i * from_cols + j]; in copy_matrix()