Home
last modified time | relevance | path

Searched refs:isl_multi_union_pw_aff_zero (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_node.c367 contracted.prefix = isl_multi_union_pw_aff_zero(space); in collect_filter_prefix_expansion()
696 return isl_multi_union_pw_aff_zero(space); in isl_schedule_node_get_prefix_schedule_multi_union_pw_aff()
703 data.prefix = isl_multi_union_pw_aff_zero(space); in isl_schedule_node_get_prefix_schedule_multi_union_pw_aff()
756 data.prefix = isl_multi_union_pw_aff_zero(space); in isl_schedule_node_get_prefix_schedule_union_pw_multi_aff()
823 data.prefix = isl_multi_union_pw_aff_zero(space); in isl_schedule_node_get_prefix_schedule_relation()
H A Disl_test.c319 mupa = isl_multi_union_pw_aff_zero(space); in test_parse_mupa()
333 mupa = isl_multi_union_pw_aff_zero(space); in test_parse_mupa()
H A Disl_input.c4202 return isl_multi_union_pw_aff_zero(space); in read_multi_union_pw_aff_core()
H A Disl_aff.c8755 __isl_give isl_multi_union_pw_aff *isl_multi_union_pw_aff_zero( in isl_multi_union_pw_aff_zero() function
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod3182 isl_multi_union_pw_aff_zero(
3190 to C<isl_multi_union_pw_aff_zero> needs to be zero-dimensional.
3196 for the pair C<isl_multi_union_pw_aff_zero> and
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py1009 res = isl.isl_multi_union_pw_aff_zero(isl.isl_space_copy(arg0.ptr))
1075 isl.isl_multi_union_pw_aff_zero.restype = c_void_p
1076 isl.isl_multi_union_pw_aff_zero.argtypes = [c_void_p]
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h12706 auto res = isl_multi_union_pw_aff_zero(space.release()); in zero()
H A Dcpp.h16947 auto res = isl_multi_union_pw_aff_zero(space.release()); in zero()