Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/test/
Dtest_nothrow_float128.cpp54 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/
Dfloat128.hpp43 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/
Dis_iec559.hpp37 struct is_iec559< boost::float128_type >
/third_party/boost/libs/atomic/test/
Dipc_atomic_ref_api.cpp38 test_lock_free_floating_point_api< ipc_atomic_ref_wrapper, boost::float128_type >(); in main()
Dipc_atomic_api.cpp44 test_lock_free_floating_point_api< ipc_atomic_wrapper, boost::float128_type >(); in main()
Dfallback_api.cpp48 test_floating_point_api<boost::float128_type>(); in main()
Dnative_api.cpp53 test_floating_point_api<boost::float128_type>(); in main()
Dlightweight_test_stream.hpp84 test_stream_type const& operator<< (boost::float128_type const& v) const in operator <<()
Datomic_ref_api.cpp45 test_floating_point_api< atomic_ref_wrapper, boost::float128_type >(); in main()
Datomic_api.cpp54 test_floating_point_api< atomic_wrapper, boost::float128_type >(); in main()
/third_party/boost/boost/config/detail/
Dsuffix.hpp510 __extension__ typedef __float128 float128_type; typedef
512 typedef __float128 float128_type;
/third_party/boost/boost/atomic/detail/
Dstorage_traits.hpp153 boost::float128_type f128;
/third_party/boost/libs/type_traits/test/
Dis_scalar_test.cpp165 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_scalar<boost::float128_type>::value, true);
Dis_arithmetic_test.cpp160 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_arithmetic<boost::float128_type>::value, true);
Dis_fundamental_test.cpp164 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_fundamental<boost::float128_type>::value, true);
Dis_pod_test.cpp186 BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_pod<boost::float128_type>::value, true);