Searched refs:multi_pw_aff (Results 1 – 11 of 11) sorted by relevance
273 class multi_pw_aff; variable337 inline isl::checked::multi_pw_aff add(const isl::checked::multi_pw_aff &multi2) const;376 …inline isl::checked::multi_pw_aff flat_range_product(const isl::checked::multi_pw_aff &multi2) con…414 inline isl::checked::multi_pw_aff max(const isl::checked::multi_pw_aff &multi2) const;418 inline isl::checked::multi_pw_aff min(const isl::checked::multi_pw_aff &multi2) const;434 inline boolean plain_is_equal(const isl::checked::multi_pw_aff &multi2) const;443 inline isl::checked::multi_pw_aff product(const isl::checked::multi_pw_aff &multi2) const;446 inline isl::checked::pw_aff pullback(const isl::checked::multi_pw_aff &mpa) const;454 inline isl::checked::multi_pw_aff range_product(const isl::checked::multi_pw_aff &multi2) const;467 inline isl::checked::multi_pw_aff set_at(int pos, const isl::checked::pw_aff &el) const;[all …]
64 struct multi_pw_aff;157 friend struct multi_pw_aff;203 inline typed::multi_pw_aff<Anonymous> add(const typed::multi_pw_aff<Anonymous> &multi2) const;262 inline typed::multi_pw_aff<Anonymous> max(const typed::multi_pw_aff<Anonymous> &multi2) const;266 inline typed::multi_pw_aff<Anonymous> min(const typed::multi_pw_aff<Anonymous> &multi2) const;279 …inline typed::multi_pw_aff<pair<Anonymous, Range>> product(const typed::multi_pw_aff<Range> &multi…283 inline typed::pw_aff<Anonymous> pullback(const typed::multi_pw_aff<> &mpa) const = delete;291 …inline typed::multi_pw_aff<Anonymous> range_product(const typed::multi_pw_aff<> &multi2) const = d…302 inline typed::multi_pw_aff<Anonymous> set_at(int pos, const typed::pw_aff<Anonymous> &el) const;311 inline typed::multi_pw_aff<Anonymous> sub(const typed::multi_pw_aff<Anonymous> &multi2) const;[all …]
338 class multi_pw_aff; variable402 inline isl::multi_pw_aff add(const isl::multi_pw_aff &multi2) const;441 inline isl::multi_pw_aff flat_range_product(const isl::multi_pw_aff &multi2) const;479 inline isl::multi_pw_aff max(const isl::multi_pw_aff &multi2) const;483 inline isl::multi_pw_aff min(const isl::multi_pw_aff &multi2) const;499 inline bool plain_is_equal(const isl::multi_pw_aff &multi2) const;508 inline isl::multi_pw_aff product(const isl::multi_pw_aff &multi2) const;511 inline isl::pw_aff pullback(const isl::multi_pw_aff &mpa) const;519 inline isl::multi_pw_aff range_product(const isl::multi_pw_aff &multi2) const;532 inline isl::multi_pw_aff set_at(int pos, const isl::pw_aff &el) const;[all …]
425 checked::multi_pw_aff check(multi_pw_aff obj) { in check()429 multi_pw_aff uncheck(checked::multi_pw_aff obj) { in uncheck()
234 C(&isl::multi_pw_aff::as_set, { in test_conversion()406 C(arg<isl::set>(&isl::multi_pw_aff::gist), { in test_gist()429 C(&isl::multi_pw_aff::gist_params, { in test_gist()539 C(&isl::multi_pw_aff::domain_reverse, { in test_reverse()
89 #define BASE multi_pw_aff
126 isl::multi_pw_aff id; in test_foreach_scc()
3926 #define TYPE_BASE multi_pw_aff
145 #define BASE multi_pw_aff
7509 #define BASE multi_pw_aff
574 if len(args) == 1 and args[0].__class__ is multi_pw_aff:1425 class multi_pw_aff(multi_union_pw_aff): class1461 if not arg0.__class__ is multi_pw_aff:1462 arg0 = multi_pw_aff(arg0)1477 if not arg0.__class__ is multi_pw_aff:1478 arg0 = multi_pw_aff(arg0)1482 if not arg1.__class__ is multi_pw_aff:1483 arg1 = multi_pw_aff(arg1)1488 obj = multi_pw_aff(ctx=ctx, ptr=res)1494 if not args[0].__class__ is multi_pw_aff:[all …]