Home
last modified time | relevance | path

Searched refs:total_counts (Results 1 – 25 of 89) sorted by relevance

1234

/dports/chinese/wordpress-zh_CN/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-cli.php65 $total_counts = array();
72 if ( ! isset( $total_counts[ $key ] ) ) {
73 $total_counts[ $key ] = $count;
76 $total_counts[ $key ] += $count;
84 … %d comment.", "Processed %d comments.", $total_counts['processed'], 'akismet' ), number_format( $
85 …ed to Spam.", "%d comments moved to Spam.", $total_counts['spam'], 'akismet' ), number_format( $to…
87 if ( $total_counts['error'] ) {
88 …ed.", "%d comments could not be checked.", $total_counts['error'], 'akismet' ), number_format( $to…
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/plugins/akismet/
H A Dclass.akismet-cli.php65 $total_counts = array();
72 if ( ! isset( $total_counts[ $key ] ) ) {
73 $total_counts[ $key ] = $count;
76 $total_counts[ $key ] += $count;
84 … %d comment.", "Processed %d comments.", $total_counts['processed'], 'akismet' ), number_format( $
85 …ed to Spam.", "%d comments moved to Spam.", $total_counts['spam'], 'akismet' ), number_format( $to…
87 if ( $total_counts['error'] ) {
88 …ed.", "%d comments could not be checked.", $total_counts['error'], 'akismet' ), number_format( $to…
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/
H A Dlogs-to-corpus-report41 my $total_counts = {};
46 load_log($buckets, $total_counts, $f, $class, $who);
55 report($byuser->{$who}->{buckets}, $total_counts, $who);
58 final_report($total_counts);
64 my ($buckets, $total_counts, $f, $class, $who) = @_;
92 $total_counts->{$class}++;
109 my ($buckets, $total_counts, $who) = @_;
125 $nspam, as_percent($nspam, $total_counts->{spam}),
127 $nham, as_percent($nham, $total_counts->{ham}),
142 $tham, as_percent($tham, $total_counts->{ham}),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/learning/common/
H A Dtarget_histogram.cc26 return rhs.total_counts() == total_counts() && rhs.counts_ == counts_; in operator ==()
87 double total_counts = 0; in Average() local
90 total_counts += iter.second; in Average()
93 if (!total_counts) in Average()
96 return total_value / total_counts; in Average()
100 double total = total_counts(); in Normalize()
H A Dtarget_histogram_unittest.cc29 EXPECT_EQ(histogram_.total_counts(), 0u); in TEST_F()
34 EXPECT_EQ(histogram_.total_counts(), counts_1); in TEST_F()
37 EXPECT_EQ(histogram_.total_counts(), counts_1 * 2u); in TEST_F()
44 EXPECT_EQ(histogram_.total_counts(), counts_1 + counts_2); in TEST_F()
51 EXPECT_EQ(histogram_.total_counts(), 1u); in TEST_F()
56 EXPECT_EQ(histogram_.total_counts(), 2u); in TEST_F()
61 EXPECT_EQ(histogram_.total_counts(), 3u); in TEST_F()
74 EXPECT_EQ(histogram_.total_counts(), counts_1 + counts_2); in TEST_F()
176 EXPECT_EQ(histogram_.total_counts(), 0); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/learning/common/
H A Dtarget_histogram.cc26 return rhs.total_counts() == total_counts() && rhs.counts_ == counts_; in operator ==()
87 double total_counts = 0; in Average() local
90 total_counts += iter.second; in Average()
93 if (!total_counts) in Average()
96 return total_value / total_counts; in Average()
100 double total = total_counts(); in Normalize()
H A Dtarget_histogram_unittest.cc29 EXPECT_EQ(histogram_.total_counts(), 0u); in TEST_F()
34 EXPECT_EQ(histogram_.total_counts(), counts_1); in TEST_F()
37 EXPECT_EQ(histogram_.total_counts(), counts_1 * 2u); in TEST_F()
44 EXPECT_EQ(histogram_.total_counts(), counts_1 + counts_2); in TEST_F()
51 EXPECT_EQ(histogram_.total_counts(), 1u); in TEST_F()
56 EXPECT_EQ(histogram_.total_counts(), 2u); in TEST_F()
61 EXPECT_EQ(histogram_.total_counts(), 3u); in TEST_F()
74 EXPECT_EQ(histogram_.total_counts(), counts_1 + counts_2); in TEST_F()
176 EXPECT_EQ(histogram_.total_counts(), 0); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/permissions/prediction_service/
H A Dprediction_service.cc58 int total_counts = in FillInStatsFeatures() local
63 GetRatioRoundedToTwoDecimals(counts.denies, total_counts)); in FillInStatsFeatures()
65 GetRatioRoundedToTwoDecimals(counts.dismissals, total_counts)); in FillInStatsFeatures()
67 GetRatioRoundedToTwoDecimals(counts.grants, total_counts)); in FillInStatsFeatures()
69 GetRatioRoundedToTwoDecimals(counts.ignores, total_counts)); in FillInStatsFeatures()
73 features->set_prompts_count(std::min(total_counts, 100)); in FillInStatsFeatures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/search/search_result_ranker/
H A Dapp_launch_predictor.cc149 frequency_table.set_total_counts(frequency_table.total_counts() + 1); in Train()
173 if (frequency_table.total_counts() > 0) { in Rank()
174 const int total_counts = frequency_table.total_counts(); in Rank() local
177 static_cast<float>(pair.second) / total_counts * weight; in Rank()
231 int total_counts = 0; in FromProto() local
235 total_counts += new_frequency; in FromProto()
239 new_table.set_total_counts(total_counts); in FromProto()
H A Drecurrence_predictor.cc360 frequency_table.set_total_counts(frequency_table.total_counts() + 1); in Train()
378 if (frequency_table.total_counts() > 0) { in Rank()
379 const int total_counts = frequency_table.total_counts(); in Rank() local
382 static_cast<float>(pair.second) / total_counts * weight; in Rank()
424 it_table->second.set_total_counts(it_table->second.total_counts() - in DecayAll()
437 if (it_table->second.total_counts() == 0) { in DecayAll()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/learning/impl/
H A Drandom_number_generator_unittest.cc27 size_t total_counts = min_counts; in GenerateAndVerify() local
36 total_counts += c; in GenerateAndVerify()
56 EXPECT_EQ(total_counts, n); in GenerateAndVerify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/learning/impl/
H A Drandom_number_generator_unittest.cc27 size_t total_counts = min_counts; in GenerateAndVerify() local
36 total_counts += c; in GenerateAndVerify()
56 EXPECT_EQ(total_counts, n); in GenerateAndVerify()
/dports/biology/kallisto/kallisto-0.46.1/src/
H A DMinCollector.cpp280 auto total_counts = 0; in get_mean_frag_len() local
284 total_counts += flens[i]; in get_mean_frag_len()
288 if (total_counts == 0) { in get_mean_frag_len()
300 const_cast<double&>(mean_fl) = total_mass / static_cast<double>(total_counts); in get_mean_frag_len()
309 size_t total_counts = 0; in get_sd_frag_len() local
313 total_counts += flens[i]; in get_sd_frag_len()
317 double sd_fl = std::sqrt(total_mass/total_counts); in get_sd_frag_len()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Drtl.c445 int total_counts = 0; in dump_rtx_statistics() local
454 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
461 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
466 "Total", total_counts, total_sizes); in dump_rtx_statistics()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Drtl.c445 int total_counts = 0; in dump_rtx_statistics() local
454 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
461 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
466 "Total", total_counts, total_sizes); in dump_rtx_statistics()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Drtl.c442 int total_counts = 0; in dump_rtx_statistics() local
451 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
458 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
463 "Total", total_counts, total_sizes); in dump_rtx_statistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A Dallocator_shim_unittest.cc628 auto total_counts = [](const std::vector<size_t>& counts) { in TEST_F() local
635 size_t counts_after = total_counts(allocs_intercepted_by_size); in TEST_F()
645 counts_after = total_counts(allocs_intercepted_by_size); in TEST_F()
653 counts_after = total_counts(allocs_intercepted_by_size); in TEST_F()
660 counts_after = total_counts(allocs_intercepted_by_size); in TEST_F()
668 counts_after = total_counts(allocs_intercepted_by_size); in TEST_F()
/dports/math/py-altgraph/altgraph-0.15/altgraph_tests/
H A Dtest_graphutil.py68 total_counts = sum(counts.values())
71 P[degree] = count * 1.0 / total_counts
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/altgraph/altgraph_tests/
H A Dtest_graphutil.py68 total_counts = sum(counts.values())
71 P[degree] = count * 1.0 / total_counts
/dports/www/firefox-legacy/firefox-52.8.0esr/python/altgraph/altgraph_tests/
H A Dtest_graphutil.py68 total_counts = sum(counts.values())
71 P[degree] = count * 1.0 / total_counts
/dports/devel/py-pyinstaller/PyInstaller-3.5/tests/unit/test_altgraph/
H A Dtest_graphutil.py68 total_counts = sum(counts.values())
71 P[degree] = count * 1.0 / total_counts
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/fastq_screen/
H A Dfastq_screen.py343 total_counts = sum([c for c in dd["bisulfite_counts"].values()])
344 org_counts[org] += total_counts
345 max_count = max(max_count, total_counts)
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Drtl.c704 int total_counts = 0; in dump_rtx_statistics() local
720 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
727 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
732 "Total", total_counts, total_sizes); in dump_rtx_statistics()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Drtl.c704 int total_counts = 0; in dump_rtx_statistics() local
720 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
727 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
732 "Total", total_counts, total_sizes); in dump_rtx_statistics()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Drtl.c704 int total_counts = 0; in dump_rtx_statistics() local
720 total_counts += rtx_alloc_counts[i]; in dump_rtx_statistics()
727 total_counts += rtvec_alloc_counts; in dump_rtx_statistics()
732 "Total", total_counts, total_sizes); in dump_rtx_statistics()

1234