Searched refs:add_lp_row (Results 1 – 1 of 1) sorted by relevance
95 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim);107 #define GBR_lp_add_row(lp, row, dim) add_lp_row(lp, row, dim)268 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim) in add_lp_row() function