Searched refs:CHECK_TRANSITIVE_CF (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/units/test/ |
D | test_information_units.cpp | 56 #define CHECK_TRANSITIVE_CF(u1, u2, u3) { \ macro 89 …CHECK_TRANSITIVE_CF(byte_base_unit::unit_type(), bit_base_unit::unit_type(), nat_base_unit::unit_t… in BOOST_AUTO_TEST_CASE() 92 …CHECK_TRANSITIVE_CF(nat_base_unit::unit_type(), bit_base_unit::unit_type(), hartley_base_unit::uni… in BOOST_AUTO_TEST_CASE() 95 …CHECK_TRANSITIVE_CF(hartley_base_unit::unit_type(), bit_base_unit::unit_type(), shannon_base_unit:… in BOOST_AUTO_TEST_CASE() 98 …CHECK_TRANSITIVE_CF(shannon_base_unit::unit_type(), bit_base_unit::unit_type(), byte_base_unit::un… in BOOST_AUTO_TEST_CASE() 103 …CHECK_TRANSITIVE_CF(byte_base_unit::unit_type(), nat_base_unit::unit_type(), hartley_base_unit::un… in BOOST_AUTO_TEST_CASE()
|