Searched refs:time_dimension (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/units/tutorial/ |
D | tutorial_1.cpp | 32 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/ |
D | test_system.hpp | 54 >::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;
|
D | dimension.cpp | 78 << 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/ |
D | test_header.hpp | 53 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;
|
D | test_output.cpp | 51 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/ |
D | abstract.hpp | 40 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/ |
D | time.hpp | 22 typedef unit<time_dimension,si::system> time;
|
/third_party/boost/boost/units/systems/cgs/ |
D | time.hpp | 22 typedef unit<time_dimension,cgs::system> time;
|
/third_party/boost/boost/units/physical_dimensions/ |
D | time.hpp | 43 typedef time_base_dimension::dimension_type time_dimension; typedef
|
/third_party/boost/boost/units/base_units/si/ |
D | second.hpp | 26 struct second_base_unit : public base_unit<second_base_unit, time_dimension, -7>
|