Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.h47 typedef enum controller_type { enum
50 } controller_type; typedef
/third_party/boost/boost/numeric/odeint/stepper/generation/
Dgeneration_rosenbrock4.hpp44 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
55 typedef rosenbrock4_controller< stepper_type > controller_type; typedef
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_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
/third_party/boost/boost/numeric/odeint/stepper/
Drosenbrock4_controller.hpp56 typedef rosenbrock4_controller< Stepper > controller_type; typedef in boost::numeric::odeint::rosenbrock4_controller