Home
last modified time | relevance | path

Searched refs:CHECK_TRANSITIVE_CF (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/units/test/
Dtest_information_units.cpp56 #define CHECK_TRANSITIVE_CF(u1, u2, u3) { \ macro
89CHECK_TRANSITIVE_CF(byte_base_unit::unit_type(), bit_base_unit::unit_type(), nat_base_unit::unit_t… in BOOST_AUTO_TEST_CASE()
92CHECK_TRANSITIVE_CF(nat_base_unit::unit_type(), bit_base_unit::unit_type(), hartley_base_unit::uni… in BOOST_AUTO_TEST_CASE()
95CHECK_TRANSITIVE_CF(hartley_base_unit::unit_type(), bit_base_unit::unit_type(), shannon_base_unit:… in BOOST_AUTO_TEST_CASE()
98CHECK_TRANSITIVE_CF(shannon_base_unit::unit_type(), bit_base_unit::unit_type(), byte_base_unit::un… in BOOST_AUTO_TEST_CASE()
103CHECK_TRANSITIVE_CF(byte_base_unit::unit_type(), nat_base_unit::unit_type(), hartley_base_unit::un… in BOOST_AUTO_TEST_CASE()