Searched refs:cut_lp_to_hyperplane (Results 1 – 1 of 1) sorted by relevance
98 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row);111 #define GBR_lp_cut(lp, obj) cut_lp_to_hyperplane(lp, obj)220 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row) in cut_lp_to_hyperplane() function