/third_party/boost/libs/units/example/ |
D | temperature.cpp | 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() [all …]
|
D | lambda.cpp | 141 const bu::quantity<bu::absolute<si::temperature> > in main() 142 Tref = 273.15 * bu::absolute<si::temperature>(); in main() 143 const bu::quantity<bu::absolute<si::temperature> > in main() 144 Tamb = 300.00 * bu::absolute<si::temperature>(); in main() 146 boost::function<bu::quantity<si::temperature> (bu::quantity<bu::absolute<si::temperature> >, in main() 147 bu::quantity<bu::absolute<si::temperature> >)> in main()
|
/third_party/boost/boost/units/base_units/temperature/ |
D | conversions.hpp | 21 …NE_CONVERSION_FACTOR(boost::units::si::kelvin_base_unit, boost::units::temperature::celsius_base_u… 22 …NE_CONVERSION_OFFSET(boost::units::si::kelvin_base_unit, boost::units::temperature::celsius_base_u… 30 …NE_CONVERSION_FACTOR(boost::units::si::kelvin_base_unit, boost::units::temperature::fahrenheit_bas… 31 …NE_CONVERSION_OFFSET(boost::units::si::kelvin_base_unit, boost::units::temperature::fahrenheit_bas… 39 …ST_UNITS_DEFINE_CONVERSION_FACTOR(boost::units::temperature::celsius_base_unit, boost::units::temp… 40 …ST_UNITS_DEFINE_CONVERSION_OFFSET(boost::units::temperature::celsius_base_unit, boost::units::temp…
|
D | fahrenheit.hpp | 24 namespace temperature { namespace 42 BOOST_TYPEOF_REGISTER_TYPE(boost::units::temperature::fahrenheit_base_unit)
|
D | celsius.hpp | 24 namespace temperature { namespace 42 BOOST_TYPEOF_REGISTER_TYPE(boost::units::temperature::celsius_base_unit)
|
/third_party/boost/libs/units/test/ |
D | test_unscale.cpp | 31 BOOST_MPL_ASSERT((boost::is_same<boost::units::unscale<boost::units::temperature::fahrenheit_base_u… 32 boost::units::temperature::fahrenheit_base_unit::unit_type::system_type>)); 34 BOOST_MPL_ASSERT((boost::is_same<boost::units::unscale<boost::units::temperature::fahrenheit_base_u… 35 boost::units::temperature::fahrenheit_base_unit::unit_type>)); 37 …:is_same<boost::units::unscale<boost::units::reduce_unit<boost::units::temperature::fahrenheit_bas… 38 boost::units::temperature::fahrenheit_base_unit::unit_type>)); 41 boost::units::temperature::fahrenheit_base_unit::unit_type, 48 boost::units::temperature::fahrenheit_base_unit,
|
D | test_lambda.cpp | 238 bu::quantity<bu::absolute<si::temperature> > Ta = 270.0 * bu::absolute<si::temperature>(); in test_main() 240 BOOST_CHECK(( Ta == 300.0 * bu::absolute<si::temperature>())); in test_main() 243 Ta = 270 * bu::absolute<si::temperature>(); in test_main() 245 BOOST_CHECK(( Ta == 300.0 * bu::absolute<si::temperature>())); in test_main() 248 …T_CHECK(((270.0 * bu::absolute<si::temperature>() + bl::_1)(30.0 * si::kelvin) == 300.0 * bu::abso… in test_main() 251 …CK(((bl::_1 + 270.0 * bu::absolute<si::temperature>())(30.0 * si::kelvin) == 300.0 * bu::absolute<… in test_main() 254 …T_CHECK(((270.0 * bu::absolute<si::temperature>() - bl::_1)(30.0 * si::kelvin) == 240.0 * bu::abso… in test_main() 257 …BOOST_CHECK(((bl::_1 - 270.0 * bu::absolute<si::temperature>())(300.0 * bu::absolute<si::temperatu… in test_main() 260 …BOOST_CHECK(((bl::_1 * bu::absolute<si::temperature>())(300.0) == 300.0 * bu::absolute<si::tempera… in test_main() 261 …CHECK(((bl::_1 * bl::_2)(300.0, bu::absolute<si::temperature>()) == 300.0 * bu::absolute<si::tempe… in test_main() [all …]
|
D | fail_add_temperature.cpp | 33 bu::quantity<bu::absolute<bu::si::temperature> > q(2.0 * bu::absolute<bu::si::temperature>()); in main()
|
D | test_absolute.cpp | 41 using bu::temperature::celsius_base_unit; 42 using bu::temperature::fahrenheit_base_unit;
|
/third_party/boost/boost/units/systems/temperature/ |
D | fahrenheit.hpp | 27 typedef make_system<boost::units::temperature::fahrenheit_base_unit>::type system; 29 typedef unit<temperature_dimension,system> temperature; typedef 31 BOOST_UNITS_STATIC_CONSTANT(degree,temperature); 32 BOOST_UNITS_STATIC_CONSTANT(degrees,temperature);
|
D | celsius.hpp | 27 typedef make_system<boost::units::temperature::celsius_base_unit>::type system; 29 typedef unit<temperature_dimension,system> temperature; typedef 31 BOOST_UNITS_STATIC_CONSTANT(degree,temperature); 32 BOOST_UNITS_STATIC_CONSTANT(degrees,temperature);
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_temperature.h | 48 dng_temperature (real64 temperature, in dng_temperature() argument 51 : fTemperature (temperature) in dng_temperature() 67 void SetTemperature (real64 temperature) in SetTemperature() argument 69 fTemperature = temperature; in SetTemperature()
|
/third_party/boost/boost/units/systems/si/ |
D | temperature.hpp | 22 typedef unit<temperature_dimension,si::system> temperature; typedef 24 BOOST_UNITS_STATIC_CONSTANT(kelvin,temperature); 25 BOOST_UNITS_STATIC_CONSTANT(kelvins,temperature);
|
/third_party/boost/boost/units/systems/si/codata/ |
D | typedefs.hpp | 50 typedef divide_typeof_helper<energy,temperature>::type energy_over_temperature; 54 power_typeof_helper<temperature,static_rational<4> >::type 58 typedef multiply_typeof_helper<length,temperature>::type length_temperature; 59 typedef divide_typeof_helper<frequency,temperature>::type frequency_over_temperature;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | zh_Hans_HK.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_MO.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_SG.txt | 14 temperature{ 22 temperature{
|
/third_party/icu/icu4c/source/data/unit/ |
D | zh_Hans_SG.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_HK.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_MO.txt | 14 temperature{ 22 temperature{
|
D | en_IN.txt | 7 temperature{ 30 temperature{
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | zh_Hans_SG.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_MO.txt | 14 temperature{ 22 temperature{
|
D | zh_Hans_HK.txt | 14 temperature{ 22 temperature{
|
D | en_IN.txt | 7 temperature{ 30 temperature{
|