Home
last modified time | relevance | path

Searched refs:system_type (Results 1 – 14 of 14) sorted by relevance

/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/iterator/detail/
Dode_iterator_base.hpp52 typedef System system_type; typedef in boost::numeric::odeint::detail::ode_iterator_base
60 ode_iterator_base( stepper_type stepper , system_type sys , time_type t , time_type dt ) in ode_iterator_base()
65 ode_iterator_base( stepper_type stepper , system_type sys ) in ode_iterator_base()
107 system_type m_system;
130 typedef System system_type; typedef in boost::numeric::odeint::detail::ode_iterator_base
138 ode_iterator_base( stepper_type stepper , system_type sys , in ode_iterator_base()
144 ode_iterator_base( stepper_type stepper , system_type sys ) in ode_iterator_base()
183 system_type m_system;
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/iterator/impl/
Dtimes_iterator_impl.hpp62 typedef System system_type; typedef in boost::numeric::odeint::times_iterator_impl
84 times_iterator_impl( stepper_type stepper , system_type sys , state_type &s , in times_iterator_impl()
100 times_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in times_iterator_impl()
160 typedef System system_type; typedef in boost::numeric::odeint::times_iterator_impl
182 times_iterator_impl( stepper_type stepper , system_type sys , state_type &s , in times_iterator_impl()
198 times_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in times_iterator_impl()
278 typedef System system_type; typedef in boost::numeric::odeint::times_iterator_impl
302 times_iterator_impl( stepper_type stepper , system_type sys , state_type &s , in times_iterator_impl()
324 times_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in times_iterator_impl()
Dn_step_iterator_impl.hpp56 typedef System system_type; typedef in boost::numeric::odeint::n_step_iterator_impl
77 n_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s , in n_step_iterator_impl()
90 n_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in n_step_iterator_impl()
152 typedef System system_type; typedef in boost::numeric::odeint::n_step_iterator_impl
173 n_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s , in n_step_iterator_impl()
189 n_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in n_step_iterator_impl()
Dadaptive_iterator_impl.hpp61 typedef System system_type; typedef in boost::numeric::odeint::adaptive_iterator_impl
82 …adaptive_iterator_impl( stepper_type stepper , system_type sys , state_type &s , time_type t , tim… in adaptive_iterator_impl()
96 adaptive_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in adaptive_iterator_impl()
166 typedef System system_type; typedef in boost::numeric::odeint::adaptive_iterator_impl
189 …adaptive_iterator_impl( stepper_type stepper , system_type sys , state_type &s , time_type t , tim… in adaptive_iterator_impl()
208 adaptive_iterator_impl( stepper_type stepper , system_type sys , state_type& /* s */ ) in adaptive_iterator_impl()
Dconst_step_iterator_impl.hpp45 typedef System system_type; typedef in boost::numeric::odeint::const_step_iterator_impl
66 …const_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s , time_type t , t… in const_step_iterator_impl()
80 const_step_iterator_impl( stepper_type stepper , system_type sys , state_type& /* s */ ) in const_step_iterator_impl()
139 typedef System system_type; typedef in boost::numeric::odeint::const_step_iterator_impl
160 …const_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s , time_type t , t… in const_step_iterator_impl()
179 const_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s ) in const_step_iterator_impl()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/base/
Dsymplectic_rkn_stepper_base.hpp110 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step() typedef
111 do_step_impl( system , state , t , state , dt , typename is_pair< system_type >::type() ); in do_step()
121 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step() typedef
122 do_step_impl( system , state , t , state , dt , typename is_pair< system_type >::type() ); in do_step()
163 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step() typedef
164 do_step_impl( system , in , t , out , dt , typename is_pair< system_type >::type() ); in do_step()
187 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step_impl() typedef
188 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type coor_deriv_fun… in do_step_impl()
189 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type momentum_deri… in do_step_impl()
190 system_type &sys = system; in do_step_impl()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/mtl4/
Dimplicit_euler_mtl4.hpp71 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step() typedef
72 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type deriv_func_typ… in do_step()
73 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type jacobi_func_t… in do_step()
74 system_type &sys = system; in do_step()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dimplicit_euler.hpp76 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step() typedef
77 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type deriv_func_typ… in do_step()
78 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type jacobi_func_t… in do_step()
79 system_type &sys = system; in do_step()
Drosenbrock4.hpp172 typedef typename odeint::unwrap_reference< System >::type system_type; in do_step() typedef
173 …typedef typename odeint::unwrap_reference< typename system_type::first_type >::type deriv_func_typ… in do_step()
174 …typedef typename odeint::unwrap_reference< typename system_type::second_type >::type jacobi_func_t… in do_step()
175 system_type &sys = system; in do_step()
/external/coreboot/src/northbridge/intel/sandybridge/
Dpei_data.h34 uint32_t system_type; /* 0 Mobile, 1 Desktop/Server */ member
Draminit_mrc.c360 .system_type = !(get_platform_type() == PLATFORM_MOBILE), in perform_raminit()
/external/coreboot/src/northbridge/intel/haswell/haswell_mrc/
Dpei_data.h56 uint32_t system_type; member
Draminit.c360 .system_type = get_pch_platform_type(), in perform_raminit()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dmolecular_dynamics_cells.cpp338 typedef decltype( sys ) system_type; in main() typedef
339 typedef system_type::point_vector point_vector; in main()