Searched refs:ineq_j (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/isl/
H A Disl_coalesce.c157 struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j,
203 if (ineq_j[k] != STATUS_VALID)
268 struct isl_tab **tabs, int *ineq_i, int *ineq_j)
283 if (ineq_j[l] != STATUS_CUT)
298 return fuse(map, i, j, tabs, NULL, ineq_i, NULL, ineq_j, NULL);
370 struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j)
403 if (ineq_j[k] != STATUS_VALID)
409 if (contains(map, j, ineq_j, tabs[i]))
410 return fuse(map, i, j, tabs, eq_i, ineq_i, eq_j, ineq_j, NULL);
451 struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j)
156 fuse(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j, __isl_keep isl_mat *extra) argument
267 check_facets(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *ineq_i, int *ineq_j) argument
369 is_adj_ineq_extension(__isl_keep isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
450 check_adj_ineq(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
499 is_adj_eq_extension(struct isl_map *map, int i, int j, int k, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
585 wraps_init(struct isl_wraps *wraps, __isl_take isl_mat *mat, __isl_keep isl_map *map, int i, int j, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
777 can_wrap_in_facet(struct isl_map *map, int i, int j, int k, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
899 wrap_in_facets(struct isl_map *map, int i, int j, int *cuts, int n, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
1047 can_wrap_in_set(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
1100 check_wrap(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
1127 check_adj_eq(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
1200 check_eq_adj_eq(struct isl_map *map, int i, int j, struct isl_tab **tabs, int *eq_i, int *ineq_i, int *eq_j, int *ineq_j) argument
1358 int *ineq_j = NULL; local
[all...]
H A Disl_convex_hull.c2212 isl_int *ineq_j; local
2216 ineq_j = entry->data;
2217 neg = isl_seq_is_neg(ineq_j + 1,
2220 isl_int_neg(ineq_j[0], ineq_j[0]);
2221 if (isl_int_gt(ineq_j[0], hull->ineq[k][0]))
2222 isl_int_set(hull->ineq[k][0], ineq_j[0]);
2224 isl_int_neg(ineq_j[0], ineq_j[0]);

Completed in 30 milliseconds