Home
last modified time | relevance | path

Searched refs:const_pow (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/random/detail/
Dseed_impl.hpp73 inline T const_pow(T arg, int n) { return const_pow_impl<N>::call(arg, n, T(1)); } in const_pow() function
82 const_pow<std::numeric_limits<T>::digits / max_bits>(multiplier, n / max_bits); in pow2()