Home
last modified time | relevance | path

Searched refs:FP_Linear_Form_Abstract_Store (Results 1 – 22 of 22) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DVariable_Floating_Point_Expression_defs.hh91 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Variable_Floating_Point_Expression
141 const FP_Linear_Form_Abstract_Store& lf_store,
155 FP_Linear_Form_Abstract_Store& lf_store) const;
H A DVariable_Floating_Point_Expression_inlines.hh54 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
56 typename FP_Linear_Form_Abstract_Store::const_iterator in linearize()
72 FP_Linear_Form_Abstract_Store& lf_store) const { in linear_form_assign()
73 for (typename FP_Linear_Form_Abstract_Store::iterator in linear_form_assign()
H A DCast_Floating_Point_Expression_defs.hh117 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Cast_Floating_Point_Expression
149 const FP_Linear_Form_Abstract_Store& lf_store,
H A DOpposite_Floating_Point_Expression_defs.hh108 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Opposite_Floating_Point_Expression
160 const FP_Linear_Form_Abstract_Store& lf_store,
H A DConstant_Floating_Point_Expression_defs.hh88 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Constant_Floating_Point_Expression
141 const FP_Linear_Form_Abstract_Store& lf_store,
H A DDivision_Floating_Point_Expression_defs.hh145 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Division_Floating_Point_Expression
198 const FP_Linear_Form_Abstract_Store& lf_store,
H A DDifference_Floating_Point_Expression_defs.hh128 ::FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Difference_Floating_Point_Expression
181 const FP_Linear_Form_Abstract_Store& lf_store,
H A DMultiplication_Floating_Point_Expression_defs.hh158 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Multiplication_Floating_Point_Expression
211 const FP_Linear_Form_Abstract_Store& lf_store,
H A DSum_Floating_Point_Expression_defs.hh122 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Sum_Floating_Point_Expression
175 const FP_Linear_Form_Abstract_Store& lf_store,
H A DFloating_Point_Expression_defs.hh78 FP_Linear_Form_Abstract_Store; typedef in Parma_Polyhedra_Library::Floating_Point_Expression
115 const FP_Linear_Form_Abstract_Store& lf_store,
H A DCast_Floating_Point_Expression_templates.hh33 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
H A DDifference_Floating_Point_Expression_templates.hh33 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
H A DSum_Floating_Point_Expression_templates.hh33 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
H A DDivision_Floating_Point_Expression_templates.hh33 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
H A DOpposite_Floating_Point_Expression_inlines.hh60 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
H A DConstant_Floating_Point_Expression_inlines.hh64 const FP_Linear_Form_Abstract_Store&, in linearize() argument
H A DMultiplication_Floating_Point_Expression_templates.hh33 const FP_Linear_Form_Abstract_Store& lf_store, in linearize()
H A Dlinearize.hh736 FP_Linear_Form_Abstract_Store; in linearize() typedef
830 typename FP_Linear_Form_Abstract_Store::const_iterator in linearize()
H A Dppl.hh.dist53171 FP_Linear_Form_Abstract_Store;
93847 FP_Linear_Form_Abstract_Store;
106731 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
106937 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
107062 const FP_Linear_Form_Abstract_Store&,
107157 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
107435 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
107720 ::FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
108037 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
108403 FP_Linear_Form_Abstract_Store FP_Linear_Form_Abstract_Store;
[all …]
/dports/devel/ppl/ppl-1.2/tests/Concrete_Expression/
H A Dlinearize.cc85 if (!linearize(div, Test_Oracle(), FP_Linear_Form_Abstract_Store(), in test01()
105 if (!linearize(mul, oracle, FP_Linear_Form_Abstract_Store(), result)) in test02()
122 FP_Linear_Form_Abstract_Store store; in test03()
149 linearize(sum, oracle, FP_Linear_Form_Abstract_Store(), result); in test04()
181 linearize(dif, oracle, FP_Linear_Form_Abstract_Store(), result); in test05()
215 linearize(mul, oracle, FP_Linear_Form_Abstract_Store(), result); in test06()
244 linearize(div, oracle, FP_Linear_Form_Abstract_Store(), result); in test07()
268 FP_Linear_Form_Abstract_Store(), result); in test08()
276 linearize(cast2, Test_Oracle(), FP_Linear_Form_Abstract_Store(), result); in test08()
298 if (!linearize(ref, oracle, FP_Linear_Form_Abstract_Store(), result)) in test09()
H A Ddigitalfilters1.cc491 FP_Linear_Form_Abstract_Store lf_abstract_store; in test05()
700 FP_Linear_Form_Abstract_Store lf_abstract_store; in test06()
909 FP_Linear_Form_Abstract_Store lf_abstract_store; in test07()
/dports/devel/ppl/ppl-1.2/tests/
H A Dppl_test.hh483 FP_Linear_Form_Abstract_Store; typedef