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_affine_hull
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/isl/dist/
isl_affine_hull.c
1202
* while
isl_map_affine_hull
may be called on input that has not been gaussed,
1209
__isl_give isl_basic_map *
isl_map_affine_hull
(__isl_take isl_map *map)
function
1251
return bset_from_bmap(
isl_map_affine_hull
(set_to_map(set)));
isl_scheduler_clustering.c
1405
hull =
isl_map_affine_hull
(isl_map_copy(edge->map));
isl_convex_hull.c
2444
affine_hull =
isl_map_affine_hull
(isl_map_copy(map));
isl_union_map.c
2124
return isl_map_from_basic_map(
isl_map_affine_hull
(map));
/src/external/mit/isl/dist/include/isl/
map.h
467
__isl_give isl_basic_map *
isl_map_affine_hull
(__isl_take isl_map *map);
cpp-checked.h
9643
auto res =
isl_map_affine_hull
(copy());
cpp.h
11806
auto res =
isl_map_affine_hull
(copy());
/src/external/mit/isl/dist/interface/
isl.py
9076
res = isl.
isl_map_affine_hull
(isl.isl_map_copy(arg0.ptr))
10285
isl.
isl_map_affine_hull
.restype = c_void_p
10286
isl.
isl_map_affine_hull
.argtypes = [c_void_p]
Completed in 87 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026