Home
last modified time | relevance | path

Searched refs:map_space_dimensions (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/ppl/ppl-1.2/tests/Box/
H A Dmapspacedims1.cc37 box.map_space_dimensions(function); in test01()
57 box.map_space_dimensions(function); in test02()
79 box.map_space_dimensions(function); in test03()
110 box.map_space_dimensions(function); in test04()
140 box.map_space_dimensions(function); in test05()
170 box.map_space_dimensions(function); in test06()
197 box.map_space_dimensions(function); in test07()
232 box.map_space_dimensions(function); in test08()
257 box.map_space_dimensions(function); in test09()
/dports/devel/ppl/ppl-1.2/tests/BD_Shape/
H A Dmapspacedims1.cc37 bds.map_space_dimensions(function); in test01()
57 bds.map_space_dimensions(function); in test02()
79 bds.map_space_dimensions(function); in test03()
110 bds.map_space_dimensions(function); in test04()
143 bds.map_space_dimensions(function); in test05()
176 bds.map_space_dimensions(function); in test06()
207 bds.map_space_dimensions(function); in test07()
244 bds.map_space_dimensions(function); in test08()
270 bds.map_space_dimensions(function); in test09()
/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Dmapspacedims1.cc37 ph1.map_space_dimensions(function); in test01()
57 ph1.map_space_dimensions(function); in test02()
89 ph1.map_space_dimensions(function); in test03()
124 ph1.map_space_dimensions(function); in test04()
159 ph1.map_space_dimensions(function); in test05()
192 ph1.map_space_dimensions(function); in test06()
223 ph1.map_space_dimensions(function); in test07()
259 ph1.map_space_dimensions(function); in test08()
283 ph1.map_space_dimensions(function); in test09()
383 ph.map_space_dimensions(rotate_right); in test11()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Octagonal_Shape/
H A Dmapspacedims1.cc37 oc1.map_space_dimensions(function); in test01()
57 oc1.map_space_dimensions(function); in test02()
79 oc1.map_space_dimensions(function); in test03()
109 oc1.map_space_dimensions(function); in test04()
142 oc1.map_space_dimensions(function); in test05()
176 oc1.map_space_dimensions(function); in test06()
200 oc1.map_space_dimensions(function); in test07()
235 oc1.map_space_dimensions(function); in test08()
H A Dchinainit.cc60 oc.map_space_dimensions(function); in test01()
/dports/devel/ppl/ppl-1.2/tests/Grid/
H A Dmapspacedims1.cc36 gr.map_space_dimensions(function); in test01()
67 gr.map_space_dimensions(function); in test02()
102 gr.map_space_dimensions(function); in test03()
137 gr.map_space_dimensions(function); in test04()
170 gr.map_space_dimensions(function); in test05()
200 gr.map_space_dimensions(function); in test06()
235 gr.map_space_dimensions(function); in test07()
258 gr.map_space_dimensions(function); in test08()
289 gr.map_space_dimensions(function); in test09()
/dports/devel/ppl/ppl-1.2/interfaces/Java/tests/
H A DC_Polyhedron_test1.java72 poly1.map_space_dimensions(partial_function); in test01()
H A Dppl_interface_generator_java_test_java_code.m4599 PPL_Test.print_if_noisy("Testing map_space_dimensions: ");
601 gd.map_space_dimensions(partial_function);
/dports/devel/ppl/ppl-1.2/tests/Partially_Reduced_Product/
H A Dspacedims1.cc160 prp.map_space_dimensions(function); in test05()
/dports/devel/ppl/ppl-1.2/src/
H A DPartially_Reduced_Product_inlines.hh628 ::map_space_dimensions(const Partial_Function& pfunc) { in map_space_dimensions() function in Parma_Polyhedra_Library::Partially_Reduced_Product
629 d1.map_space_dimensions(pfunc); in map_space_dimensions()
630 d2.map_space_dimensions(pfunc); in map_space_dimensions()
H A DGrid_templates.hh119 Grid::map_space_dimensions(const Partial_Function& pfunc) { in map_space_dimensions() function in Parma_Polyhedra_Library::Grid
H A DPointset_Powerset_defs.hh1185 void map_space_dimensions(const Partial_Function& pfunc);
H A DPartially_Reduced_Product_defs.hh1514 void map_space_dimensions(const Partial_Function& pfunc);
H A DGrid_defs.hh1869 void map_space_dimensions(const Partial_Function& pfunc);
H A DPolyhedron_defs.hh1931 void map_space_dimensions(const Partial_Function& pfunc);
H A DPolyhedron_templates.hh153 Polyhedron::map_space_dimensions(const Partial_Function& pfunc) { in map_space_dimensions() function in Parma_Polyhedra_Library::Polyhedron
H A DBox_defs.hh1564 void map_space_dimensions(const Partial_Function& pfunc);
H A DOctagonal_Shape_defs.hh1769 void map_space_dimensions(const Partial_Function& pfunc);
H A DBD_Shape_defs.hh1829 void map_space_dimensions(const Partial_Function& pfunc);
H A DPointset_Powerset_templates.hh322 Pointset_Powerset<PSET>::map_space_dimensions(const Partial_Function& pfunc) { in map_space_dimensions() function in Parma_Polyhedra_Library::Pointset_Powerset
338 si->pointset().map_space_dimensions(pfunc); in map_space_dimensions()
/dports/devel/ppl/ppl-1.2/interfaces/Java/parma_polyhedra_library/
H A DFake_Class_for_Doxygen.java861 public native void map_space_dimensions(Partial_Function pfunc); in map_space_dimensions() method in Polyhedron
H A Dppl_interface_generator_java_classes_java_code.m4566 public native void map_space_dimensions(Partial_Function pfunc);
/dports/devel/ppl/ppl-1.2/interfaces/C/
H A Dppl_interface_generator_c_cc_code.m4870 pph.map_space_dimensions(function);
/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/
H A Dppl_interface_generator_java_classes_cc_code.m41181 this_ptr->map_space_dimensions(*p_func_ptr);
/dports/devel/ppl/ppl-1.2/interfaces/OCaml/
H A Dppl_interface_generator_ocaml_cc_code.m4394 pph.map_space_dimensions(pfunc);

12