Home
last modified time | relevance | path

Searched refs:set_word_shift (Results 1 – 24 of 24) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmvmin.h112 m_buf[n>>bm::set_word_shift] & (1<<(n & bm::set_word_mask)); in test()
125 unsigned nword = n >> bm::set_word_shift;
246 return m_buf[n>>bm::set_word_shift] & (1<<(n & bm::set_word_mask)); in test()
251 unsigned nword = n >> bm::set_word_shift;
H A Dbmfunc.h3572 unsigned nword = unsigned(nbit >> bm::set_word_shift); in set_bit()
3585 unsigned nword = unsigned(nbit >> bm::set_word_shift); in clear_bit()
5402 unsigned nword = unsigned(nbit >> bm::set_word_shift); in bit_block_insert()
5659 unsigned nword = unsigned(nbit >> bm::set_word_shift); in bit_block_erase()
5804 unsigned nword = unsigned(nbit >> bm::set_word_shift); in bit_block_any_range()
6008 nword = unsigned(nbit >> bm::set_word_shift); in bit_block_find_interval_end()
6104 nword = unsigned(nbit >> bm::set_word_shift); in bit_block_find_interval_start()
6167 nword = unsigned(nbit >> bm::set_word_shift); in bit_block_find_prev()
8376 unsigned nword = nbit_from >> bm::set_word_shift; in bit_find_rank()
9310 unsigned nword = nbit >> bm::set_word_shift; in set_block_bits_u64()
[all …]
H A Dbmconst.h71 const unsigned set_word_shift = 5u; variable
H A Dbmalgo_impl.h1074 unsigned nword = unsigned(nbit >> bm::set_word_shift); in combine_or()
1158 unsigned nword = unsigned(nbit >> bm::set_word_shift); in combine_xor()
1246 unsigned nword = unsigned(nbit >> bm::set_word_shift); in combine_sub()
1588 block + (nword = unsigned(left >> bm::set_word_shift)); in for_each_bit_blk()
H A Dbmsse4.h1314 …__m128i nwordA = _mm_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in sse42_set_block_bits()
1346 unsigned nword = nbit >> bm::set_word_shift; in sse42_set_block_bits()
1405 …__m128i nwordA = _mm_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in sse4_bit_block_gather_scatter()
1461 …arr[base] |= unsigned(bool(blk[nbit >> bm::set_word_shift] & (1u << (nbit & bm::set_word_mask))) <… in sse4_bit_block_gather_scatter()
H A Dbm.h2680 unsigned nword = nbit_right >> bm::set_word_shift; in count_to_test()
2734 unsigned w = block[nbit_right >> bm::set_word_shift] & in rank_corrected()
3129 unsigned nword = unsigned(nbit >> bm::set_word_shift); in get_bit()
3592 unsigned nword = nbit >> bm::set_word_shift; in set_bit_no_check()
3837 unsigned nword = unsigned(nbit >> bm::set_word_shift); in set_bit_no_check()
3918 unsigned nword = unsigned(nbit >> bm::set_word_shift); in inc()
3970 unsigned nword = unsigned(nbit >> bm::set_word_shift); in set_bit_conditional_impl()
4034 unsigned nword = unsigned(nbit >> bm::set_word_shift); in and_bit_no_check()
7165 unsigned nword = unsigned(nbit >> bm::set_word_shift); in go_to()
H A Dbmavx2.h2199 …__m256i nwordA = _mm256_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_s… in avx2_set_block_bits()
2294 unsigned nword = nbit >> bm::set_word_shift; in avx2_set_block_bits()
2472 unsigned nword = nbit >> bm::set_word_shift; in avx2_set_block_bits3()
2793 … nwordA = _mm256_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in avx2_bit_block_gather_scatter()
2841 …arr[base] |= unsigned(bool(blk[nbit >> bm::set_word_shift] & (1u << (nbit & bm::set_word_mask))) <… in avx2_bit_block_gather_scatter()
H A Dbmbmatrix.h972 unsigned nword = unsigned(nbit >> bm::set_word_shift); in get_octet()
1083 unsigned nword = unsigned(nbit >> bm::set_word_shift); in get_half_octet()
H A Dbmaggregator.h1385 unsigned nword = unsigned(single_bit_idx >> bm::set_word_shift); in process_bit_blocks_and()
1436 unsigned nword = unsigned(single_bit_idx >> bm::set_word_shift); in process_bit_blocks_sub()
H A Dbmavx512.h1468 … nwordA = _mm256_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in avx2_bit_block_gather_scatter()
1516 …arr[base] |= unsigned(bool(blk[nbit >> bm::set_word_shift] & (1u << (nbit & bm::set_word_mask))) <… in avx2_bit_block_gather_scatter()
H A Dencoding.h1641 unsigned nword = (val >> bm::set_word_shift); in bic_decode_u16_cm_bitset()
1737 unsigned nword = (val >> bm::set_word_shift); in bic_decode_u16_rg_bitset()
H A Dbmsparsevec.h1314 unsigned nword = unsigned(nbit >> bm::set_word_shift); in extract_range()
1351 nword = unsigned(nbit >> bm::set_word_shift); in extract_range()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmvmin.h112 m_buf[n>>bm::set_word_shift] & (1<<(n & bm::set_word_mask)); in test()
125 unsigned nword = n >> bm::set_word_shift;
246 return m_buf[n>>bm::set_word_shift] & (1<<(n & bm::set_word_mask)); in test()
251 unsigned nword = n >> bm::set_word_shift;
H A Dbmfunc.h3572 unsigned nword = unsigned(nbit >> bm::set_word_shift); in set_bit()
3585 unsigned nword = unsigned(nbit >> bm::set_word_shift); in clear_bit()
5402 unsigned nword = unsigned(nbit >> bm::set_word_shift); in bit_block_insert()
5659 unsigned nword = unsigned(nbit >> bm::set_word_shift); in bit_block_erase()
5804 unsigned nword = unsigned(nbit >> bm::set_word_shift); in bit_block_any_range()
6008 nword = unsigned(nbit >> bm::set_word_shift); in bit_block_find_interval_end()
6104 nword = unsigned(nbit >> bm::set_word_shift); in bit_block_find_interval_start()
6167 nword = unsigned(nbit >> bm::set_word_shift); in bit_block_find_prev()
8376 unsigned nword = nbit_from >> bm::set_word_shift; in bit_find_rank()
9310 unsigned nword = nbit >> bm::set_word_shift; in set_block_bits_u64()
[all …]
H A Dbmconst.h71 const unsigned set_word_shift = 5u; variable
H A Dbmalgo_impl.h1074 unsigned nword = unsigned(nbit >> bm::set_word_shift); in combine_or()
1158 unsigned nword = unsigned(nbit >> bm::set_word_shift); in combine_xor()
1246 unsigned nword = unsigned(nbit >> bm::set_word_shift); in combine_sub()
1588 block + (nword = unsigned(left >> bm::set_word_shift)); in for_each_bit_blk()
H A Dbmsse4.h1314 …__m128i nwordA = _mm_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in sse42_set_block_bits()
1346 unsigned nword = nbit >> bm::set_word_shift; in sse42_set_block_bits()
1405 …__m128i nwordA = _mm_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in sse4_bit_block_gather_scatter()
1461 …arr[base] |= unsigned(bool(blk[nbit >> bm::set_word_shift] & (1u << (nbit & bm::set_word_mask))) <… in sse4_bit_block_gather_scatter()
H A Dbm.h2680 unsigned nword = nbit_right >> bm::set_word_shift; in count_to_test()
2734 unsigned w = block[nbit_right >> bm::set_word_shift] & in rank_corrected()
3129 unsigned nword = unsigned(nbit >> bm::set_word_shift); in get_bit()
3592 unsigned nword = nbit >> bm::set_word_shift; in set_bit_no_check()
3837 unsigned nword = unsigned(nbit >> bm::set_word_shift); in set_bit_no_check()
3918 unsigned nword = unsigned(nbit >> bm::set_word_shift); in inc()
3970 unsigned nword = unsigned(nbit >> bm::set_word_shift); in set_bit_conditional_impl()
4034 unsigned nword = unsigned(nbit >> bm::set_word_shift); in and_bit_no_check()
7165 unsigned nword = unsigned(nbit >> bm::set_word_shift); in go_to()
H A Dbmavx2.h2199 …__m256i nwordA = _mm256_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_s… in avx2_set_block_bits()
2294 unsigned nword = nbit >> bm::set_word_shift; in avx2_set_block_bits()
2472 unsigned nword = nbit >> bm::set_word_shift; in avx2_set_block_bits3()
2793 … nwordA = _mm256_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in avx2_bit_block_gather_scatter()
2841 …arr[base] |= unsigned(bool(blk[nbit >> bm::set_word_shift] & (1u << (nbit & bm::set_word_mask))) <… in avx2_bit_block_gather_scatter()
H A Dbmbmatrix.h972 unsigned nword = unsigned(nbit >> bm::set_word_shift); in get_octet()
1083 unsigned nword = unsigned(nbit >> bm::set_word_shift); in get_half_octet()
H A Dbmaggregator.h1385 unsigned nword = unsigned(single_bit_idx >> bm::set_word_shift); in process_bit_blocks_and()
1436 unsigned nword = unsigned(single_bit_idx >> bm::set_word_shift); in process_bit_blocks_sub()
H A Dbmavx512.h1468 … nwordA = _mm256_srli_epi32 (nbitA, bm::set_word_shift); // nword = nbit >> bm::set_word_shift in avx2_bit_block_gather_scatter()
1516 …arr[base] |= unsigned(bool(blk[nbit >> bm::set_word_shift] & (1u << (nbit & bm::set_word_mask))) <… in avx2_bit_block_gather_scatter()
H A Dencoding.h1641 unsigned nword = (val >> bm::set_word_shift); in bic_decode_u16_cm_bitset()
1737 unsigned nword = (val >> bm::set_word_shift); in bic_decode_u16_rg_bitset()
H A Dbmsparsevec.h1314 unsigned nword = unsigned(nbit >> bm::set_word_shift); in extract_range()
1351 nword = unsigned(nbit >> bm::set_word_shift); in extract_range()