Searched refs:const_pow (Results 1 – 1 of 1) sorted by relevance
73 inline T const_pow(T arg, int n) { return const_pow_impl<N>::call(arg, n, T(1)); } in const_pow() function82 const_pow<std::numeric_limits<T>::digits / max_bits>(multiplier, n / max_bits); in pow2()