reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
665 col = 0; 669 first = isl_seq_abs_min_non_zero(M->row[row]+col, M->n_col-col); 669 first = isl_seq_abs_min_non_zero(M->row[row]+col, M->n_col-col); 672 first += col; 673 if (first != col) 674 exchange(M, U, Q, row, first, col); 675 if (isl_int_is_neg(M->row[row][col])) 676 oppose(M, U, Q, row, col); 677 first = col+1; 681 isl_int_fdiv_q(c, M->row[row][first], M->row[row][col]); 682 subtract(M, U, Q, row, col, first, c); 684 exchange(M, U, Q, row, first, col); 688 for (i = 0; i < col; ++i) { 692 isl_int_cdiv_q(c, M->row[row][i], M->row[row][col]); 694 isl_int_fdiv_q(c, M->row[row][i], M->row[row][col]); 697 subtract(M, U, Q, row, col, i, c); 699 ++col;