Home | History | Annotate | Download | only in dist

Lines Matching defs:cst

74 	struct isl_mat *cst = NULL;
105 cst = isl_mat_alloc(B->ctx, B->n_row, 0);
107 cst = isl_mat_sub_alloc(C, 1, B->n_row, 0, 1);
109 cst = isl_mat_product(T, cst);
113 return cst;
313 struct isl_mat *cst = NULL;
320 cst = particular_solution(B, d);
321 if (!cst)
323 if (cst->n_col == 0) {
325 isl_mat_free(cst);
367 isl_mat_sub_copy(T->ctx, T->row + 1, cst->row, cst->n_row, 0, 0, 1);
368 isl_mat_free(cst);
375 isl_mat_free(cst);