Home
last modified time | relevance | path

Searched refs:integer_upper_bound_assign_if_exact (Results 1 – 9 of 9) sorted by relevance

/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dintegerupperboundifexact1.cc39 ok &= bds.integer_upper_bound_assign_if_exact(bds_empty); in test01()
45 ok &= bds.integer_upper_bound_assign_if_exact(bds_universe); in test01()
51 ok &= bds.integer_upper_bound_assign_if_exact(bds_empty); in test01()
57 ok &= bds.integer_upper_bound_assign_if_exact(bds_universe); in test01()
87 bool ok = !bds1.integer_upper_bound_assign_if_exact(bds2); in test02()
123 bool ok = bds1.integer_upper_bound_assign_if_exact(bds2); in test03()
153 bool ok = bds1.integer_upper_bound_assign_if_exact(bds2); in test04()
182 bool ok = !bds1.integer_upper_bound_assign_if_exact(bds2); in test05()
208 bool ok = !bds1.integer_upper_bound_assign_if_exact(bds2); in test06()
260 bool ok = bds1.integer_upper_bound_assign_if_exact(bds2); in test08()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Octagonal_Shape/
H A Dintegerupperboundifexact1.cc39 ok &= oct.integer_upper_bound_assign_if_exact(oct_empty); in test01()
45 ok &= oct.integer_upper_bound_assign_if_exact(oct_universe); in test01()
51 ok &= oct.integer_upper_bound_assign_if_exact(oct_empty); in test01()
57 ok &= oct.integer_upper_bound_assign_if_exact(oct_universe); in test01()
87 bool ok = !oct1.integer_upper_bound_assign_if_exact(oct2); in test02()
123 bool ok = oct1.integer_upper_bound_assign_if_exact(oct2); in test03()
153 bool ok = oct1.integer_upper_bound_assign_if_exact(oct2); in test04()
260 bool ok = oct1.integer_upper_bound_assign_if_exact(oct2); in test08()
295 bool ok = oct1.integer_upper_bound_assign_if_exact(oct2); in test09()
401 bool ok = oct1.integer_upper_bound_assign_if_exact(oct2) in test12()
[all …]
H A Dupperboundifexact1.cc400 bool ok = oct1.integer_upper_bound_assign_if_exact(oct2) in test12()
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_defs.hh1168 bool integer_upper_bound_assign_if_exact(const Octagonal_Shape& y);
H A DBD_Shape_defs.hh1181 bool integer_upper_bound_assign_if_exact(const BD_Shape& y);
H A DBD_Shape_inlines.hh766 BD_Shape<T>::integer_upper_bound_assign_if_exact(const BD_Shape& y) { in integer_upper_bound_assign_if_exact() function in Parma_Polyhedra_Library::BD_Shape
H A DOctagonal_Shape_templates.hh7797 ::integer_upper_bound_assign_if_exact(const Octagonal_Shape& y) { in integer_upper_bound_assign_if_exact() function in Parma_Polyhedra_Library::Octagonal_Shape
H A Dppl.hh.dist63832 bool integer_upper_bound_assign_if_exact(const BD_Shape& y);
68351 bool integer_upper_bound_assign_if_exact(const Octagonal_Shape& y);
78851 ::integer_upper_bound_assign_if_exact(const Octagonal_Shape& y) {
78854 "integer_upper_bound_assign_if_exact(y):"
78861 throw_dimension_incompatible("integer_upper_bound_assign_if_exact(y)", y);
80390 BD_Shape<T>::integer_upper_bound_assign_if_exact(const BD_Shape& y) {
80392 "BD_Shape<T>::integer_upper_bound_assign_if_exact(y):"
80395 throw_dimension_incompatible("integer_upper_bound_assign_if_exact(y)", y);
/dports/devel/ppl/ppl-1.2/
H A DChangeLog26692 named integer_upper_bound_assign_if_exact; they can only be