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

  /src/external/mit/isl/dist/include/isl/
map.h 227 __isl_give isl_map *isl_map_upper_bound_multi_pw_aff(__isl_take isl_map *map,
cpp-checked.h 10631 auto res = isl_map_upper_bound_multi_pw_aff(copy(), upper.release());
cpp.h 13526 auto res = isl_map_upper_bound_multi_pw_aff(copy(), upper.release());
  /src/external/mit/isl/dist/
isl_test.c 10194 box = isl_map_upper_bound_multi_pw_aff(box, max);
isl_map.c 7175 __isl_give isl_map *isl_map_upper_bound_multi_pw_aff(__isl_take isl_map *map, function
  /src/external/mit/isl/dist/interface/
isl.py 10256 res = isl.isl_map_upper_bound_multi_pw_aff(isl.isl_map_copy(args[0].ptr), isl.isl_multi_pw_aff_copy(args[1].ptr))
10461 isl.isl_map_upper_bound_multi_pw_aff.restype = c_void_p
10462 isl.isl_map_upper_bound_multi_pw_aff.argtypes = [c_void_p, c_void_p]

Completed in 60 milliseconds