Home
last modified time | relevance | path

Searched refs:time_dimension (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/units/tutorial/
Dtutorial_1.cpp32 typedef time_base_dimension::dimension_type time_dimension; typedef
46 struct time1_base_unit : base_unit<time1_base_unit,time_dimension,3>
52 struct time2_base_unit : base_unit<time2_base_unit,time_dimension,4>
66 typedef unit<time_dimension,system> time;
82 typedef unit<time_dimension,system> time;
/third_party/boost/libs/units/example/
Dtest_system.hpp54 >::type time_dimension;
62 typedef time_base_dimension::dimension_type time_dimension; typedef
94 struct second_base_unit : base_unit<second_base_unit, time_dimension, 3> { };
106 typedef unit<time_dimension,mks_system> time;
Ddimension.cpp78 << simplify_typename(time_dimension()) << std::endl in main()
84 typedef mpl::divides<length_dimension,time_dimension>::type L_T_type; in main()
/third_party/boost/libs/units/test/
Dtest_header.hpp53 typedef time_base_dimension::dimension_type time_dimension; typedef
69 struct time_unit : base_unit<time_unit, time_dimension, 6> {};
78 typedef unit<time_dimension,system> time;
Dtest_output.cpp51 struct second_base_unit : boost::units::base_unit<second_base_unit, boost::units::time_dimension, 2…
73 typedef boost::units::unit<boost::units::time_dimension, scaled_system> scaled_time;
/third_party/boost/boost/units/systems/
Dabstract.hpp40 struct time_unit_tag : base_unit<time_unit_tag, time_dimension, -28> { };
62 typedef unit<time_dimension,system> time; ///< abstract unit of …
/third_party/boost/boost/units/systems/si/
Dtime.hpp22 typedef unit<time_dimension,si::system> time;
/third_party/boost/boost/units/systems/cgs/
Dtime.hpp22 typedef unit<time_dimension,cgs::system> time;
/third_party/boost/boost/units/physical_dimensions/
Dtime.hpp43 typedef time_base_dimension::dimension_type time_dimension; typedef
/third_party/boost/boost/units/base_units/si/
Dsecond.hpp26 struct second_base_unit : public base_unit<second_base_unit, time_dimension, -7>