Searched refs:m_max_col (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp56 m_max_col(0),
142 { return m_num_col >= m_max_col; }
168 m_max_col = size_type(::ceil(::sqrt(2 * m_load * ::log(ln_arg))));
173 << static_cast<unsigned long>(m_max_col) << std::endl;
191 std::swap(m_max_col, other.m_max_col);
208 { m_resize_needed = m_resize_needed || m_num_col >= m_max_col; }
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp391 size_type m_max_col; member in class:pb_ds::cc_hash_max_collision_check_resize_trigger

Completed in 97 milliseconds