/third_party/boost/boost/units/ |
D | scaled_base_unit.hpp | 51 typedef S system_type; typedef 111 mpl::less<typename T0::system_type, T1>::value || 112 …(boost::is_same<typename T0::system_type, T1>::value && ((T0::scale_type::exponent::Numerator) < 0… 121 mpl::less<T0, typename T1::system_type>::value || 122 …(boost::is_same<T0, typename T1::system_type>::value && ((T1::scale_type::exponent::Numerator) > 0… 131 mpl::less<typename T0::system_type, typename T1::system_type>::value || 132 ((boost::is_same<typename T0::system_type, typename T1::system_type>::value) &&
|
D | unit.hpp | 43 typedef System system_type; typedef in boost::units::unit 360 typedef System1 system_type; in operator +() typedef 361 typedef typename add_typeof_helper< unit<Dim1,system_type>, in operator +() 362 unit<Dim2,system_type> >::type type; in operator +() 379 typedef System1 system_type; in operator -() typedef 380 typedef typename subtract_typeof_helper< unit<Dim1,system_type>, in operator -() 381 unit<Dim2,system_type> >::type type; in operator -()
|
D | quantity.hpp | 304 typedef System system_type; typedef in boost::units::quantity 306 typedef unit<dimension_type,system_type> unit_type; 337 BOOST_CONSTEXPR quantity(const quantity<unit<dimension_type,system_type>,YY>& source, in quantity() argument 346 … explicit BOOST_CONSTEXPR quantity(const quantity<unit<dimension_type,system_type>,YY>& source, in quantity() argument 357 BOOST_CONSTEXPR quantity(const quantity<unit<dimension_type,system_type>,YY>& source) : in quantity() argument 368 …BOOST_CXX14_CONSTEXPR this_type& operator=(const quantity<unit<dimension_type,system_type>,YY>& so… in operator =() argument
|
/third_party/boost/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;
|
/third_party/boost/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()
|
/third_party/boost/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()
|
/third_party/boost/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()
|
/third_party/boost/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()
|
/third_party/boost/libs/units/test/ |
D | test_unscale.cpp | 31 …ost::units::unscale<boost::units::temperature::fahrenheit_base_unit::unit_type::system_type>::type, 32 boost::units::temperature::fahrenheit_base_unit::unit_type::system_type>));
|
/third_party/boost/libs/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()
|
/third_party/boost/boost/units/detail/ |
D | conversion_impl.hpp | 260 typedef typename Dest::system_type::type system_list;
|