Searched refs:round_up_to_next_pow2 (Results 1 – 1 of 1) sorted by relevance
877 static inline PETSC_CONSTEXPR_14 T round_up_to_next_pow2(T v) noexcept in round_up_to_next_pow2() function899 inline constexpr unsigned int round_up_to_next_pow2(unsigned int v) noexcept in round_up_to_next_pow2() function907 inline constexpr unsigned long round_up_to_next_pow2(unsigned long v) noexcept in round_up_to_next_pow2() function916 inline constexpr unsigned long long round_up_to_next_pow2(unsigned long long v) noexcept in round_up_to_next_pow2() function935 …const auto new_n_buckets = std::max(detail::round_up_to_next_pow2(req_size), min_n_bucket… in resize()