Home
last modified time | relevance | path

Searched refs:gs_begin (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Dbhrz03widening3.cc238 Generator_System::const_iterator gs_begin = gs.begin(); in aux3_test04() local
239 new_gs.insert(aux2_test04(g, *gs_begin, magic_number)); in aux3_test04()
363 Generator_System::const_iterator gs_begin = gs.begin(); in aux3_test05() local
364 new_gs.insert(aux2_test05(g, *gs_begin, magic_number)); in aux3_test05()
/dports/devel/ppl/ppl-1.2/src/
H A DBox_templates.hh136 const Generator_System::const_iterator gs_begin = gs.begin(); in Box() local
138 if (gs_begin == gs_end) { in Box()
152 gs_i = gs_begin; gs_i != gs_end; ++gs_i) { in Box()
194 for (Generator_System::const_iterator gs_i = gs_begin; in Box()
H A DBD_Shape_templates.hh60 const Generator_System::const_iterator gs_begin = gs.begin(); in BD_Shape() local
62 if (gs_begin == gs_end) { in BD_Shape()
75 for (Generator_System::const_iterator gs_i = gs_begin; in BD_Shape()
145 for (Generator_System::const_iterator gs_i = gs_begin; in BD_Shape()
H A DOctagonal_Shape_templates.hh216 const Generator_System::const_iterator gs_begin = gs.begin(); in Octagonal_Shape() local
218 if (gs_begin == gs_end) { in Octagonal_Shape()
231 for (Generator_System::const_iterator k = gs_begin; k != gs_end; ++k) { in Octagonal_Shape()
319 for (Generator_System::const_iterator k = gs_begin; k != gs_end; ++k) { in Octagonal_Shape()
H A Dppl.hh.dist71270 const Generator_System::const_iterator gs_begin = gs.begin();
71272 if (gs_begin == gs_end) {
71285 for (Generator_System::const_iterator k = gs_begin; k != gs_end; ++k) {
80607 const Generator_System::const_iterator gs_begin = gs.begin();
80609 if (gs_begin == gs_end) {
80622 for (Generator_System::const_iterator gs_i = gs_begin;
80692 for (Generator_System::const_iterator gs_i = gs_begin;
87755 const Generator_System::const_iterator gs_begin = gs.begin();
87757 if (gs_begin == gs_end) {
87771 gs_i = gs_begin; gs_i != gs_end; ++gs_i) {
[all …]