Home
last modified time | relevance | path

Searched defs:calc_state (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Ddense_output_runge_kutta.hpp143 void calc_state( time_type t , StateOut &x ) const in calc_state() function in boost::numeric::odeint::dense_output_runge_kutta
159 void calc_state( time_type t , const StateOut &x ) const in calc_state() function in boost::numeric::odeint::dense_output_runge_kutta
352 void calc_state( time_type t , StateOut &x ) const in calc_state() function in boost::numeric::odeint::dense_output_runge_kutta
359 void calc_state( time_type t , const StateOut &x ) const in calc_state() function in boost::numeric::odeint::dense_output_runge_kutta
Drosenbrock4_dense_output.hpp99 void calc_state( time_type t , StateOut &x ) in calc_state() function in boost::numeric::odeint::rosenbrock4_dense_output
106 void calc_state( time_type t , const StateOut &x ) in calc_state() function in boost::numeric::odeint::rosenbrock4_dense_output
Deuler.hpp87 …void calc_state( StateOut &x , time_type t , const StateIn1 &old_state , time_type t_old , const … in calc_state() function in boost::numeric::odeint::euler
Drunge_kutta_dopri5.hpp227 void calc_state( time_type t , StateOut &x , in calc_state() function in boost::numeric::odeint::runge_kutta_dopri5
Dbulirsch_stoer_dense_out.hpp349 void calc_state( time_type t , StateOut &x ) const in calc_state() function in boost::numeric::odeint::bulirsch_stoer_dense_out
Drosenbrock4.hpp274 void calc_state( time_type t , state_type &x , in calc_state() function in boost::numeric::odeint::rosenbrock4
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/integrate/
Dcheck_adapter.hpp163 void calc_state( time_type t , StateOut &x ) const in calc_state() function in boost::numeric::odeint::checked_stepper
167 void calc_state( time_type t , const StateOut &x ) const in calc_state() function in boost::numeric::odeint::checked_stepper
/aosp_15_r20/external/libopus/silk/fixed/arm/
H A Dwarped_autocorrelation_FIX_neon_intr.c53 static OPUS_INLINE int32x4_t calc_state( const int32x4_t state_QS0_s32x4, const int32x4_t state_QS0… in calc_state() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Ddummy_steppers.hpp70 void calc_state( time_type t_inter , state_type &x ) const in calc_state() function
Dintegrate_stepper_refs.cpp120 void calc_state( const time_type t_inter , state_type &x ) in calc_state() function in dense_out_stepper_nc