reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
99 if (mat->max_col >= n_col && mat->n_row >= n_row) { 100 if (mat->n_col < n_col) 101 mat->n_col = n_col; 105 if (mat->max_col < n_col) { 110 new_mat = isl_mat_alloc(mat->ctx, n_row, n_col); 137 if (mat->n_col < n_col) 138 mat->n_col = n_col;