Home
last modified time | relevance | path

Searched refs:localMatch (Results 1 – 19 of 19) sorted by relevance

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/parse_lm/
H A Dtest_parse_lm.h50 TLocalMatch localMatch; in SEQAN_DEFINE_TEST() local
53 SEQAN_ASSERT_EQ(maxU, localMatch.id); in SEQAN_DEFINE_TEST()
54 SEQAN_ASSERT_EQ(maxU, localMatch.subjectId); in SEQAN_DEFINE_TEST()
57 SEQAN_ASSERT_EQ(maxU, localMatch.queryId); in SEQAN_DEFINE_TEST()
59 SEQAN_ASSERT_EQ(maxU, localMatch.queryEndPos); in SEQAN_DEFINE_TEST()
63 TLocalMatch localMatch(0, 1, 2, 3, 4, 5, 6); in SEQAN_DEFINE_TEST()
65 SEQAN_ASSERT_EQ(0u, localMatch.id); in SEQAN_DEFINE_TEST()
66 SEQAN_ASSERT_EQ(1u, localMatch.subjectId); in SEQAN_DEFINE_TEST()
68 SEQAN_ASSERT_EQ(3u, localMatch.subjectEndPos); in SEQAN_DEFINE_TEST()
69 SEQAN_ASSERT_EQ(4u, localMatch.queryId); in SEQAN_DEFINE_TEST()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/btcsuite/btcutil/gcs/
H A Dgcsbench_test.go102 var localMatch bool
114 match = localMatch
171 localMatch bool
176 localMatch, err = test.filter.ZipMatchAny(
183 match = localMatch
195 localMatch bool
200 localMatch, err = test.filter.HashMatchAny(
207 match = localMatch
219 localMatch bool
224 localMatch, err = test.filter.MatchAny(
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/gcs/
H A Dgcsbench_test.go102 var localMatch bool
114 match = localMatch
171 localMatch bool
176 localMatch, err = test.filter.ZipMatchAny(
183 match = localMatch
195 localMatch bool
200 localMatch, err = test.filter.HashMatchAny(
207 match = localMatch
219 localMatch bool
224 localMatch, err = test.filter.MatchAny(
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/btcsuite/btcutil/gcs/
H A Dgcsbench_test.go102 var localMatch bool
114 match = localMatch
171 localMatch bool
176 localMatch, err = test.filter.ZipMatchAny(
183 match = localMatch
195 localMatch bool
200 localMatch, err = test.filter.HashMatchAny(
207 match = localMatch
219 localMatch bool
224 localMatch, err = test.filter.MatchAny(
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/gcs/
H A Dgcsbench_test.go102 var localMatch bool
114 match = localMatch
171 localMatch bool
176 localMatch, err = test.filter.ZipMatchAny(
183 match = localMatch
195 localMatch bool
200 localMatch, err = test.filter.HashMatchAny(
207 match = localMatch
219 localMatch bool
224 localMatch, err = test.filter.MatchAny(
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/gcs/
H A Dgcsbench_test.go102 var localMatch bool
114 match = localMatch
171 localMatch bool
176 localMatch, err = test.filter.ZipMatchAny(
183 match = localMatch
195 localMatch bool
200 localMatch, err = test.filter.HashMatchAny(
207 match = localMatch
219 localMatch bool
224 localMatch, err = test.filter.MatchAny(
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/gcs/
H A Dgcsbench_test.go102 var localMatch bool
114 match = localMatch
171 localMatch bool
176 localMatch, err = test.filter.ZipMatchAny(
183 match = localMatch
195 localMatch bool
200 localMatch, err = test.filter.HashMatchAny(
207 match = localMatch
219 localMatch bool
224 localMatch, err = test.filter.MatchAny(
[all …]
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/
H A Dquaternionroom.cpp125 const auto& localMatch = localUserRe.match(text, 0, MatchOpt); in checkForHighlights() local
127 if (localMatch.hasMatch() || roomMemberMatch.hasMatch()) in checkForHighlights()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DUsers.hs73 let localMatch = case fetch of function
78 case localMatch of
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DQueryAtom.cpp68 bool localMatch(ATOM_EQUALS_QUERY const *q1, ATOM_EQUALS_QUERY const *q2) { in localMatch() function
171 res = localMatch(static_cast<ATOM_EQUALS_QUERY const *>(q1), in queriesMatch()
H A DQueryBond.cpp109 bool localMatch(BOND_EQUALS_QUERY const *q1, BOND_EQUALS_QUERY const *q2) { in localMatch() function
195 res = localMatch(static_cast<BOND_EQUALS_QUERY const *>(q1), in queriesMatch()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_kappa.c3369 BlastHSPList* localMatch = NULL; in Blast_RedoAlignmentCore_MT() local
3383 entry->match = localMatch; in Blast_RedoAlignmentCore_MT()
3485 if (localMatch->hsp_array == NULL) { in Blast_RedoAlignmentCore_MT()
3496 localMatch->best_evalue, in Blast_RedoAlignmentCore_MT()
3500 Blast_HSPListFree(localMatch); in Blast_RedoAlignmentCore_MT()
3510 query_index = localMatch->query_index; in Blast_RedoAlignmentCore_MT()
3532 localMatch->oid in Blast_RedoAlignmentCore_MT()
3546 localMatch->hsp_array, /* i */ in Blast_RedoAlignmentCore_MT()
3674 localMatch->oid in Blast_RedoAlignmentCore_MT()
3702 localMatch = Blast_HSPListFree(localMatch); in Blast_RedoAlignmentCore_MT()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_kappa.c3375 BlastHSPList* localMatch = NULL; in Blast_RedoAlignmentCore_MT() local
3389 entry->match = localMatch; in Blast_RedoAlignmentCore_MT()
3493 if (localMatch->hsp_array == NULL) { in Blast_RedoAlignmentCore_MT()
3506 localMatch->best_evalue, in Blast_RedoAlignmentCore_MT()
3510 Blast_HSPListFree(localMatch); in Blast_RedoAlignmentCore_MT()
3522 query_index = localMatch->query_index; in Blast_RedoAlignmentCore_MT()
3545 localMatch->oid, in Blast_RedoAlignmentCore_MT()
3560 localMatch->hsp_array, /* i */ in Blast_RedoAlignmentCore_MT()
3689 localMatch->oid in Blast_RedoAlignmentCore_MT()
3717 localMatch = Blast_HSPListFree(localMatch); in Blast_RedoAlignmentCore_MT()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_kappa.c3375 BlastHSPList* localMatch = NULL; in Blast_RedoAlignmentCore_MT() local
3389 entry->match = localMatch; in Blast_RedoAlignmentCore_MT()
3493 if (localMatch->hsp_array == NULL) { in Blast_RedoAlignmentCore_MT()
3506 localMatch->best_evalue, in Blast_RedoAlignmentCore_MT()
3510 Blast_HSPListFree(localMatch); in Blast_RedoAlignmentCore_MT()
3522 query_index = localMatch->query_index; in Blast_RedoAlignmentCore_MT()
3545 localMatch->oid, in Blast_RedoAlignmentCore_MT()
3560 localMatch->hsp_array, /* i */ in Blast_RedoAlignmentCore_MT()
3689 localMatch->oid in Blast_RedoAlignmentCore_MT()
3717 localMatch = Blast_HSPListFree(localMatch); in Blast_RedoAlignmentCore_MT()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/parse_lm/
H A Dlocal_match_store.h337 TLocalMatch localMatch(length(store.matchStore), in appendLocalMatch()
344 appendValue(store.matchStore, localMatch); in appendLocalMatch()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/parse_lm/
H A Dlocal_match_store.h337 TLocalMatch localMatch(length(store.matchStore), in appendLocalMatch()
344 appendValue(store.matchStore, localMatch); in appendLocalMatch()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/parse_lm/
H A Dlocal_match_store.h337 TLocalMatch localMatch(length(store.matchStore), in appendLocalMatch()
344 appendValue(store.matchStore, localMatch); in appendLocalMatch()
/dports/biology/canu/canu-2.2/src/overlapAlign/
H A DcomputeOverlapAlignment.C35 double localMatch = 1; variable
44 return(localMatch); in getScore()
47 case EDLIB_EDOP_MATCH: return(localMatch); break; in getScore()
185 double localScore = localMatch * localWindow; in extend5()
336 double localScore = localMatch * localWindow; in extend3()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudafeatures2d/src/
H A Dbrute_force_matcher.cpp550 std::vector<DMatch>& localMatch = curMatches[queryIdx]; in knnMatch() local
553 for (size_t i = 0; i < localMatch.size(); ++i) in knnMatch()
554 localMatch[i].imgIdx = imgIdx; in knnMatch()
557 …std::merge(globalMatch.begin(), globalMatch.end(), localMatch.begin(), localMatch.end(), std::back… in knnMatch()