Home
last modified time | relevance | path

Searched refs:max_precision (Results 1 – 2 of 2) 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 Dcpp_int.hpp62 template <class T> struct max_precision;
65 struct max_precision<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > struct
93 …static const bool value = is_void<Allocator>::value && (max_precision<self>::value <= (sizeof(doub…
126 && (max_precision<t1>::value <= max_precision<t2>::value);
144 …: public mpl::bool_<max_precision<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> …
1036max_precision<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> >::value,
1045 max_precision<self_type>::value,
1884 …2 * backends::max_precision<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocat…
1886 …2 * backends::max_precision<backends::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocat…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp137 …ltiprecision::backends::max_precision<backend_type>::value == UINT_MAX ? INT_MAX : boost::multipre…