Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp78 …using flag_bucket_width = std::integral_constant<unsigned long, sizeof(flags_type) * CHAR_BIT>; typedef in Petsc::khash::KHashTable
79 using flag_pairs_per_bucket = std::integral_constant<unsigned long, flag_bucket_width::value / 2>;
82 static_assert(flag_bucket_width::value % 2 == 0, "");
248 PETSC_CONSTEXPR_14 auto ret = default_bit_pattern_impl_<flag_bucket_width::value>(); in default_bit_pattern()
/petsc/src/sys/tests/
H A Dex64.cxx186 PetscCallCXX(oss << " flag bucket width: " << map_type::flag_bucket_width::value << '\n'); in view_map()