Home
last modified time | relevance | path

Searched refs:total_hits (Results 1 – 25 of 126) sorted by relevance

123456

/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_nascan.c104 Int4 total_hits = 0; in s_BlastNaScanSubject_8_4() local
133 return total_hits; in s_BlastNaScanSubject_8_4()
157 Int4 total_hits = 0; in s_BlastNaScanSubject_Any() local
277 return total_hits; in s_BlastNaScanSubject_Any()
424 return total_hits; in s_BlastSmallNaScanSubject_8_4()
540 return total_hits; in s_BlastSmallNaScanSubject_Any()
622 return total_hits; in s_BlastSmallNaScanSubject_4_1()
702 return total_hits; in s_BlastSmallNaScanSubject_5_1()
783 return total_hits; in s_BlastSmallNaScanSubject_6_1()
1625 return total_hits; in s_MBScanSubject_Any()
[all …]
H A Dblast_diagnostics.c103 Int4 total_hits, Int4 extended_hits, in Blast_UngappedStatsUpdate() argument
106 if (!ungapped_stats || total_hits == 0) in Blast_UngappedStatsUpdate()
109 ungapped_stats->lookup_hits += total_hits; in Blast_UngappedStatsUpdate()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_nascan.c104 Int4 total_hits = 0; in s_BlastNaScanSubject_8_4() local
133 return total_hits; in s_BlastNaScanSubject_8_4()
157 Int4 total_hits = 0; in s_BlastNaScanSubject_Any() local
277 return total_hits; in s_BlastNaScanSubject_Any()
424 return total_hits; in s_BlastSmallNaScanSubject_8_4()
540 return total_hits; in s_BlastSmallNaScanSubject_Any()
622 return total_hits; in s_BlastSmallNaScanSubject_4_1()
702 return total_hits; in s_BlastSmallNaScanSubject_5_1()
783 return total_hits; in s_BlastSmallNaScanSubject_6_1()
1625 return total_hits; in s_MBScanSubject_Any()
[all …]
H A Dblast_diagnostics.c103 Int4 total_hits, Int4 extended_hits, in Blast_UngappedStatsUpdate() argument
106 if (!ungapped_stats || total_hits == 0) in Blast_UngappedStatsUpdate()
109 ungapped_stats->lookup_hits += total_hits; in Blast_UngappedStatsUpdate()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_nascan.c104 Int4 total_hits = 0; in s_BlastNaScanSubject_8_4() local
133 return total_hits; in s_BlastNaScanSubject_8_4()
157 Int4 total_hits = 0; in s_BlastNaScanSubject_Any() local
277 return total_hits; in s_BlastNaScanSubject_Any()
424 return total_hits; in s_BlastSmallNaScanSubject_8_4()
540 return total_hits; in s_BlastSmallNaScanSubject_Any()
622 return total_hits; in s_BlastSmallNaScanSubject_4_1()
702 return total_hits; in s_BlastSmallNaScanSubject_5_1()
783 return total_hits; in s_BlastSmallNaScanSubject_6_1()
1625 return total_hits; in s_MBScanSubject_Any()
[all …]
H A Dblast_diagnostics.c103 Int4 total_hits, Int4 extended_hits, in Blast_UngappedStatsUpdate() argument
106 if (!ungapped_stats || total_hits == 0) in Blast_UngappedStatsUpdate()
109 ungapped_stats->lookup_hits += total_hits; in Blast_UngappedStatsUpdate()
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Search/
H A DHits.pm21 total_hits => undef,
58 $self->{total_hits} = $collector->get_total_hits;
67 sub total_hits { subroutine
70 unless defined $self->{total_hits};
71 return $self->{total_hits};
77 unless defined $self->{total_hits};
87 unless defined $self->{total_hits};
/dports/textproc/p5-Plucene/Plucene-1.25/lib/Plucene/Search/
H A DIndexSearcher.pm92 return Plucene::Search::TopDocs->new({ total_hits => 0, score_docs => [] })
102 my $total_hits = 0; # Dunno why this is an array in Java
114 $total_hits++;
130 total_hits => $total_hits,
/dports/www/interchange/interchange-5.6.3/extensions/benchtimes/bin/
H A Dbenchtimes27 my %total_hits;
107 $total_hits{$ip}++;
131 total_hits => \%total_hits,
138 total_hits => '%6d hits',
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/t/
H A D503-booleanquery.t45 is( $hits->total_hits, 4, "single clause" );
53 is( $hits->total_hits, 3, "c +d" );
61 is( $hits->total_hits, 2, "c +d -e" );
72 is( $hits->total_hits, 6, "nested BooleanQuery" );
H A D509-multi_searcher.t34 is( $hits->total_hits, 1, "Find hit in first searcher" );
37 is( $hits->total_hits, 1, "Find hit in second searcher" );
40 is( $hits->total_hits, 2, "Find hits in both searchers" );
H A D601-queryparser.t154 is( $hits->total_hits, $logical_tests[$i][0], "OR: $qstring" );
159 is( $hits->total_hits, $logical_tests[$i][1], "AND: $qstring" );
164 is( $hits->total_hits, $logical_tests[$i][2], "stoplist-OR: $qstring" );
169 is( $hits->total_hits, $logical_tests[$i][3],
H A D213-segment_merging.t64 is( $hits->total_hits, 10, "correct total_hits from merged invindex" );
66 push @got, $hits->fetch_hit_hashref->{letters} for 1 .. $hits->total_hits;
79 is( $hits->total_hits, 1, "correct total_hits after add_invindexes" );
H A D604-simple_search.t54 is( $hits->total_hits, $expected, $message );
58 is( $hits->total_hits, $expected, "OR: $message" );
62 is( $hits->total_hits, $expected, "AND: $message" );
/dports/www/ilias/ILIAS-5.4.25/Services/Search/classes/Lucene/
H A Dclass.ilLuceneSearchResult.php40 private $total_hits = 0; variable in ilLuceneSearchResult
211 $this->total_hits = $a_hits;
221 return $this->total_hits;
/dports/www/ilias6/ILIAS-6.14/Services/Search/classes/Lucene/
H A Dclass.ilLuceneSearchResult.php40 private $total_hits = 0; variable in ilLuceneSearchResult
211 $this->total_hits = $a_hits;
221 return $this->total_hits;
/dports/x11-fm/nautilus/nautilus-41.1/test/automated/displayless/
H A Dtest-nautilus-search-engine-simple.c3 static guint total_hits = 0; variable
13 total_hits += 1; in hits_added_cb()
71 g_assert_cmpint (total_hits, ==, 3); in main()
H A Dtest-nautilus-search-engine.c3 static guint total_hits = 0; variable
13 total_hits += 1; in hits_added_cb()
71 g_assert_cmpint (total_hits, ==, 3); in main()
H A Dtest-nautilus-search-engine-model.c3 static guint total_hits = 0; variable
14 total_hits += 1; in hits_added_cb()
76 g_assert_cmpint (total_hits, ==, 3); in main()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/dreyfus/src/
H A Ddreyfus_fabric_group2.erl27 total_hits,
54 total_hits = 0,
76 #state{total_hits=TotalHits, total_grouped_hits=TotalGroupedHits,
91 total_hits=MergedTotalHits,
153 #state{limit = Limit, sort = Sort, total_hits = TotalHits,
/dports/comms/gammu/gammu-1.42.0/contrib/coveragehelper/
H A Dmerge-cobertura.py75 total_hits = 0
83 total_hits += hits
85 result['_'] = 1.0 * total_hits / total_lines
86 result['_hits'] = total_hits
/dports/games/retroarch/RetroArch-1.9.7/deps/rcheevos/src/rcheevos/
H A Dcondset.c171 unsigned total_hits = 0; in rc_test_condset_internal() local
287 total_hits = condition->current_hits; in rc_test_condset_internal()
293 total_hits = (signed_hits >= 0) ? (unsigned)signed_hits : 0; in rc_test_condset_internal()
294 cond_valid = (total_hits >= condition->required_hits); in rc_test_condset_internal()
348 measured_value = total_hits; in rc_test_condset_internal()
/dports/science/py-dlib/dlib-19.22/dlib/dnn/
H A Dvalidation.h100 double total_hits = all_dets.size();
102 if (total_hits == 0)
105 precision = correct_hits / total_hits;
/dports/science/dlib-cpp/dlib-19.22/dlib/dnn/
H A Dvalidation.h100 double total_hits = all_dets.size();
102 if (total_hits == 0)
105 precision = correct_hits / total_hits;
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx/
H A Ddfa-cache.c195 int * total_hits, in rx_dfa_cache_statistics() argument
204 total_hits, in rx_dfa_cache_statistics()

123456