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

  /src/external/mit/isl/dist/include/isl/
aff_type.h 25 ISL_DECLARE_EXPORTED_LIST_TYPE(union_pw_aff)
cpp-checked.h 301 class union_pw_aff;
341 inline isl::checked::union_pw_aff add(const isl::checked::union_pw_aff &upa2) const;
385 inline isl::checked::union_pw_aff gist(const isl::checked::union_set &context) const;
395 inline isl::checked::union_pw_aff intersect_domain(const isl::checked::space &space) const;
396 inline isl::checked::union_pw_aff intersect_domain(const isl::checked::union_set &uset) const;
397 inline isl::checked::union_pw_aff intersect_domain_wrapped_domain(const isl::checked::union_set &uset) const;
398 inline isl::checked::union_pw_aff intersect_domain_wrapped_range(const isl::checked::union_set &uset) const;
438 inline boolean plain_is_equal(const isl::checked::union_pw_aff &upa2) const;
448 inline isl::checked::union_pw_aff pullback(const isl::checked::union_pw_multi_aff &upma) const
4054 class union_pw_aff { class in namespace:isl::checked
19102 union_pw_aff::union_pw_aff(__isl_take isl_union_pw_aff *ptr) function in class:isl::checked::union_pw_aff
19105 union_pw_aff::union_pw_aff() function in class:isl::checked::union_pw_aff
19108 union_pw_aff::union_pw_aff(const union_pw_aff &obj) function in class:isl::checked::union_pw_aff
19114 union_pw_aff::union_pw_aff(isl::checked::aff aff) function in class:isl::checked::union_pw_aff
19120 union_pw_aff::union_pw_aff(isl::checked::pw_aff pa) function in class:isl::checked::union_pw_aff
19126 union_pw_aff::union_pw_aff(isl::checked::ctx ctx, const std::string &str) function in class:isl::checked::union_pw_aff
    [all...]
cpp.h 366 class union_pw_aff;
406 inline isl::union_pw_aff add(const isl::union_pw_aff &upa2) const;
450 inline isl::union_pw_aff gist(const isl::union_set &context) const;
460 inline isl::union_pw_aff intersect_domain(const isl::space &space) const;
461 inline isl::union_pw_aff intersect_domain(const isl::union_set &uset) const;
462 inline isl::union_pw_aff intersect_domain_wrapped_domain(const isl::union_set &uset) const;
463 inline isl::union_pw_aff intersect_domain_wrapped_range(const isl::union_set &uset) const;
503 inline bool plain_is_equal(const isl::union_pw_aff &upa2) const;
513 inline isl::union_pw_aff pullback(const isl::union_pw_multi_aff &upma) const
4120 class union_pw_aff { class in namespace:isl
27343 union_pw_aff::union_pw_aff(__isl_take isl_union_pw_aff *ptr) function in class:isl::union_pw_aff
27346 union_pw_aff::union_pw_aff() function in class:isl::union_pw_aff
27349 union_pw_aff::union_pw_aff(const union_pw_aff &obj) function in class:isl::union_pw_aff
27361 union_pw_aff::union_pw_aff(isl::aff aff) function in class:isl::union_pw_aff
27373 union_pw_aff::union_pw_aff(isl::pw_aff pa) function in class:isl::union_pw_aff
27385 union_pw_aff::union_pw_aff(isl::ctx ctx, const std::string &str) function in class:isl::union_pw_aff
    [all...]
typed_cpp.h 106 struct union_pw_aff;
109 using union_pw_aff_on = union_pw_aff<Ts..., Anonymous>;
181 friend struct union_pw_aff;
207 inline typed::union_pw_aff<Anonymous> add(const typed::union_pw_aff<Anonymous> &upa2) const;
241 inline typed::union_pw_aff<Anonymous> gist(const typed::union_set<> &context) const;
253 inline typed::union_pw_aff<Anonymous> intersect_domain(const typed::space<> &space) const = delete;
254 inline typed::union_pw_aff<Anonymous> intersect_domain(const typed::union_set<> &uset) const = delete;
255 inline typed::union_pw_aff<Anonymous> intersect_domain_wrapped_domain(const typed::union_set<> &uset) const = delete;
285 inline typed::union_pw_aff<Anonymous> pullback(const typed::union_pw_multi_aff<> &upma) const = delete
12328 struct union_pw_aff<Anonymous> : public isl::union_pw_aff { struct in namespace:isl::typed
12391 union_pw_aff(const isl::union_pw_aff &obj) : isl::union_pw_aff(obj) {} function in struct:isl::typed::union_pw_aff
12470 struct union_pw_aff<Domain, Anonymous> : public isl::union_pw_aff { struct in namespace:isl::typed
12537 union_pw_aff(const union_pw_aff<Arg1, Anonymous> &obj) : isl::union_pw_aff(obj) {} function in struct:isl::typed::union_pw_aff
12542 union_pw_aff(const base &obj) : isl::union_pw_aff(obj) {} function in struct:isl::typed::union_pw_aff
12632 struct union_pw_aff<pair<Domain, Domain2>, Anonymous> : public isl::union_pw_aff { struct in namespace:isl::typed
12700 union_pw_aff(const union_pw_aff<pair<Arg1, Arg2>, Anonymous> &obj) : isl::union_pw_aff(obj) {} function in struct:isl::typed::union_pw_aff
12705 union_pw_aff(const base &obj) : isl::union_pw_aff(obj) {} function in struct:isl::typed::union_pw_aff
48132 typed::union_pw_aff<Anonymous>::union_pw_aff(const typed::aff<Anonymous> &aff) function in class:isl::typed::typed::union_pw_aff
48137 typed::union_pw_aff<Anonymous>::union_pw_aff(const typed::pw_aff<Anonymous> &pa) function in class:isl::typed::typed::union_pw_aff
48142 typed::union_pw_aff<Anonymous>::union_pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::union_pw_aff
48433 typed::union_pw_aff<Domain, Anonymous>::union_pw_aff(const typed::aff<Domain, Anonymous> &aff) function in class:isl::typed::typed::union_pw_aff
48439 typed::union_pw_aff<Domain, Anonymous>::union_pw_aff(const typed::pw_aff<Domain, Anonymous> &pa) function in class:isl::typed::typed::union_pw_aff
48445 typed::union_pw_aff<Domain, Anonymous>::union_pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::union_pw_aff
48894 typed::union_pw_aff<pair<Domain, Domain2>, Anonymous>::union_pw_aff(const typed::aff<pair<Domain, Domain2>, Anonymous> &aff) function in class:isl::typed::typed::union_pw_aff
48900 typed::union_pw_aff<pair<Domain, Domain2>, Anonymous>::union_pw_aff(const typed::pw_aff<pair<Domain, Domain2>, Anonymous> &pa) function in class:isl::typed::typed::union_pw_aff
48906 typed::union_pw_aff<pair<Domain, Domain2>, Anonymous>::union_pw_aff(const isl::ctx &ctx, const std::string &str) function in class:isl::typed::typed::union_pw_aff
    [all...]
cpp-checked-conversion.h 649 checked::union_pw_aff check(union_pw_aff obj) {
653 union_pw_aff uncheck(checked::union_pw_aff obj) {
aff.h 1386 ISL_DECLARE_MULTI(union_pw_aff)
1387 ISL_DECLARE_MULTI_ARITH(union_pw_aff)
1388 ISL_DECLARE_MULTI_ZERO(union_pw_aff)
1389 ISL_DECLARE_MULTI_NAN(union_pw_aff)
1390 ISL_DECLARE_MULTI_DROP_DIMS(union_pw_aff)
1391 ISL_DECLARE_MULTI_DIM_ID(union_pw_aff)
1392 ISL_DECLARE_MULTI_TUPLE_ID(union_pw_aff)
1508 ISL_DECLARE_EXPORTED_LIST_FN(union_pw_aff)
1509 ISL_DECLARE_EXPORTED_LIST_FN_READ(union_pw_aff)
  /src/external/mit/isl/dist/
print.c 92 #define BASE union_pw_aff
isl_aff_private.h 228 #define BASE union_pw_aff
isl_input.c 3974 #define TYPE_BASE union_pw_aff
isl_aff.c 58 #define EL_BASE union_pw_aff
8697 #define BASE union_pw_aff
isl_test.c 5486 #define BASE union_pw_aff
  /src/external/mit/isl/dist/interface/
isl.py 66 if len(args) == 1 and args[0].__class__ is union_pw_aff:
578 if len(args) == 1 and args[0].__class__ is union_pw_aff:
633 obj = union_pw_aff(ctx=ctx, ptr=res)
922 if not arg2.__class__ is union_pw_aff:
923 arg2 = union_pw_aff(arg2)
1084 class union_pw_aff(union_pw_multi_aff, multi_union_pw_aff): class in inherits:union_pw_multi_aff, multi_union_pw_aff
1108 if not arg0.__class__ is union_pw_aff:
1109 arg0 = union_pw_aff(arg0)
1119 return 'isl.union_pw_aff("""%s""")' % s
1121 return 'isl.union_pw_aff("%s")' %
    [all...]

Completed in 70 milliseconds