Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmalgo.h550 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in compress()
579 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in compress()
619 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in decompress()
648 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in decompress()
657 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in decompress()
H A Dbmconst.h191 BM_SORTED = 1, //!< input set is sorted (ascending order) enumerator
H A Dbmsparsevec.h1072 bv->set(r, rl, BM_SORTED); in import()
1088 bv->set(r, rl, BM_SORTED); in import()
1190 case BM_SORTED: in gather()
H A Dbmsparsevec_algo.h1106 bv_out.set(&gb_->buffer_[0], buf_cnt, BM_SORTED); in remap()
1120 bv_out.set(&gb_->buffer_[0], buf_cnt, bm::BM_SORTED); in remap()
1127 bv_out.set(&gb_->buffer_[0], buf_cnt, bm::BM_SORTED); in remap()
H A Dbmstrsparsevec.h1214 bv->set(&bit_list[0], n_bits, BM_SORTED);
H A Dbm.h3744 case BM_SORTED: in import()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmalgo.h550 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in compress()
579 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in compress()
619 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in decompress()
648 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in decompress()
657 bv_target.set(ibuffer, b_size, bm::BM_SORTED); in decompress()
H A Dbmconst.h191 BM_SORTED = 1, //!< input set is sorted (ascending order) enumerator
H A Dbmsparsevec.h1072 bv->set(r, rl, BM_SORTED); in import()
1088 bv->set(r, rl, BM_SORTED); in import()
1190 case BM_SORTED: in gather()
H A Dbmsparsevec_algo.h1106 bv_out.set(&gb_->buffer_[0], buf_cnt, BM_SORTED); in remap()
1120 bv_out.set(&gb_->buffer_[0], buf_cnt, bm::BM_SORTED); in remap()
1127 bv_out.set(&gb_->buffer_[0], buf_cnt, bm::BM_SORTED); in remap()
H A Dbmstrsparsevec.h1214 bv->set(&bit_list[0], n_bits, BM_SORTED);
H A Dbm.h3744 case BM_SORTED: in import()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp3609 bv_inv.keep(&ids[0], keep_cnt, bm::BM_SORTED); in BvectorBulkSetTest()
12587 sv.gather(target_v.data(), idx_v.data(), gather_size, BM_SORTED); in CheckSparseVectorGather()
12761 sz = sv.gather(&vect_d[0], &vect[k], 1, BM_SORTED); in TestSparseVectorGatherDecode()
12783 auto sz = sv.gather(&vect_d[0], &vect[0], vect.size(), BM_SORTED); in TestSparseVectorGatherDecode()
H A Dstress32.cpp4645 bv_inv.keep(&ids[0], keep_cnt, bm::BM_SORTED); in BvectorBulkSetTest()
22384 sv.gather(target_v.data(), idx_v.data(), gather_size, BM_SORTED); in CheckSparseVectorGather()