Home
last modified time | relevance | path

Searched refs:false_positives (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_join09.py39 ('nobloom', dict(false_positives=False, config='')),
40 ('bloom1000', dict(false_positives=False,
42 ('bloom10fp', dict(false_positives=True,
92 if self.false_positives:
107 if self.false_positives:
/dports/biology/diamond/diamond-2.0.13/src/tools/
H A Droc.cpp117 false_positives(bin_count, 0), in Histogram()
133 false_positives[i] += h.false_positives[i]; in operator +=()
141 …os << (h.coverage[i] / config.query_count) << '\t' << ((double)h.false_positives[i] / config.query… in operator <<()
146 vector<size_t> false_positives; member
179 false_positives.insert(false_positives.end(), histogram.bin_count, 0); in QueryStats()
211 ++false_positives[histogram.bin(evalue)]; in add()
233 ++false_positives[histogram.bin(evalue)]; in add()
259 t += false_positives[i]; in update_hist()
260 hist.false_positives[i] += (size_t)t; in update_hist()
279 vector<int> false_positives; member
/dports/biology/abyss/abyss-2.3.1/RResolver/btllib/tests/
H A Dcounting_bloom_filter.cpp88 std::atomic<unsigned> false_positives(0); in main() local
95 false_positives) in main()
107 false_positives += kmer_counting_bf2.contains(seq); in main()
110 std::cerr << "False positives = " << false_positives << std::endl; in main()
111 assert(false_positives < 10); in main()
H A Dbloom_filter.cpp98 std::atomic<unsigned> false_positives(0); in main() local
104 false_positives) in main()
116 false_positives += kmer_bf2.contains(seq); in main()
119 std::cerr << "False positives = " << false_positives << std::endl; in main()
120 assert(false_positives < 10); in main()
/dports/www/netsurf/netsurf-3.10/test/
H A Dbloom.c175 int false_positives = 0; in START_TEST() local
189 false_positives++; in START_TEST()
194 (false_positives * 100)/BLOOM_SIZE, in START_TEST()
196 ck_assert(false_positives < ((BLOOM_SIZE * FALSE_POSITIVE_RATE) / 100)); in START_TEST()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/selectors/
H A Dbloom.rs314 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
318 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
328 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
332 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/selectors/
H A Dbloom.rs314 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
318 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
328 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
332 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/selectors-0.21.0/
H A Dbloom.rs321 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
325 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
335 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
339 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/www/firefox/firefox-99.0/servo/components/selectors/
H A Dbloom.rs314 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
318 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
328 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
332 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/selectors-0.22.0/
H A Dbloom.rs314 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
318 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
328 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
332 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/selectors/
H A Dbloom.rs314 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
318 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
328 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
332 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/selectors/
H A Dbloom.rs314 let false_positives = (1001_usize..2000) in create_and_insert_some_stuff() localVariable
318 assert!(false_positives < 190, "{} is not < 190", false_positives); // 19%. in create_and_insert_some_stuff()
328 let false_positives = (0_usize..100) in create_and_insert_some_stuff() localVariable
332 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/mail/rspamd/rspamd-3.1/lualib/
H A Drescore_utility.lua125 local false_positives = 0
155 false_positives = false_positives + 1
205 file_stats.false_positive_rate = false_positives * 100 / no_of_ham
214 + false_positives
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/
H A Drescore_utility.lua125 local false_positives = 0
155 false_positives = false_positives + 1
205 file_stats.false_positive_rate = false_positives * 100 / no_of_ham
214 + false_positives
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/selectors/
H A Dbloom.rs325 let false_positives = in create_and_insert_some_stuff() localVariable
328 assert!(false_positives < 150, "{} is not < 150", false_positives); // 15%. in create_and_insert_some_stuff()
338 let false_positives = (0_usize .. 100).filter(|i| bf.might_contain(i)).count(); in create_and_insert_some_stuff() localVariable
340 assert!(false_positives < 20, "{} is not < 20", false_positives); // 20%. in create_and_insert_some_stuff()
/dports/archivers/py-bup/bup-0.31/lib/bup/t/
H A Dtbloom.py32 false_positives = 0
35 false_positives += 1
36 WVPASSLT(false_positives, 5)
/dports/mail/nextcloud-mail/mail/vendor/rubix/ml/docs/cross-validation/reports/
H A Dmulticlass-breakdown.md42 "false_positives": 2,
65 "false_positives": 1,
88 "false_positives": 1,
/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/test/
H A Dconftest.py32 for (pattern, flags, count) in capfd.false_positives:
59 self.false_positives.append((pattern, flags, count))
69 capfd.false_positives = []
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
151 if (defined($false_positives{$f})) {
152 next if ($false_positives{$f} eq $fulref);
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
151 if (defined($false_positives{$f})) {
152 next if ($false_positives{$f} eq $fulref);
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
136 if (defined($false_positives{$f})) {
137 next if ($false_positives{$f} eq $fulref);
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
136 if (defined($false_positives{$f})) {
137 next if ($false_positives{$f} eq $fulref);
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
136 if (defined($false_positives{$f})) {
137 next if ($false_positives{$f} eq $fulref);
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
136 if (defined($false_positives{$f})) {
137 next if ($false_positives{$f} eq $fulref);
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/scripts/
H A Ddocumentation-file-ref-check14 my %false_positives = (
136 if (defined($false_positives{$f})) {
137 next if ($false_positives{$f} eq $fulref);

123456789