Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/generation/
Dmake_controlled.hpp77 typedef typename result_of::make_controlled< stepper_type >::type controller_type; in make_controlled() typedef
92 typedef typename result_of::make_controlled< stepper_type >::type controller_type; in make_controlled() typedef
Dgeneration_rosenbrock4.hpp44 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
55 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
Dgeneration_runge_kutta_dopri5.hpp44 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
Dgeneration_controlled_runge_kutta.hpp35 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
Dgeneration_dense_output_runge_kutta.hpp34 typedef controlled_runge_kutta< stepper_type > controller_type; typedef
Dgeneration_controlled_adams_bashforth_moulton.hpp38 typedef controlled_adams_bashforth_moulton< stepper_type > controller_type; typedef
/aosp_15_r20/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
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dsema.cc299 const AstNode& controller_type = *operator_type.sibling; in AnalyzeType1() local