Searched refs:int128_type (Results 1 – 25 of 37) sorted by relevance
12
/third_party/boost/libs/type_traits/test/ |
D | make_signed_test.cpp | 99 BOOST_CHECK_TYPE(::tt::make_signed<boost::int128_type>::type, boost::int128_type); 100 BOOST_CHECK_TYPE(::tt::make_signed<boost::uint128_type>::type, boost::int128_type);
|
D | is_integral_test.cpp | 118 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_integral<boost::int128_type>::value, true); 120 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_integral<boost::int128_type const>::value, true); 122 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_integral<boost::int128_type volatile>::value, true); 124 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_integral<boost::int128_type const volatile>::value, true);
|
D | is_unsigned_test.cpp | 37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unsigned<boost::int128_type>::value, false);
|
D | is_signed_test.cpp | 37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_signed<boost::int128_type>::value, true);
|
D | make_unsigned_test.cpp | 99 BOOST_CHECK_TYPE(::tt::make_unsigned<boost::int128_type>::type, boost::uint128_type);
|
/third_party/boost/libs/geometry/test/util/ |
D | promote_integral.cpp | 59 std::ostream& operator<<(std::ostream& os, boost::int128_type i) in operator <<() 301 else if (bit_size<boost::int128_type>() >= min_size) in apply() 303 tester::template apply<T, boost::int128_type>(case_id); in apply() 455 test_promotion<boost::int128_type>::apply("int128_t"); in BOOST_AUTO_TEST_CASE() 456 test_promotion<boost::int128_type, true>::apply("int128_t"); in BOOST_AUTO_TEST_CASE()
|
/third_party/boost/boost/type_traits/ |
D | make_signed.hpp | 64 boost::int128_type 96 boost::int128_type
|
D | is_integral.hpp | 75 template<> struct is_integral<boost::int128_type> : public true_type{};
|
/third_party/boost/libs/atomic/test/ |
D | ipc_atomic_ref_api.cpp | 29 test_lock_free_integral_api< ipc_atomic_ref_wrapper, boost::int128_type >(); in main()
|
D | ipc_atomic_api.cpp | 35 test_lock_free_integral_api< ipc_atomic_wrapper, boost::int128_type >(); in main()
|
D | fallback_api.cpp | 39 test_integral_api<boost::int128_type>(); in main()
|
D | native_api.cpp | 38 test_integral_api<boost::int128_type>(); in main()
|
D | lightweight_test_stream.hpp | 71 test_stream_type const& operator<< (boost::int128_type const& v) const in operator <<()
|
D | atomic_ref_api.cpp | 36 test_integral_api< atomic_ref_wrapper, boost::int128_type >(); in main()
|
D | atomic_api.cpp | 39 test_integral_api< atomic_wrapper, boost::int128_type >(); in main()
|
D | api_test_helpers.hpp | 296 struct distance_limits< T, boost::int128_type, IsSigned > 299 typedef boost::int128_type promoted_difference_type; 301 static boost::int128_type min BOOST_PREVENT_MACRO_SUBSTITUTION () BOOST_NOEXCEPT in BOOST_PREVENT_MACRO_SUBSTITUTION() 305 static boost::int128_type max BOOST_PREVENT_MACRO_SUBSTITUTION () BOOST_NOEXCEPT in BOOST_PREVENT_MACRO_SUBSTITUTION() 307 return static_cast< boost::int128_type >((~static_cast< boost::uint128_type >(0u)) >> 1); in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
/third_party/boost/libs/geometry/test/ |
D | string_from_type.hpp | 74 template <> struct string_from_type<boost::int128_type>
|
/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_integral_types_test.cpp | 599 std::numeric_limits<boost::int128_type>::is_specialized, in test_conversion_from_to_int128() 600 boost::int128_type in test_conversion_from_to_int128() 607 std::numeric_limits<boost::int128_type>::is_specialized, in test_conversion_from_to_uint128() 647 test_integral_conversions_on_min_max_impl<boost::int128_type>(); in test_integral_conversions_on_min_max()
|
/third_party/boost/boost/type_traits/detail/ |
D | common_arithmetic_type.hpp | 159 typedef boost::int128_type type;
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | cpp_int_config.hpp | 66 typedef boost::int128_type signed_double_limb_type;
|
/third_party/boost/boost/config/detail/ |
D | suffix.hpp | 498 __extension__ typedef __int128 int128_type; typedef 501 typedef __int128 int128_type;
|
/third_party/boost/boost/atomic/detail/ |
D | storage_traits.hpp | 150 boost::int128_type i128;
|
/third_party/boost/boost/geometry/util/ |
D | promote_integral.hpp | 253 , boost::int128_type
|
/third_party/boost/libs/container_hash/test/ |
D | hash_number_test.cpp | 186 NUMERIC_TEST_NO_LIMITS(boost::int128_type, int128) in main()
|
/third_party/boost/libs/endian/test/ |
D | endian_reverse_test.cpp | 217 test_np<boost::int128_type>(); in main()
|
12