Home
last modified time | relevance | path

Searched refs:multi_pw_aff (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h273 class multi_pw_aff; variable
337 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 …]
H A Dtyped_cpp.h64 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 …]
H A Dcpp.h338 class multi_pw_aff; variable
402 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 …]
H A Dcpp-checked-conversion.h425 checked::multi_pw_aff check(multi_pw_aff obj) { in check()
429 multi_pw_aff uncheck(checked::multi_pw_aff obj) { in uncheck()
/netbsd-src/external/mit/isl/dist/
H A Disl_test2.cc234 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()
H A Dprint.c89 #define BASE multi_pw_aff
H A Disl_test_cpp.cc126 isl::multi_pw_aff id; in test_foreach_scc()
H A Disl_input.c3926 #define TYPE_BASE multi_pw_aff
H A Disl_test.c145 #define BASE multi_pw_aff
H A Disl_aff.c7509 #define BASE multi_pw_aff
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py574 if len(args) == 1 and args[0].__class__ is multi_pw_aff:
1425 class multi_pw_aff(multi_union_pw_aff): class
1461 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 …]