Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp877 static inline PETSC_CONSTEXPR_14 T round_up_to_next_pow2(T v) noexcept in round_up_to_next_pow2() function
899 inline constexpr unsigned int round_up_to_next_pow2(unsigned int v) noexcept in round_up_to_next_pow2() function
907 inline constexpr unsigned long round_up_to_next_pow2(unsigned long v) noexcept in round_up_to_next_pow2() function
916 inline constexpr unsigned long long round_up_to_next_pow2(unsigned long long v) noexcept in round_up_to_next_pow2() function
935 …const auto new_n_buckets = std::max(detail::round_up_to_next_pow2(req_size), min_n_bucket… in resize()