reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1969 return mat; 1971 mat = isl_mat_cow(mat); 1971 mat = isl_mat_cow(mat); 1972 if (!mat) 1975 isl_seq_scale_down(mat->row[row], mat->row[row], m, mat->n_col); 1975 isl_seq_scale_down(mat->row[row], mat->row[row], m, mat->n_col); 1975 isl_seq_scale_down(mat->row[row], mat->row[row], m, mat->n_col); 1977 return mat;