/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/generation/ |
D | generation_controlled_runge_kutta.hpp | 35 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; 41 …controller_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 ()()
|
D | generation_dense_output_runge_kutta.hpp | 34 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 ()()
|
D | generation_controlled_adams_bashforth_moulton.hpp | 38 typedef controlled_adams_bashforth_moulton< stepper_type > controller_type; typedef 39 typedef typename controller_type::step_adjuster_type step_adjuster_type; 43 …controller_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 ()()
|
D | generation_rosenbrock4.hpp | 44 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 ()()
|
D | make_controlled.hpp | 77 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()
|
D | generation_runge_kutta_dopri5.hpp | 44 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/ |
D | rosenbrock4_controller.hpp | 56 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/ |
D | sema.cc | 299 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()
|