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

  /src/external/mit/isl/dist/include/isl/
union_set.h 166 __isl_give isl_union_set *isl_union_set_from_point(__isl_take isl_point *pnt);
cpp-checked.h 20047 auto res = isl_union_set_from_point(pnt.release());
cpp.h 28896 auto res = isl_union_set_from_point(pnt.release());
  /src/external/mit/isl/dist/
isl_point.c 711 __isl_give isl_union_set *isl_union_set_from_point(__isl_take isl_point *pnt) function
  /src/external/mit/isl/dist/interface/
isl.py 10811 self.ptr = isl.isl_union_set_from_point(isl.isl_point_copy(args[0].ptr))
11347 isl.isl_union_set_from_point.restype = c_void_p
11348 isl.isl_union_set_from_point.argtypes = [c_void_p]

Completed in 74 milliseconds