Home
last modified time | relevance | path

Searched refs:remap_tosv (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmsparsevec_algo.h1368 bool r = sv.remap_tosv(remap_value_vect_, SV::max_vector_size, str); in find_first_eq()
1601 remaped = sv.remap_tosv(remap_value_vect_, SV::max_vector_size, str); in find_eq_str()
1675 remaped = sv.remap_tosv(remap_value_vect_, SV::max_vector_size, str); in find_eq_str_impl()
1722 remaped = sv.remap_tosv( in bfind_eq_str()
H A Dbmstrsparsevec.h854 bool remap_tosv(value_type* BMRESTRICT sv_str,
864 bool remap_tosv(value_type* sv_str, in remap_tosv() function
868 return remap_tosv(sv_str, buf_size, str, remap_matrix2_); in remap_tosv()
1748 bool str_sparse_vector<CharType, BV, MAX_STR_SIZE>::remap_tosv( in remap_tosv() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmsparsevec_algo.h1368 bool r = sv.remap_tosv(remap_value_vect_, SV::max_vector_size, str); in find_first_eq()
1601 remaped = sv.remap_tosv(remap_value_vect_, SV::max_vector_size, str); in find_eq_str()
1675 remaped = sv.remap_tosv(remap_value_vect_, SV::max_vector_size, str); in find_eq_str_impl()
1722 remaped = sv.remap_tosv( in bfind_eq_str()
H A Dbmstrsparsevec.h854 bool remap_tosv(value_type* BMRESTRICT sv_str,
864 bool remap_tosv(value_type* sv_str, in remap_tosv() function
868 return remap_tosv(sv_str, buf_size, str, remap_matrix2_); in remap_tosv()
1748 bool str_sparse_vector<CharType, BV, MAX_STR_SIZE>::remap_tosv( in remap_tosv() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp14801 res = str_sv0.remap_tosv(&str0[0], 64, "1", remap_matrix2); in TestStrSparseVector()
14809 res = str_sv0.remap_tosv(&str0[0], 64, "2", remap_matrix2); // impossible case in TestStrSparseVector()
14813 res = str_sv0.remap_tosv(&str0[0], 64, "11", remap_matrix2); in TestStrSparseVector()
14821 res = str_sv0.remap_tosv(&str0[0], 64, "123", remap_matrix2); in TestStrSparseVector()
14831 res = str_sv0.remap_tosv(&str0[0], 64, "133", remap_matrix2); // impossible case in TestStrSparseVector()
14833 res = str_sv0.remap_tosv(&str0[0], 64, "1231", remap_matrix2); // impossible case in TestStrSparseVector()
H A Dstress32.cpp24472 res = str_sv0.remap_tosv(&str0[0], 64, "1", remap_matrix2); in TestStrSparseVector()
24480 res = str_sv0.remap_tosv(&str0[0], 64, "2", remap_matrix2); // impossible case in TestStrSparseVector()
24484 res = str_sv0.remap_tosv(&str0[0], 64, "11", remap_matrix2); in TestStrSparseVector()
24492 res = str_sv0.remap_tosv(&str0[0], 64, "123", remap_matrix2); in TestStrSparseVector()
24502 res = str_sv0.remap_tosv(&str0[0], 64, "133", remap_matrix2); // impossible case in TestStrSparseVector()
24504 res = str_sv0.remap_tosv(&str0[0], 64, "1231", remap_matrix2); // impossible case in TestStrSparseVector()