Home
last modified time | relevance | path

Searched refs:controller_type (Results 1 – 8 of 8) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/generation/
Dgeneration_controlled_runge_kutta.hpp35 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
36 typedef typename controller_type::error_checker_type error_checker_type;
37 typedef typename controller_type::step_adjuster_type step_adjuster_type;
41controller_type operator()( value_type abs_error , value_type rel_error , const stepper_type &step… in operator ()()
43 return controller_type( error_checker_type( abs_error , rel_error ) , in operator ()()
47 controller_type operator()( value_type abs_error , value_type rel_error , in operator ()()
50 return controller_type( error_checker_type( abs_error , rel_error ) , in operator ()()
Dgeneration_dense_output_runge_kutta.hpp34 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
35 typedef typename controller_type::error_checker_type error_checker_type;
36 typedef typename controller_type::step_adjuster_type step_adjuster_type;
39 typedef dense_output_runge_kutta< controller_type > dense_output_type;
43 return dense_output_type( controller_type( error_checker_type( abs_error , rel_error ) , in operator ()()
51 controller_type( error_checker_type( abs_error , rel_error) , in operator ()()
Dgeneration_controlled_adams_bashforth_moulton.hpp38 typedef controlled_adams_bashforth_moulton< stepper_type > controller_type; typedef
39 typedef typename controller_type::step_adjuster_type step_adjuster_type;
43controller_type operator()( value_type abs_error , value_type rel_error , const stepper_type &step… in operator ()()
45 return controller_type(step_adjuster_type(abs_error, rel_error)); in operator ()()
48 controller_type operator()( value_type abs_error , value_type rel_error , in operator ()()
51 return controller_type( step_adjuster_type(abs_error, rel_error, max_dt)); in operator ()()
Dgeneration_rosenbrock4.hpp44 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
45 typedef rosenbrock4_dense_output< controller_type > type;
55 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
58 typedef rosenbrock4_dense_output< controller_type > dense_output_type;
62 return dense_output_type( controller_type( abs_error , rel_error , stepper ) ); in operator ()()
68 return dense_output_type( controller_type( abs_error , rel_error , max_dt , stepper ) ); in operator ()()
Dmake_controlled.hpp77 typedef typename result_of::make_controlled< stepper_type >::type controller_type; in make_controlled() typedef
78 typedef controller_factory< stepper_type , controller_type > factory_type; in make_controlled()
92 typedef typename result_of::make_controlled< stepper_type >::type controller_type; in make_controlled() typedef
93 typedef controller_factory< stepper_type , controller_type > factory_type; in make_controlled()
Dgeneration_runge_kutta_dopri5.hpp44 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
45 typedef dense_output_runge_kutta< controller_type > type;
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Drosenbrock4_controller.hpp56 typedef rosenbrock4_controller< Stepper > controller_type; typedef in boost::numeric::odeint::rosenbrock4_controller
102 …m_xnew_resizer.adjust_size( x , detail::bind( &controller_type::template resize_m_xnew< state_type… in try_step()
130 …m_xerr_resizer.adjust_size( x , detail::bind( &controller_type::template resize_m_xerr< state_type… in try_step()
/external/openscreen/tools/cddl/
Dsema.cc299 const AstNode& controller_type = *operator_type.sibling; in AnalyzeType1() local
300 CddlType* constraint_type = AnalyzeType2(table, controller_type); in AnalyzeType1()
304 controller_type.text.c_str(), operator_type.text.c_str(), in AnalyzeType1()