Home
last modified time | relevance | path

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

/third_party/boost/libs/units/test/
Dtest_information_units.cpp193 BOOST_CONSTEXPR_OR_CONST quantity<info, long long> q1e3(1LL * si::kilo * byte); in BOOST_AUTO_TEST_CASE() local
194 BOOST_CHECK_EQUAL(q1e3.value(), 1000LL); in BOOST_AUTO_TEST_CASE()