/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/iterator/detail/ |
D | ode_iterator_base.hpp | 52 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/ |
D | times_iterator_impl.hpp | 62 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()
|
D | n_step_iterator_impl.hpp | 56 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()
|
D | adaptive_iterator_impl.hpp | 61 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()
|
D | const_step_iterator_impl.hpp | 45 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/ |
D | symplectic_rkn_stepper_base.hpp | 110 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/ |
D | implicit_euler_mtl4.hpp | 71 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/ |
D | implicit_euler.hpp | 76 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()
|
D | rosenbrock4.hpp | 172 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/ |
D | pei_data.h | 34 uint32_t system_type; /* 0 Mobile, 1 Desktop/Server */ member
|
D | raminit_mrc.c | 360 .system_type = !(get_platform_type() == PLATFORM_MOBILE), in perform_raminit()
|
/external/coreboot/src/northbridge/intel/haswell/haswell_mrc/ |
D | pei_data.h | 56 uint32_t system_type; member
|
D | raminit.c | 360 .system_type = get_pch_platform_type(), in perform_raminit()
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/ |
D | molecular_dynamics_cells.cpp | 338 typedef decltype( sys ) system_type; in main() typedef 339 typedef system_type::point_vector point_vector; in main()
|