Home
last modified time | relevance | path

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

/third_party/boost/libs/units/test/
Dtest_information_units.cpp196 BOOST_CONSTEXPR_OR_CONST quantity<info, long long> q1e6(1LL * si::mega * byte); in BOOST_AUTO_TEST_CASE() local
197 BOOST_CHECK_EQUAL(q1e6.value(), 1000000LL); in BOOST_AUTO_TEST_CASE()