Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmrandom.h248 size_type first_nb, last_nb; in get_subset() local
249 bool b = bv_nb_.find_range(first_nb, last_nb); in get_subset()
260 std::uniform_int_distribution<size_type> dist_nb(first_nb, last_nb); in get_subset()
269 BM_ASSERT(ridx >= first_nb && ridx <= last_nb); in get_subset()
274 b = bv_nb_.find(first_nb, nb); in get_subset()
277 b = bv_nb_.find(first_nb, nb); in get_subset()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmrandom.h248 size_type first_nb, last_nb; in get_subset() local
249 bool b = bv_nb_.find_range(first_nb, last_nb); in get_subset()
260 std::uniform_int_distribution<size_type> dist_nb(first_nb, last_nb); in get_subset()
269 BM_ASSERT(ridx >= first_nb && ridx <= last_nb); in get_subset()
274 b = bv_nb_.find(first_nb, nb); in get_subset()
277 b = bv_nb_.find(first_nb, nb); in get_subset()