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

  /src/external/mit/isl/dist/include/isl/
aff.h 1475 __isl_give isl_multi_union_pw_aff *isl_union_map_as_multi_union_pw_aff(
cpp-checked.h 18531 auto res = isl_union_map_as_multi_union_pw_aff(copy());
cpp.h 26232 auto res = isl_union_map_as_multi_union_pw_aff(copy());
  /src/external/mit/isl/dist/
isl_aff.c 8977 __isl_give isl_multi_union_pw_aff *isl_union_map_as_multi_union_pw_aff( function
  /src/external/mit/isl/dist/interface/
isl.py 7800 res = isl.isl_union_map_as_multi_union_pw_aff(isl.isl_union_map_copy(arg0.ptr))
8867 isl.isl_union_map_as_multi_union_pw_aff.restype = c_void_p
8868 isl.isl_union_map_as_multi_union_pw_aff.argtypes = [c_void_p]

Completed in 176 milliseconds