Home
last modified time | relevance | path

Searched refs:int128_type (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/libs/type_traits/test/
Dmake_signed_test.cpp99 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);
Dis_integral_test.cpp118 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);
Dis_unsigned_test.cpp37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_unsigned<boost::int128_type>::value, false);
Dis_signed_test.cpp37 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_signed<boost::int128_type>::value, true);
Dmake_unsigned_test.cpp99 BOOST_CHECK_TYPE(::tt::make_unsigned<boost::int128_type>::type, boost::uint128_type);
/third_party/boost/libs/geometry/test/util/
Dpromote_integral.cpp59 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/
Dmake_signed.hpp64 boost::int128_type
96 boost::int128_type
Dis_integral.hpp75 template<> struct is_integral<boost::int128_type> : public true_type{};
/third_party/boost/libs/atomic/test/
Dipc_atomic_ref_api.cpp29 test_lock_free_integral_api< ipc_atomic_ref_wrapper, boost::int128_type >(); in main()
Dipc_atomic_api.cpp35 test_lock_free_integral_api< ipc_atomic_wrapper, boost::int128_type >(); in main()
Dfallback_api.cpp39 test_integral_api<boost::int128_type>(); in main()
Dnative_api.cpp38 test_integral_api<boost::int128_type>(); in main()
Dlightweight_test_stream.hpp71 test_stream_type const& operator<< (boost::int128_type const& v) const in operator <<()
Datomic_ref_api.cpp36 test_integral_api< atomic_ref_wrapper, boost::int128_type >(); in main()
Datomic_api.cpp39 test_integral_api< atomic_wrapper, boost::int128_type >(); in main()
Dapi_test_helpers.hpp296 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/
Dstring_from_type.hpp74 template <> struct string_from_type<boost::int128_type>
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_integral_types_test.cpp599 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/
Dcommon_arithmetic_type.hpp159 typedef boost::int128_type type;
/third_party/boost/boost/multiprecision/cpp_int/
Dcpp_int_config.hpp66 typedef boost::int128_type signed_double_limb_type;
/third_party/boost/boost/config/detail/
Dsuffix.hpp498 __extension__ typedef __int128 int128_type; typedef
501 typedef __int128 int128_type;
/third_party/boost/boost/atomic/detail/
Dstorage_traits.hpp150 boost::int128_type i128;
/third_party/boost/boost/geometry/util/
Dpromote_integral.hpp253 , boost::int128_type
/third_party/boost/libs/container_hash/test/
Dhash_number_test.cpp186 NUMERIC_TEST_NO_LIMITS(boost::int128_type, int128) in main()
/third_party/boost/libs/endian/test/
Dendian_reverse_test.cpp217 test_np<boost::int128_type>(); in main()

12