Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp28 template <class IntBackend>
31 typedef number<IntBackend> integer_type;
34 typedef typename IntBackend::signed_types signed_types;
35 typedef typename IntBackend::unsigned_types unsigned_types;
36 typedef typename IntBackend::float_types float_types;
43 …rational_adaptor(const IntBackend& o) BOOST_MP_NOEXCEPT_IF(noexcept(rational_type(std::declval<con… in BOOST_MP_NOEXCEPT_IF()
46 …rational_adaptor(const U& u, typename enable_if_c<is_convertible<U, IntBackend>::value>::type* = 0… in rational_adaptor()
51 …ltiprecision::detail::is_explicitly_convertible<U, IntBackend>::value && !is_convertible<U, IntBac… in rational_adaptor()
53 : m_value(IntBackend(u)){} in rational_adaptor()
55 …typename enable_if_c<(boost::multiprecision::detail::is_explicitly_convertible<U, IntBackend>::val… in operator =()
[all …]