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

/haiku-buildtools/isl/
H A Disl_affine_hull.c1346 * while isl_map_affine_hull may be called on input that has not been gaussed,
1353 __isl_give isl_basic_map *isl_map_affine_hull(__isl_take isl_map *map) function
1399 isl_map_affine_hull((struct isl_map *)set);
H A Disl_convex_hull.c2343 affine_hull = isl_map_affine_hull(isl_map_copy(map));
H A Disl_union_map.c1455 *map = isl_map_from_basic_map(isl_map_affine_hull(*map));
H A Disl_aff.c4189 hull = isl_map_affine_hull(isl_map_copy(map));
/haiku-buildtools/isl/interface/
H A Disl.py615 res = isl.isl_map_affine_hull(isl.isl_map_copy(arg0.ptr))
816 isl.isl_map_affine_hull.restype = c_void_p
/haiku-buildtools/isl/include/isl/
H A Dmap.h414 __isl_give isl_basic_map *isl_map_affine_hull(__isl_take isl_map *map);

Completed in 83 milliseconds