reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1139 isl_int_swap(mat->row[row][0], mat->row[row][off + col]); 1143 isl_int_neg(mat->row[row][off + col], mat->row[row][off + col]); 1143 isl_int_neg(mat->row[row][off + col], mat->row[row][off + col]); 1145 for (j = 0; j < off - 1 + tab->n_col; ++j) { 1146 if (j == off - 1 + col) 1151 isl_seq_normalize(mat->ctx, mat->row[row], off + tab->n_col); 1155 if (isl_int_is_zero(mat->row[i][off + col])) 1158 for (j = 0; j < off - 1 + tab->n_col; ++j) { 1159 if (j == off - 1 + col) 1164 mat->row[i][off + col], mat->row[row][1 + j]); 1166 isl_int_mul(mat->row[i][off + col], 1167 mat->row[i][off + col], mat->row[row][off + col]); 1167 mat->row[i][off + col], mat->row[row][off + col]); 1169 isl_seq_normalize(mat->ctx, mat->row[i], off + tab->n_col); 1184 if (isl_int_is_zero(mat->row[i][off + col]))