Home
last modified time | relevance | path

Searched refs:CC76_narrowing_assign (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ppl/ppl-1.2/tests/Octagonal_Shape/
H A Dcc76narrowing1.cc36 oc1.CC76_narrowing_assign(oc2); in test01()
59 oc1.CC76_narrowing_assign(oc2); in test02()
76 oc1.CC76_narrowing_assign(oc2); in test03()
97 oc1.CC76_narrowing_assign(oc2); in test04()
116 oc1.CC76_narrowing_assign(oc2); in test05()
142 oc1.CC76_narrowing_assign(oc2); in test06()
177 oc1.CC76_narrowing_assign(oc2); in test07()
208 oc2.CC76_narrowing_assign(oc1); in test08()
240 oc1.CC76_narrowing_assign(oc2); in test09()
/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dcc76narrowing1.cc47 box2.CC76_narrowing_assign(box1); in test01()
80 box2.CC76_narrowing_assign(box1); in test02()
115 box2.CC76_narrowing_assign(box1); in test03()
143 box2.CC76_narrowing_assign(box1); in test04()
163 box2.CC76_narrowing_assign(box1); in test05()
187 box2.CC76_narrowing_assign(box1); in test06()
/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dcc76narrowing1.cc47 bds2.CC76_narrowing_assign(bds1); in test01()
83 bds2.CC76_narrowing_assign(bds1); in test02()
124 bds2.CC76_narrowing_assign(bds1); in test03()
153 bds2.CC76_narrowing_assign(bds1); in test04()
173 bds2.CC76_narrowing_assign(bds1); in test05()
197 bds2.CC76_narrowing_assign(bds1); in test06()
/dports/devel/ppl/ppl-1.2/src/
H A DBox_defs.hh1430 CC76_narrowing_assign(const T& y);
H A DOctagonal_Shape_defs.hh1627 void CC76_narrowing_assign(const Octagonal_Shape& y);
H A DBD_Shape_defs.hh1643 void CC76_narrowing_assign(const BD_Shape& y);
H A DBox_templates.hh4203 Box<ITV>::CC76_narrowing_assign(const T& y) { in CC76_narrowing_assign() function in Parma_Polyhedra_Library::Box
H A DBD_Shape_templates.hh3357 BD_Shape<T>::CC76_narrowing_assign(const BD_Shape& y) { in CC76_narrowing_assign() function in Parma_Polyhedra_Library::BD_Shape
H A DOctagonal_Shape_templates.hh4130 Octagonal_Shape<T>::CC76_narrowing_assign(const Octagonal_Shape& y) { in CC76_narrowing_assign() function in Parma_Polyhedra_Library::Octagonal_Shape
H A Dppl.hh.dist38326 <CODE>x.CC76_narrowing_assign(y)</CODE> will assign to \p x
38333 CC76_narrowing_assign(const T& y);
64291 <CODE>x.CC76_narrowing_assign(y)</CODE> will assign to \p x
64294 void CC76_narrowing_assign(const BD_Shape& y);
68810 void CC76_narrowing_assign(const Octagonal_Shape& y);
75184 Octagonal_Shape<T>::CC76_narrowing_assign(const Octagonal_Shape& y) {
75187 throw_dimension_incompatible("CC76_narrowing_assign(y)", y);
83904 BD_Shape<T>::CC76_narrowing_assign(const BD_Shape& y) {
83909 throw_dimension_incompatible("CC76_narrowing_assign(y)", y);
91822 Box<ITV>::CC76_narrowing_assign(const T& y) {
[all …]
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200824531 implementation of CC76_narrowing_assign().
27664 (1.11): Added CC76_narrowing_assign in the Java interface.
41020 in Octagonal_Shape<T>::CC76_narrowing_assign().
45204 Octagon::CC76_narrowing_assign(). Tests for
45205 Octagon::CC76_narrowing_assign() rewritten according to the new
50269 and documentation of CC76_narrowing_assign() so as to match the
67643 BD_Shape<T>::CC76_narrowing_assign() improved.
H A DChangeLog9498 Enabled CC76_narrowing_assign for Boxes.
20448 …support for circular intervals. Removed now ambiguous method CC76_narrowing_assign(). While at i…