Home
last modified time | relevance | path

Searched refs:static_log2_impl (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/integer/
H A Dstatic_log2.hpp25 namespace static_log2_impl { namespace
85 struct static_log2_impl { struct
90 value = c*n + (static_log2_impl< (x>>c*n), n/2 >::value)
96 struct static_log2_impl<1, 0> { struct
114 value = detail::static_log2_impl::static_log2_impl<x>::value