Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dboost_units_helpers.hpp35 typedef boost::units::quantity< boost::units::si::acceleration , value_type > acceleration_type; typedef
Dfusion_algebra.cpp56 typedef units::quantity< si::acceleration , value_type > acceleration_type; typedef
Dvelocity_verlet.cpp57 typedef units::quantity< si::acceleration , value_type > acceleration_type; typedef
Dstepper_with_units.cpp64 typedef units::quantity< si::acceleration , value_type > acceleration_type; typedef
Ddefault_operations.cpp110 typedef units::quantity< si::acceleration , value_type > acceleration_type; typedef
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/regression/
Dregression_168.cpp61 typedef units::quantity< si::acceleration , double > acceleration_type; typedef
/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dharmonic_oscillator_units.cpp46 typedef units::quantity< si::acceleration , double > acceleration_type; typedef
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dvelocity_verlet.hpp65 typedef Acceleration acceleration_type; typedef in boost::numeric::odeint::velocity_verlet