Home
last modified time | relevance | path

Searched defs:has_enough_bits (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/detail/
H A Dnumber_base.hpp170 struct has_enough_bits struct
173 struct type : public mpl::bool_<bits_of<T>::value>= b>{};
H A Ddefault_ops.hpp838 struct has_enough_bits struct
841 … : public mpl::and_<mpl::not_<is_same<R, T> >, mpl::bool_<std::numeric_limits<T>::digits >= b> >{};