Home
last modified time | relevance | path

Searched defs:integer_log2_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/random/detail/
Dinteger_log2.hpp36 struct integer_log2_impl struct
40 BOOST_RANDOM_DETAIL_CONSTEXPR static int apply(T t, int accum) in apply()
61 struct integer_log2_impl<1> struct
64 BOOST_RANDOM_DETAIL_CONSTEXPR static int apply(T t, int accum) in apply()
/third_party/boost/boost/integer/
Dinteger_log2.hpp30 int integer_log2_impl(T x, int n) { in integer_log2_impl() function