Lines Matching refs:temperature
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()
264 …BOOST_CHECK(((bu::absolute<si::temperature>() * bl::_1)(300.0) == 300.0 * bu::absolute<si::tempera… in test_main()
265 …ST_CHECK(((bl::_1 * bl::_2)(bu::absolute<si::temperature>(), 300.0) == 300.0 * bu::absolute<si::te… in test_main()