Home
last modified time | relevance | path

Searched refs:range_simple_fixed_box_hull (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dtyped_cpp.h1150 inline typed::fixed_box<Domain, Range> range_simple_fixed_box_hull() const;
1365 inline typed::fixed_box<pair<Domain, Range>, Range2> range_simple_fixed_box_hull() const;
1582 inline typed::fixed_box<Domain, Domain> range_simple_fixed_box_hull() const;
1797 inline typed::fixed_box<Domain, pair<Range, Range2>> range_simple_fixed_box_hull() const;
2015 inline typed::fixed_box<pair<T1, T2>, pair<T1, T2>> range_simple_fixed_box_hull() const;
2227 inline typed::fixed_box<pair<T1, T2>, pair<Range, Range2>> range_simple_fixed_box_hull() const;
3297 inline typed::fixed_box<Domain, Range> range_simple_fixed_box_hull() const;
3564 inline typed::fixed_box<pair<Domain, Range>, Range2> range_simple_fixed_box_hull() const;
3843 inline typed::fixed_box<Domain, Domain> range_simple_fixed_box_hull() const;
4110 inline typed::fixed_box<Domain, pair<Range, Range2>> range_simple_fixed_box_hull() const;
[all …]
H A Dcpp-checked.h1554 inline isl::checked::fixed_box range_simple_fixed_box_hull() const;
2076 inline isl::checked::fixed_box range_simple_fixed_box_hull() const;
8195 isl::checked::fixed_box basic_map::range_simple_fixed_box_hull() const in range_simple_fixed_box_hull() function
8197 return isl::checked::map(*this).range_simple_fixed_box_hull(); in range_simple_fixed_box_hull()
10484 isl::checked::fixed_box map::range_simple_fixed_box_hull() const in range_simple_fixed_box_hull() function
10492 return range_simple_fixed_box_hull(); in get_range_simple_fixed_box_hull()
H A Dcpp.h1620 inline isl::fixed_box range_simple_fixed_box_hull() const;
2142 inline isl::fixed_box range_simple_fixed_box_hull() const;
9675 isl::fixed_box basic_map::range_simple_fixed_box_hull() const in range_simple_fixed_box_hull() function
9679 return isl::map(*this).range_simple_fixed_box_hull(); in range_simple_fixed_box_hull()
13269 isl::fixed_box map::range_simple_fixed_box_hull() const in range_simple_fixed_box_hull() function
13283 return range_simple_fixed_box_hull(); in get_range_simple_fixed_box_hull()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py10063 def range_simple_fixed_box_hull(arg0): member in map
10074 return arg0.range_simple_fixed_box_hull()