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

  /src/external/mit/isl/dist/
isl_point.c 693 __isl_give isl_set *isl_set_from_point(__isl_take isl_point *pnt) function
700 /* This function performs the same operation as isl_set_from_point,
705 return isl_set_from_point(pnt);
723 return isl_union_set_from_set(isl_set_from_point(pnt));
isl_ast_codegen.c 3046 class_set = isl_set_from_point(pnt);
  /src/external/mit/isl/dist/include/isl/
set.h 538 __isl_give isl_set *isl_set_from_point(__isl_take isl_point *pnt);
cpp-checked.h 16906 auto res = isl_set_from_point(pnt.release());
cpp.h 23467 auto res = isl_set_from_point(pnt.release());
  /src/external/mit/isl/dist/interface/
isl.py 11441 self.ptr = isl.isl_set_from_point(isl.isl_point_copy(args[0].ptr))
12379 isl.isl_set_from_point.restype = c_void_p
12380 isl.isl_set_from_point.argtypes = [c_void_p]

Completed in 81 milliseconds