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

/haiku-buildtools/isl/
H A Disl_convex_hull.c1637 * In this case we set *is_hull to 1.
1640 struct isl_set *set, int *is_hull)
1649 *is_hull = 0;
1737 *is_hull = 1;
1758 * be the convex hull of "set" then *is_hull is set to 1.
1760 static struct isl_basic_set *proto_hull(struct isl_set *set, int *is_hull) argument
1775 return common_constraints(hull, set, is_hull);
1781 int is_hull; local
1783 hull = proto_hull(set, &is_hull);
1784 if (hull && !is_hull) {
1639 common_constraints(struct isl_basic_set *hull, struct isl_set *set, int *is_hull) argument
[all...]

Completed in 57 milliseconds