Home
last modified time | relevance | path

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

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmtrans.h464 const unsigned tmatrix[bm::set_block_plane_cnt][bm::set_block_plane_size],
467 unsigned tmatrix_out[bm::set_block_plane_cnt][bm::set_block_plane_size])
469 ::memset(tmatrix_out, 0, bm::set_block_plane_cnt * sizeof(*tmatrix_out));
H A Dbmdbg.h257 const unsigned distance[bm::set_block_plane_cnt][bm::set_block_plane_cnt]) in PrintDistanceMatrix() argument
259 for (unsigned i = 0; i < bm::set_block_plane_cnt; ++i) in PrintDistanceMatrix()
263 for (unsigned j = i; j < bm::set_block_plane_cnt; ++j) in PrintDistanceMatrix()
H A Dbmconst.h63 const unsigned set_block_plane_cnt = (unsigned)(sizeof(bm::word_t) * 8u); variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmtrans.h464 const unsigned tmatrix[bm::set_block_plane_cnt][bm::set_block_plane_size],
467 unsigned tmatrix_out[bm::set_block_plane_cnt][bm::set_block_plane_size])
469 ::memset(tmatrix_out, 0, bm::set_block_plane_cnt * sizeof(*tmatrix_out));
H A Dbmdbg.h257 const unsigned distance[bm::set_block_plane_cnt][bm::set_block_plane_cnt]) in PrintDistanceMatrix() argument
259 for (unsigned i = 0; i < bm::set_block_plane_cnt; ++i) in PrintDistanceMatrix()
263 for (unsigned j = i; j < bm::set_block_plane_cnt; ++j) in PrintDistanceMatrix()
H A Dbmconst.h63 const unsigned set_block_plane_cnt = (unsigned)(sizeof(bm::word_t) * 8u); variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress32.cpp16634 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16639 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16652 unsigned BM_ALIGN16 distance[bm::set_block_plane_cnt][bm::set_block_plane_cnt]; in BitBlockTransposeTest()
16654 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16662 for (unsigned i = 0; i < bm::set_block_plane_cnt; ++i) in BitBlockTransposeTest()
16706 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16710 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16731 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16735 bm::set_block_plane_cnt, in BitBlockTransposeTest()
16755 bm::set_block_plane_cnt, in BitBlockTransposeTest()
[all …]