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

  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 273 class multi_pw_aff;
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) const;
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
2356 class multi_pw_aff { class in namespace:isl::checked
11779 multi_pw_aff::multi_pw_aff(__isl_take isl_multi_pw_aff *ptr) function in class:isl::checked::multi_pw_aff
11782 multi_pw_aff::multi_pw_aff() function in class:isl::checked::multi_pw_aff
11785 multi_pw_aff::multi_pw_aff(const multi_pw_aff &obj) function in class:isl::checked::multi_pw_aff
11791 multi_pw_aff::multi_pw_aff(isl::checked::aff aff) function in class:isl::checked::multi_pw_aff
11797 multi_pw_aff::multi_pw_aff(isl::checked::multi_aff ma) function in class:isl::checked::multi_pw_aff
11803 multi_pw_aff::multi_pw_aff(isl::checked::pw_aff pa) function in class:isl::checked::multi_pw_aff
11809 multi_pw_aff::multi_pw_aff(isl::checked::space space, isl::checked::pw_aff_list list) function in class:isl::checked::multi_pw_aff
11815 multi_pw_aff::multi_pw_aff(isl::checked::pw_multi_aff pma) function in class:isl::checked::multi_pw_aff
11821 multi_pw_aff::multi_pw_aff(isl::checked::ctx ctx, const std::string &str) function in class:isl::checked::multi_pw_aff
18008 isl::checked::multi_pw_aff space::multi_pw_aff(isl::checked::pw_aff_list list) const function in class:isl::checked::space
    [all...]
typed_cpp.h 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> &multi2) const
5896 struct multi_pw_aff<Domain> : public isl::multi_pw_aff { struct in namespace:isl::typed
5963 multi_pw_aff(const multi_pw_aff<Arg1> &obj) : isl::multi_pw_aff(obj) {} function in struct:isl::typed::multi_pw_aff
5968 multi_pw_aff(const base &obj) : isl::multi_pw_aff(obj) {} function in struct:isl::typed::multi_pw_aff
6081 struct multi_pw_aff<Domain, Range> : public isl::multi_pw_aff { struct in namespace:isl::typed
6149 multi_pw_aff(const multi_pw_aff<Arg1, Arg2> &obj) : isl::multi_pw_aff(obj) {} function in struct:isl::typed::multi_pw_aff
6154 multi_pw_aff(const base &obj) : isl::multi_pw_aff(obj) {} function in struct:isl::typed::multi_pw_aff
6279 struct multi_pw_aff<pair<Domain2, Range2>, Range> : public isl::multi_pw_aff { struct in namespace:isl::typed
6348 multi_pw_aff(const multi_pw_aff<pair<Arg1, Arg2>, Arg3> &obj) : isl::multi_pw_aff(obj) {} function in struct:isl::typed::multi_pw_aff
6353 multi_pw_aff(const base &obj) : isl::multi_pw_aff(obj) {} function in struct:isl::typed::multi_pw_aff
31409 typed::multi_pw_aff<Domain>::multi_pw_aff(const typed::aff<Domain> &aff) function in class:isl::typed::typed::multi_pw_aff
31415 typed::multi_pw_aff<Domain>::multi_pw_aff(const typed::multi_aff<Domain> &ma) function in class:isl::typed::typed::multi_pw_aff
31421 typed::multi_pw_aff<Domain>::multi_pw_aff(const typed::pw_aff<Domain> &pa) function in class:isl::typed::typed::multi_pw_aff
31427 typed::multi_pw_aff<Domain>::multi_pw_aff(const typed::space<Domain> &space, const typed::pw_aff_list<Anonymous> &list) function in class:isl::typed::typed::multi_pw_aff
31433 typed::multi_pw_aff<Domain>::multi_pw_aff(const typed::pw_multi_aff<Domain> &pma) function in class:isl::typed::typed::multi_pw_aff
31439 typed::multi_pw_aff<Domain>::multi_pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::multi_pw_aff
31942 typed::multi_pw_aff<Domain, Range>::multi_pw_aff(const typed::aff<Domain, Range> &aff) function in class:isl::typed::typed::multi_pw_aff
31948 typed::multi_pw_aff<Domain, Range>::multi_pw_aff(const typed::multi_aff<Domain, Range> &ma) function in class:isl::typed::typed::multi_pw_aff
31954 typed::multi_pw_aff<Domain, Range>::multi_pw_aff(const typed::pw_aff<Domain, Range> &pa) function in class:isl::typed::typed::multi_pw_aff
31960 typed::multi_pw_aff<Domain, Range>::multi_pw_aff(const typed::space<Domain, Range> &space, const typed::pw_aff_list<Domain, Anonymous> &list) function in class:isl::typed::typed::multi_pw_aff
31966 typed::multi_pw_aff<Domain, Range>::multi_pw_aff(const typed::pw_multi_aff<Domain, Range> &pma) function in class:isl::typed::typed::multi_pw_aff
31972 typed::multi_pw_aff<Domain, Range>::multi_pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::multi_pw_aff
32602 typed::multi_pw_aff<pair<Domain2, Range2>, Range>::multi_pw_aff(const typed::aff<pair<Domain2, Range2>, Range> &aff) function in class:isl::typed::typed::multi_pw_aff
32608 typed::multi_pw_aff<pair<Domain2, Range2>, Range>::multi_pw_aff(const typed::multi_aff<pair<Domain2, Range2>, Range> &ma) function in class:isl::typed::typed::multi_pw_aff
32614 typed::multi_pw_aff<pair<Domain2, Range2>, Range>::multi_pw_aff(const typed::pw_aff<pair<Domain2, Range2>, Range> &pa) function in class:isl::typed::typed::multi_pw_aff
32620 typed::multi_pw_aff<pair<Domain2, Range2>, Range>::multi_pw_aff(const typed::space<pair<Domain2, Range2>, Range> &space, const typed::pw_aff_list<pair<Domain2, Range2>, Anonymous> &list) function in class:isl::typed::typed::multi_pw_aff
32626 typed::multi_pw_aff<pair<Domain2, Range2>, Range>::multi_pw_aff(const typed::pw_multi_aff<pair<Domain2, Range2>, Range> &pma) function in class:isl::typed::typed::multi_pw_aff
32632 typed::multi_pw_aff<pair<Domain2, Range2>, Range>::multi_pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::multi_pw_aff
42899 typed::multi_pw_aff<Domain> typed::space<Domain>::multi_pw_aff(const typed::pw_aff_list<Anonymous> &list) const function in class:isl::typed::typed::space
43070 typed::multi_pw_aff<Domain, Range> typed::space<Domain, Range>::multi_pw_aff(const typed::pw_aff_list<Domain, Anonymous> &list) const function in class:isl::typed::typed::space
43295 typed::multi_pw_aff<pair<Domain, Range>> typed::space<pair<Domain, Range>>::multi_pw_aff(const typed::pw_aff_list<Anonymous> &list) const function in class:isl::typed::typed::space
43485 typed::multi_pw_aff<pair<Domain, Range>, Range2> typed::space<pair<Domain, Range>, Range2>::multi_pw_aff(const typed::pw_aff_list<pair<Domain, Range>, Anonymous> &list) const function in class:isl::typed::typed::space
43648 typed::multi_pw_aff<Domain, pair<Range, Range2>> typed::space<Domain, pair<Range, Range2>>::multi_pw_aff(const typed::pw_aff_list<Domain, Anonymous> &list) const function in class:isl::typed::typed::space
43846 typed::multi_pw_aff<pair<T1, T2>, pair<Range, Range2>> typed::space<pair<T1, T2>, pair<Range, Range2>>::multi_pw_aff(const typed::pw_aff_list<pair<T1, T2>, Anonymous> &list) const function in class:isl::typed::typed::space
    [all...]
cpp.h 338 class multi_pw_aff;
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
2422 class multi_pw_aff { class in namespace:isl
15360 multi_pw_aff::multi_pw_aff(__isl_take isl_multi_pw_aff *ptr) function in class:isl::multi_pw_aff
15363 multi_pw_aff::multi_pw_aff() function in class:isl::multi_pw_aff
15366 multi_pw_aff::multi_pw_aff(const multi_pw_aff &obj) function in class:isl::multi_pw_aff
15378 multi_pw_aff::multi_pw_aff(isl::aff aff) function in class:isl::multi_pw_aff
15390 multi_pw_aff::multi_pw_aff(isl::multi_aff ma) function in class:isl::multi_pw_aff
15402 multi_pw_aff::multi_pw_aff(isl::pw_aff pa) function in class:isl::multi_pw_aff
15414 multi_pw_aff::multi_pw_aff(isl::space space, isl::pw_aff_list list) function in class:isl::multi_pw_aff
15426 multi_pw_aff::multi_pw_aff(isl::pw_multi_aff pma) function in class:isl::multi_pw_aff
15438 multi_pw_aff::multi_pw_aff(isl::ctx ctx, const std::string &str) function in class:isl::multi_pw_aff
25379 isl::multi_pw_aff space::multi_pw_aff(isl::pw_aff_list list) const function in class:isl::space
    [all...]
cpp-checked-conversion.h 425 checked::multi_pw_aff check(multi_pw_aff obj) {
429 multi_pw_aff uncheck(checked::multi_pw_aff obj) {
  /src/external/mit/isl/dist/
isl_test2.cc 234 C(&isl::multi_pw_aff::as_set, {
406 C(arg<isl::set>(&isl::multi_pw_aff::gist), {
429 C(&isl::multi_pw_aff::gist_params, {
539 C(&isl::multi_pw_aff::domain_reverse, {
print.c 89 #define BASE multi_pw_aff
isl_test_cpp.cc 126 isl::multi_pw_aff id;
isl_input.c 3926 #define TYPE_BASE multi_pw_aff
isl_test.c 145 #define BASE multi_pw_aff
isl_aff.c 7509 #define BASE multi_pw_aff
  /src/external/mit/isl/dist/interface/
isl.py 574 if len(args) == 1 and args[0].__class__ is multi_pw_aff:
1425 class multi_pw_aff(multi_union_pw_aff): class in inherits:multi_union_pw_aff
1461 if not arg0.__class__ is multi_pw_aff:
1462 arg0 = multi_pw_aff(arg0)
1472 return 'isl.multi_pw_aff("""%s""")' % s
1474 return 'isl.multi_pw_aff("%s")' % s
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
17125 def multi_pw_aff(arg0, arg1): member in class:space
    [all...]

Completed in 73 milliseconds