HomeSort by: relevance | last modified time | path
    Searched refs:isl_set_polyhedral_hull (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
set.h 301 __isl_give isl_basic_set *isl_set_polyhedral_hull(__isl_take isl_set *set);
cpp-checked.h 17375 auto res = isl_set_polyhedral_hull(copy());
cpp.h 24280 auto res = isl_set_polyhedral_hull(copy());
  /src/external/mit/isl/dist/
isl_convex_hull.c 1988 __isl_give isl_basic_set *isl_set_polyhedral_hull(__isl_take isl_set *set) function
  /src/external/mit/isl/dist/interface/
isl.py 12031 res = isl.isl_set_polyhedral_hull(isl.isl_set_copy(arg0.ptr))
12460 isl.isl_set_polyhedral_hull.restype = c_void_p
12461 isl.isl_set_polyhedral_hull.argtypes = [c_void_p]

Completed in 75 milliseconds