Searched refs:float128_type (Results 1 – 16 of 16) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | test_nothrow_float128.cpp | 54 BOOST_STATIC_ASSERT(noexcept(boost::multiprecision::float128(std::declval<const float128_type&>()))… 55 BOOST_STATIC_ASSERT(noexcept(boost::multiprecision::float128(std::declval<float128_type>()))); 60 …noexcept(std::declval<boost::multiprecision::float128&>() = std::declval<const float128_type&>())); 61 …ASSERT(noexcept(std::declval<boost::multiprecision::float128&>() = std::declval<float128_type>()));
|
/third_party/boost/boost/multiprecision/ |
D | float128.hpp | 43 typedef __float128 float128_type; typedef 49 typedef _Quad float128_type; typedef 118 struct bits_of<float128_type> 140 struct number_category<float128_type> : public mpl::int_<number_kind_floating_point> 182 float128_type m_value; 193 …e enable_if_c<is_convertible<T, float128_type>::value>::type* = 0) BOOST_NOEXCEPT_IF(noexcept(std:… in float128_backend() 196 …convertible<T, float128_type>::value, float128_backend&>::type operator=(const T& i) BOOST_NOEXCEP… in operator =() 233 float128_type t(o.value()); in swap() 298 BOOST_MP_CXX14_CONSTEXPR float128_type& value() in value() 302 BOOST_MP_CXX14_CONSTEXPR const float128_type& value() const in value() [all …]
|
/third_party/boost/boost/atomic/detail/type_traits/ |
D | is_iec559.hpp | 37 struct is_iec559< boost::float128_type >
|
/third_party/boost/libs/atomic/test/ |
D | ipc_atomic_ref_api.cpp | 38 test_lock_free_floating_point_api< ipc_atomic_ref_wrapper, boost::float128_type >(); in main()
|
D | ipc_atomic_api.cpp | 44 test_lock_free_floating_point_api< ipc_atomic_wrapper, boost::float128_type >(); in main()
|
D | fallback_api.cpp | 48 test_floating_point_api<boost::float128_type>(); in main()
|
D | native_api.cpp | 53 test_floating_point_api<boost::float128_type>(); in main()
|
D | lightweight_test_stream.hpp | 84 test_stream_type const& operator<< (boost::float128_type const& v) const in operator <<()
|
D | atomic_ref_api.cpp | 45 test_floating_point_api< atomic_ref_wrapper, boost::float128_type >(); in main()
|
D | atomic_api.cpp | 54 test_floating_point_api< atomic_wrapper, boost::float128_type >(); in main()
|
/third_party/boost/boost/config/detail/ |
D | suffix.hpp | 510 __extension__ typedef __float128 float128_type; typedef 512 typedef __float128 float128_type;
|
/third_party/boost/boost/atomic/detail/ |
D | storage_traits.hpp | 153 boost::float128_type f128;
|
/third_party/boost/libs/type_traits/test/ |
D | is_scalar_test.cpp | 165 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_scalar<boost::float128_type>::value, true);
|
D | is_arithmetic_test.cpp | 160 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_arithmetic<boost::float128_type>::value, true);
|
D | is_fundamental_test.cpp | 164 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_fundamental<boost::float128_type>::value, true);
|
D | is_pod_test.cpp | 186 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<boost::float128_type>::value, true);
|