Lines Matching refs:temperature
57 typedef temperature::fahrenheit_base_unit::unit_type temperature; typedef
58 typedef get_system<temperature>::type system;
60 BOOST_UNITS_STATIC_CONSTANT(degree,temperature);
61 BOOST_UNITS_STATIC_CONSTANT(degrees,temperature);
73 quantity<absolute<fahrenheit::temperature> > T1p( in main()
74 32.0*absolute<fahrenheit::temperature>()); in main()
75 quantity<fahrenheit::temperature> T1v( in main()
78 quantity<absolute<si::temperature> > T2p(T1p); in main()
79 quantity<si::temperature> T2v(T1v); in main()
83 quantity<absolute<fahrenheit::temperature> >, in main()
84 quantity<absolute<si::temperature> > > absolute_conv_type; in main()
86 quantity<fahrenheit::temperature>, in main()
87 quantity<si::temperature> > relative_conv_type; in main()