Searched defs:integer_log2_impl (Results 1 – 2 of 2) sorted by relevance
36 struct integer_log2_impl struct40 BOOST_RANDOM_DETAIL_CONSTEXPR static int apply(T t, int accum) in apply()61 struct integer_log2_impl<1> struct64 BOOST_RANDOM_DETAIL_CONSTEXPR static int apply(T t, int accum) in apply()
30 int integer_log2_impl(T x, int n) { in integer_log2_impl() function