OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_map_polyhedral_hull
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
map.h
470
__isl_give isl_basic_map *
isl_map_polyhedral_hull
(__isl_take isl_map *map);
cpp-checked.h
10345
auto res =
isl_map_polyhedral_hull
(copy());
cpp.h
13022
auto res =
isl_map_polyhedral_hull
(copy());
/src/external/mit/isl/dist/
isl_convex_hull.c
1980
__isl_give isl_basic_map *
isl_map_polyhedral_hull
(__isl_take isl_map *map)
function
1990
return bset_from_bmap(
isl_map_polyhedral_hull
(set_to_map(set)));
isl_union_map.c
2165
return isl_map_from_basic_map(
isl_map_polyhedral_hull
(map));
/src/external/mit/isl/dist/interface/
isl.py
9880
res = isl.
isl_map_polyhedral_hull
(isl.isl_map_copy(arg0.ptr))
10400
isl.
isl_map_polyhedral_hull
.restype = c_void_p
10401
isl.
isl_map_polyhedral_hull
.argtypes = [c_void_p]
Completed in 83 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026