reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2398 mat = isl_mat_zero(ctx, n_div, 1 + total); 2401 mat = isl_mat_set_element_si(mat, i, o_div + i, 1); 2401 mat = isl_mat_set_element_si(mat, i, o_div + i, 1); 2405 reduce_div(qp, i, &mat); 2407 invert_div(qp, i, &mat); 2408 reduce_div(qp, i, &mat); 2411 if (!mat) 2418 s[i] = isl_upoly_from_affine(ctx, mat->row[i], ctx->one, 2427 isl_mat_free(mat); 2437 isl_mat_free(mat);