Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dpattern_type_mismatch.rs133 let maybe_mismatch = find_first_mismatch(cx, pat); in apply_lint()
166 fn find_first_mismatch<'tcx>(cx: &LateContext<'tcx>, pat: &Pat<'_>) -> Option<(Span, Mutability, Le… in find_first_mismatch() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dtest_util.h1114 f = bv1.find_first_mismatch(bv2, pos); in TestFindDiff()
1125 bool f2 = bv1.find_first_mismatch(bv2, pos_l, pos); in TestFindDiff()
1130 f2 = bv1.find_first_mismatch(bv2, pos_l, pos-1); in TestFindDiff()
1139 f = bv2.find_first_mismatch(bv1, pos); in TestFindDiff()
H A Dstress32.cpp621 f = bv1.find_first_mismatch(bv2, pos); in TestFindDiff()
632 bool f2 = bv1.find_first_mismatch(bv2, pos_l, pos); in TestFindDiff()
637 f2 = bv1.find_first_mismatch(bv2, pos_l, pos-1); in TestFindDiff()
645 f = bv2.find_first_mismatch(bv1, pos); in TestFindDiff()
6434 bool f = bvect_full1.find_first_mismatch(bv_target_s, pos); in AndOperationsTest()
6700 bool f = bvect_full1.find_first_mismatch(bv_target_s, pos); in OrOperationsTest()
6760 bool f = bvect_full1.find_first_mismatch(bv_target_s, pos); in OrOperationsTest()
6843 bool f = bvect_full1.find_first_mismatch(bv_target_s, pos); in OrOperationsTest()
7160 bool f = bvect_full1.find_first_mismatch(bv_target_s, pos); in SubOperationsTest()
7555 bool f = bvect1.find_first_mismatch(bv_target_s, pos); in XorOperationsTest()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmsparsevec_algo.h197 bool f = bv_null1->find_first_mismatch(*bv_null2, midx, mismatch);
213 bool f = bv_null1->find_first_mismatch(bv_tmp, midx, mismatch);
225 bool f = bv_null2->find_first_mismatch(bv_tmp, midx, mismatch);
262 bool f = bv1->find_first_mismatch(*bv2, midx, mismatch);
302 found = bv_null1->find_first_mismatch(*bv_null2, mismatch);
H A Dbm.h1944 bool found = find_first_mismatch(bvect, pos); in equal()
1959 bool find_first_mismatch(const bvector<Alloc>& bvect,
3346 bool bvector<Alloc>::find_first_mismatch( in find_first_mismatch() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmsparsevec_algo.h197 bool f = bv_null1->find_first_mismatch(*bv_null2, midx, mismatch);
213 bool f = bv_null1->find_first_mismatch(bv_tmp, midx, mismatch);
225 bool f = bv_null2->find_first_mismatch(bv_tmp, midx, mismatch);
262 bool f = bv1->find_first_mismatch(*bv2, midx, mismatch);
302 found = bv_null1->find_first_mismatch(*bv_null2, mismatch);
H A Dbm.h1944 bool found = find_first_mismatch(bvect, pos); in equal()
1959 bool find_first_mismatch(const bvector<Alloc>& bvect,
3346 bool bvector<Alloc>::find_first_mismatch( in find_first_mismatch() function