Home
last modified time | relevance | path

Searched refs:time_base_dimension (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/units/physical_dimensions/
Dtime.hpp22 struct time_base_dimension : struct
23 boost::units::base_dimension<time_base_dimension,-7>
34 BOOST_TYPEOF_REGISTER_TYPE(boost::units::time_base_dimension)
43 typedef time_base_dimension::dimension_type time_dimension;
Dfrequency.hpp22 typedef derived_dimension<time_base_dimension,-1>::type frequency_dimension;
Dactivity.hpp22 typedef derived_dimension<time_base_dimension,-1>::type activity_dimension;
Dkinematic_viscosity.hpp24 time_base_dimension,-1>::type kinematic_viscosity_dimension;
Dangular_acceleration.hpp23 typedef derived_dimension<time_base_dimension,-2,
Dsurface_tension.hpp25time_base_dimension,-2>::type surface_tension_dimension;
Delectric_charge.hpp23 typedef derived_dimension<time_base_dimension,1,
Ddose_equivalent.hpp24 time_base_dimension,-2>::type dose_equivalent_dimension;
Dabsorbed_dose.hpp24 time_base_dimension,-2>::type absorbed_dose_dimension;
Dangular_velocity.hpp23 typedef derived_dimension<time_base_dimension,-1,
Dspecific_energy.hpp24time_base_dimension,-2>::type specific_energy_dimension;
Dvelocity.hpp24 time_base_dimension,-1>::type velocity_dimension;
Dacceleration.hpp24 time_base_dimension,-2>::type acceleration_dimension;
Denergy.hpp26 time_base_dimension,-2>::type energy_dimension;
Daction.hpp26 time_base_dimension,-1>::type action_dimension;
Dmagnetic_flux_density.hpp25 time_base_dimension,-2,
Dstress.hpp26 time_base_dimension,-2>::type stress_dimension;
Dpower.hpp26 time_base_dimension,-3>::type power_dimension;
Dspecific_heat_capacity.hpp25 time_base_dimension,-2,
Dforce.hpp26 time_base_dimension,-2>::type force_dimension;
/third_party/boost/libs/units/example/
Dtest_system.hpp37 struct time_base_dimension : base_dimension<time_base_dimension,3> { }; struct
53 boost::mpl::list< dim< time_base_dimension,static_rational<1> > >
62 typedef time_base_dimension::dimension_type time_dimension;
75 dim< time_base_dimension,static_rational<-2> > >
85 time_base_dimension,-2>::type energy_dimension;
Ddimension.cpp69 dim<time_base_dimension, static_rational<-2L, 1L> > >::type, in main()
102 dim<time_base_dimension, static_rational<-1L, 1L> > >::type, in main()
109 dim<time_base_dimension, static_rational<-1L, 1L> > >::type, in main()
/third_party/boost/libs/units/test/
Dtest_header.hpp53 typedef time_base_dimension::dimension_type time_dimension;
58 time_base_dimension,-2>::type energy_dimension;
61 time_base_dimension,2>::type inverse_energy_dim;
63 time_base_dimension,-1>::type velocity_dimension;
/third_party/boost/libs/numeric/odeint/test/
Ddefault_operations.cpp50 typedef units::unit< units::derived_dimension< units::time_base_dimension , 2 >::type , si::system …
51 typedef units::unit< units::derived_dimension< units::time_base_dimension , 3 >::type , si::system …
52 typedef units::unit< units::derived_dimension< units::time_base_dimension , 4 >::type , si::system …
53 typedef units::unit< units::derived_dimension< units::time_base_dimension , 5 >::type , si::system …
54 typedef units::unit< units::derived_dimension< units::time_base_dimension , 6 >::type , si::system …
55 typedef units::unit< units::derived_dimension< units::time_base_dimension , 7 >::type , si::system …
/third_party/boost/libs/units/tutorial/
Dtutorial_1.cpp29 struct time_base_dimension : boost::units::base_dimension<time_base_dimension,3> { }; ///… struct
32 typedef time_base_dimension::dimension_type time_dimension;

123