Home
last modified time | relevance | path

Searched defs:Complexity_Class (Results 1 – 20 of 20) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DC_Polyhedron_inlines.hh92 C_Polyhedron::C_Polyhedron(const Box<Interval>& box, Complexity_Class) in C_Polyhedron() argument
103 C_Polyhedron::C_Polyhedron(const BD_Shape<U>& bd, Complexity_Class) in C_Polyhedron() argument
117 C_Polyhedron::C_Polyhedron(const Octagonal_Shape<U>& os, Complexity_Class) in C_Polyhedron() argument
130 C_Polyhedron::C_Polyhedron(const C_Polyhedron& y, Complexity_Class) in C_Polyhedron() argument
H A DNNC_Polyhedron_inlines.hh91 NNC_Polyhedron::NNC_Polyhedron(const Box<Interval>& box, Complexity_Class) in NNC_Polyhedron() argument
102 NNC_Polyhedron::NNC_Polyhedron(const BD_Shape<U>& bd, Complexity_Class) in NNC_Polyhedron() argument
116 NNC_Polyhedron::NNC_Polyhedron(const Octagonal_Shape<U>& os, Complexity_Class) in NNC_Polyhedron() argument
129 NNC_Polyhedron::NNC_Polyhedron(const NNC_Polyhedron& y, Complexity_Class) in NNC_Polyhedron() argument
H A DNNC_Polyhedron.cc32 PPL::NNC_Polyhedron::NNC_Polyhedron(const C_Polyhedron& y, Complexity_Class) in NNC_Polyhedron() argument
64 PPL::NNC_Polyhedron::NNC_Polyhedron(const Grid& grid, Complexity_Class) in NNC_Polyhedron() argument
H A DPointset_Powerset_inlines.hh67 Complexity_Class) in Pointset_Powerset() argument
111 Complexity_Class) in Pointset_Powerset() argument
144 Complexity_Class) in Pointset_Powerset() argument
156 Complexity_Class) in Pointset_Powerset() argument
168 Complexity_Class) in Pointset_Powerset() argument
H A DC_Polyhedron.cc32 PPL::C_Polyhedron::C_Polyhedron(const NNC_Polyhedron& y, Complexity_Class) in C_Polyhedron() argument
73 PPL::C_Polyhedron::C_Polyhedron(const Grid& grid, Complexity_Class) in C_Polyhedron() argument
H A DPointset_Powerset.cc322 Complexity_Class) in Pointset_Powerset() argument
338 Complexity_Class) in Pointset_Powerset() argument
354 Complexity_Class) in Pointset_Powerset() argument
H A DPartially_Reduced_Product_inlines.hh112 ::Partially_Reduced_Product(const Grid& gr, Complexity_Class) in Partially_Reduced_Product() argument
121 ::Partially_Reduced_Product(const Box<Interval>& box, Complexity_Class) in Partially_Reduced_Product() argument
130 ::Partially_Reduced_Product(const BD_Shape<U>& bd, Complexity_Class) in Partially_Reduced_Product() argument
139 ::Partially_Reduced_Product(const Octagonal_Shape<U>& os, Complexity_Class) in Partially_Reduced_Product() argument
148 Complexity_Class) in Partially_Reduced_Product() argument
H A DOctagonal_Shape_inlines.hh122 Octagonal_Shape<T>::Octagonal_Shape(const Octagonal_Shape& y, Complexity_Class) in Octagonal_Shape() argument
130 Complexity_Class) in Octagonal_Shape() argument
175 Complexity_Class) in Octagonal_Shape() argument
193 Complexity_Class) in Octagonal_Shape() argument
209 Complexity_Class) in Octagonal_Shape() argument
H A DBD_Shape_inlines.hh132 BD_Shape<T>::BD_Shape(const BD_Shape& y, Complexity_Class) in BD_Shape() argument
142 BD_Shape<T>::BD_Shape(const BD_Shape<U>& y, Complexity_Class) in BD_Shape() argument
298 Complexity_Class) in BD_Shape() argument
314 Complexity_Class) in BD_Shape() argument
328 Complexity_Class) in BD_Shape() argument
H A DGrid_inlines.hh191 Grid::Grid(const BD_Shape<U>& bd, Complexity_Class) in Grid() argument
206 Grid::Grid(const Octagonal_Shape<U>& os, Complexity_Class) in Grid() argument
H A Dglobals_types.hh57 enum Complexity_Class { enum
H A DGrid_templates.hh36 Grid::Grid(const Box<Interval>& box, Complexity_Class) in Grid() argument
H A DGrid_public.cc38 PPL::Grid::Grid(const Grid& y, Complexity_Class) in Grid() argument
3112 PPL::Grid::drop_some_non_integer_points(Complexity_Class) { in drop_some_non_integer_points() argument
3130 Complexity_Class) { in drop_some_non_integer_points() argument
H A DBox_templates.hh109 Box<ITV>::Box(const Box<Other_ITV>& y, Complexity_Class) in Box() argument
248 Box<ITV>::Box(const BD_Shape<T>& bds, Complexity_Class) in Box() argument
301 Box<ITV>::Box(const Octagonal_Shape<T>& oct, Complexity_Class) in Box() argument
474 Box<ITV>::Box(const Grid& gr, Complexity_Class) in Box() argument
1855 Box<ITV>::drop_some_non_integer_points(Complexity_Class) { in drop_some_non_integer_points() argument
1875 Complexity_Class) { in drop_some_non_integer_points() argument
H A DPolyhedron_templates.hh41 Complexity_Class) in Polyhedron() argument
H A DBox_inlines.hh70 Box<ITV>::Box(const Box& y, Complexity_Class) in Box() argument
H A DPolyhedron_nonpublic.cc74 PPL::Polyhedron::Polyhedron(const Polyhedron& y, Complexity_Class) in Polyhedron() argument
H A DBD_Shape_templates.hh6664 BD_Shape<T>::drop_some_non_integer_points(Complexity_Class) { in drop_some_non_integer_points() argument
6687 Complexity_Class) { in drop_some_non_integer_points() argument
H A DOctagonal_Shape_templates.hh7996 Octagonal_Shape<T>::drop_some_non_integer_points(Complexity_Class) { in drop_some_non_integer_points() argument
8035 Complexity_Class) { in drop_some_non_integer_points() argument
/dports/devel/ppl/ppl-1.2/interfaces/Java/parma_polyhedra_library/
H A DComplexity_Class.java28 public enum Complexity_Class { enum