Home
last modified time | relevance | path

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

/third_party/boost/libs/integer/test/
Dinteger_test.cpp102 typedef typename boost::uint_t<Bits>::fast fast_uint; in do_test_bits() typedef
115 BOOST_TEST(sizeof(fast_uint) >= sizeof(least_uint)); in do_test_bits()
160 …std::cout << "Type uint_t<" << Bits << ">::fast was " << get_name_of_type(fast_uint(0)) << std::en… in do_test_bits()