Home
last modified time | relevance | path

Searched defs:subranged_Unsig2Sig (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/numeric/conversion/detail/
H A Dis_subranged.hpp45 struct subranged_Unsig2Sig struct
62 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;
63 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;
66 typedef typename T_digits::next u_T_digits ;
68 typedef mpl::int_<2> Two ;
70 typedef typename mpl::multiplies<S_digits,Two>::type S_digits_times_2 ;
72 typedef typename mpl::less<u_T_digits,S_digits_times_2>::type type ;