Lines Matching refs:integer
17 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned char>(a), static_cast<unsigned cha… in test_noexcept()
20 …static_assert(noexcept(boost::integer::gcd(static_cast<char>(a), static_cast<char>(b))), "Expected… in test_noexcept()
22 …static_assert(noexcept(boost::integer::gcd(static_cast<signed char>(a), static_cast<signed char>(b… in test_noexcept()
23 …static_assert(noexcept(boost::integer::gcd(static_cast<short>(a), static_cast<short>(b))), "Expect… in test_noexcept()
24 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned short>(a), static_cast<unsigned sh… in test_noexcept()
25 …static_assert(noexcept(boost::integer::gcd(static_cast<int>(a), static_cast<int>(b))), "Expected a… in test_noexcept()
26 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned int>(a), static_cast<unsigned int>… in test_noexcept()
27 …static_assert(noexcept(boost::integer::gcd(static_cast<long>(a), static_cast<long>(b))), "Expected… in test_noexcept()
28 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned long>(a), static_cast<unsigned lon… in test_noexcept()
29 …static_assert(noexcept(boost::integer::gcd(static_cast<long long>(a), static_cast<long long>(b))),… in test_noexcept()
30 …static_assert(noexcept(boost::integer::gcd(static_cast<unsigned long long>(a), static_cast<unsigne… in test_noexcept()