Home
last modified time | relevance | path

Searched refs:stats1 (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Ddescriptive_statistics_test.cc26 stats1->Notify(x); in NotifyEither()
34 Stats stats1, stats2; in TEST() local
42 NotifyEither(x, &rng, &stats1, &stats2); in TEST()
51 stats1.Assimilate(stats2); in TEST()
52 EXPECT_NEAR(mean, stats1.Mean(), 0.01); in TEST()
60 Stats stats1, stats2; in TEST() local
77 stats1.Assimilate(stats2); in TEST()
79 EXPECT_NEAR(0.0, stats1.Min(), 0.01); in TEST()
80 EXPECT_NEAR(256.0, stats1.Max(), 0.01); in TEST()
107 Stats stats1, stats2; in TEST() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddescriptive_statistics_test.cc26 stats1->Notify(x); in NotifyEither()
34 Stats stats1, stats2; in TEST() local
42 NotifyEither(x, &rng, &stats1, &stats2); in TEST()
51 stats1.Assimilate(stats2); in TEST()
52 EXPECT_NEAR(mean, stats1.Mean(), 0.01); in TEST()
60 Stats stats1, stats2; in TEST() local
77 stats1.Assimilate(stats2); in TEST()
79 EXPECT_NEAR(0.0, stats1.Min(), 0.01); in TEST()
80 EXPECT_NEAR(256.0, stats1.Max(), 0.01); in TEST()
107 Stats stats1, stats2; in TEST() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Ddescriptive_statistics_test.cc26 stats1->Notify(x); in NotifyEither()
34 Stats stats1, stats2; in TEST() local
42 NotifyEither(x, &rng, &stats1, &stats2); in TEST()
51 stats1.Assimilate(stats2); in TEST()
52 EXPECT_NEAR(mean, stats1.Mean(), 0.01); in TEST()
60 Stats stats1, stats2; in TEST() local
77 stats1.Assimilate(stats2); in TEST()
79 EXPECT_NEAR(0.0, stats1.Min(), 0.01); in TEST()
80 EXPECT_NEAR(256.0, stats1.Max(), 0.01); in TEST()
107 Stats stats1, stats2; in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dttest.py60 stats1 = _MakeSampleStats(sample1)
62 t = _TValue(stats1, stats2)
63 df = _DegreesOfFreedom(stats1, stats2)
78 def _TValue(stats1, stats2): argument
95 if stats1.var == 0 and stats2.var == 0:
98 stats1.mean - stats2.mean,
99 math.sqrt(stats1.var / stats1.size + stats2.var / stats2.size))
102 def _DegreesOfFreedom(stats1, stats2): argument
126 if stats1.size < 2:
131 (stats1.var / stats1.size + stats2.var / stats2.size)**2,
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/cases/
H A Dcase-verb-stats1.sh1 run_mlr --oxtab stats1 -a mean,sum,count,min,max,antimode,mode -f i,x,y $indir/abixy
2 run_mlr --oxtab stats1 -a min,p10,p50,median,antimode,mode,p90,max -f i,x,y $indir/abixy
3 run_mlr --oxtab stats1 -a mean,meaneb,stddev -f i,x,y $indir/abixy
4 run_mlr --oxtab stats1 -s -a mean,sum,count,min,max,antimode,mode -f i,x,y $indir/abixy
6 run_mlr --oxtab stats1 -a mean,sum,count,min,max,antimode,mode -f i,x,y -g a $indir/abixy
7 run_mlr --oxtab stats1 -a min,p10,p50,median,antimode,mode,p90,max -f i,x,y -g a $indir/abixy
16 run_mlr --oxtab stats1 -a min,p0,p50,p100,max -f x,y,z $indir/string-numeric-ordering.dkvp
18 run_mlr --oxtab stats1 -a mean -f x $indir/abixy-het
19 run_mlr --oxtab stats1 -a mean -f x -g a $indir/abixy-het
21 run_mlr --oxtab stats1 -a p0,p50,p100 -f x,y $indir/near-ovf.dkvp
[all …]
H A Dcase-c-verb-stats1-regexed-field-names.sh1 run_mlr --from $indir/abixy --opprint stats1 -a sum -g a,b -f i,x,y
3 run_mlr --from $indir/abixy --opprint stats1 -a sum --gr '^[a-h]$' --fr '^[i-z]$'
4 run_mlr --from $indir/abixy --opprint stats1 -a sum -g a,b --fr '^[i-z]$'
5 run_mlr --from $indir/abixy --opprint stats1 -a sum --gr '^[a-h]$' -f i,x,y
7 run_mlr --from $indir/abixy --opprint stats1 -a sum --gx '^[i-z]$' --fx '^[a-h]$'
8 run_mlr --from $indir/abixy --opprint stats1 -a sum -g a,b --fx '^[a-h]$'
9 run_mlr --from $indir/abixy --opprint stats1 -a sum --gx '^[i-z]$' -f i,x,y
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/querier/stats/
H A Dstats_test.go64 stats1 := &Stats{}
65 stats1.AddWallTime(time.Millisecond)
66 stats1.AddFetchedSeries(50)
67 stats1.AddFetchedChunkBytes(42)
74 stats1.Merge(stats2)
77 assert.Equal(t, uint64(110), stats1.LoadFetchedSeries())
82 var stats1 *Stats
85 stats1.Merge(stats2)
87 assert.Equal(t, time.Duration(0), stats1.LoadWallTime())
88 assert.Equal(t, uint64(0), stats1.LoadFetchedSeries())
[all …]
/dports/net/rclone/rclone-1.57.0/fs/accounting/
H A Dstats_groups_test.go48 stats1 := NewStats(ctx)
49 stats1.bytes = 5
50 stats1.errors = 6
51 stats1.oldDuration = time.Second
52 stats1.oldTimeRanges = []timeRange{{time.Now(), time.Now().Add(time.Second)}}
59 sg.set(ctx, "test1", stats1)
62 assert.Equal(t, stats1.bytes+stats2.bytes, sum.bytes)
63 assert.Equal(t, stats1.errors+stats2.errors, sum.errors)
64 assert.Equal(t, stats1.oldDuration+stats2.oldDuration, sum.oldDuration)
67 a := timeRanges{stats1.oldTimeRanges[0], stats2.oldTimeRanges[0]}
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/storaged/tests/
H A Dstoraged_test.cpp214 EXPECT_LE(stats1.read_ios, stats2.read_ios); in expect_increasing()
217 EXPECT_LE(stats1.read_ticks, stats2.read_ticks); in expect_increasing()
218 EXPECT_LE(stats1.write_ios, stats2.write_ios); in expect_increasing()
222 EXPECT_LE(stats1.io_ticks, stats2.io_ticks); in expect_increasing()
225 EXPECT_TRUE(stats1.read_ios < stats2.read_ios || in expect_increasing()
226 stats1.read_merges < stats2.read_merges || in expect_increasing()
228 stats1.read_ticks < stats2.read_ticks || in expect_increasing()
229 stats1.write_ios < stats2.write_ios || in expect_increasing()
232 stats1.write_ticks < stats2.write_ticks || in expect_increasing()
233 stats1.io_ticks < stats2.io_ticks || in expect_increasing()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/storaged/tests/
H A Dstoraged_test.cpp214 EXPECT_LE(stats1.read_ios, stats2.read_ios); in expect_increasing()
217 EXPECT_LE(stats1.read_ticks, stats2.read_ticks); in expect_increasing()
218 EXPECT_LE(stats1.write_ios, stats2.write_ios); in expect_increasing()
222 EXPECT_LE(stats1.io_ticks, stats2.io_ticks); in expect_increasing()
225 EXPECT_TRUE(stats1.read_ios < stats2.read_ios || in expect_increasing()
226 stats1.read_merges < stats2.read_merges || in expect_increasing()
228 stats1.read_ticks < stats2.read_ticks || in expect_increasing()
229 stats1.write_ios < stats2.write_ios || in expect_increasing()
232 stats1.write_ticks < stats2.write_ticks || in expect_increasing()
233 stats1.io_ticks < stats2.io_ticks || in expect_increasing()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/stats/test/
H A DStreamingStatsTest.cpp47 StreamingStats<double> stats1; in TEST() local
49 stats1.add(i); in TEST()
52 StreamingStats<double> stats2(stats1.state()); in TEST()
53 EXPECT_EQ(stats1.count(), stats2.count()); in TEST()
54 EXPECT_EQ(stats1.mean(), stats2.mean()); in TEST()
55 EXPECT_EQ(stats1.m2(), stats2.m2()); in TEST()
56 EXPECT_EQ(stats1.minimum(), stats2.minimum()); in TEST()
57 EXPECT_EQ(stats1.maximum(), stats2.maximum()); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/test/controller/
H A Dtest_ccachestats.py164 stats1 = CCacheStats(self.STAT1)
166 stats_diff = stats2 - stats1
171 stats1 = CCacheStats(self.STAT1)
173 stats_diff_zero = stats1 - stats1
174 stats_diff_negative1 = stats0 - stats1
175 stats_diff_negative2 = stats1 - stats2
178 self.assertTrue(stats1)
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/test/controller/
H A Dtest_ccachestats.py186 stats1 = CCacheStats(self.STAT1)
188 stats_diff = stats2 - stats1
193 stats1 = CCacheStats(self.STAT1)
195 stats_diff_zero = stats1 - stats1
196 stats_diff_negative1 = stats0 - stats1
197 stats_diff_negative2 = stats1 - stats2
200 self.assertTrue(stats1)
/dports/mail/osbf-lua/osbf-lua-2.0.4/spamfilter/
H A Dspamfilter_commands.lua208 "Buckets used (%):", stats1.use * 100,
209 "Bucket size (bytes):", stats1.bucket_size,
210 "Header size (bytes):", stats1.header_size)
215 "Number of chains:", stats1.chains,
219 "Buckets unreachable:", stats1.unreachable,
220 "Trainings:", stats1.learnings)
223 if stats1.classifications + stats1.mistakes - stats2.mistakes > 0 then
224 error_rate1 = stats1.mistakes /
225 (stats1.classifications + stats1.mistakes - stats2.mistakes)
232 "Learned mistakes:", stats1.mistakes,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/controller/
H A Dtest_ccachestats.py240 stats1 = CCacheStats(self.STAT1)
242 stats_diff = stats2 - stats1
247 stats1 = CCacheStats(self.STAT1)
249 stats_diff_zero = stats1 - stats1
250 stats_diff_negative1 = stats0 - stats1
251 stats_diff_negative2 = stats1 - stats2
254 self.assertTrue(stats1)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/controller/
H A Dtest_ccachestats.py240 stats1 = CCacheStats(self.STAT1)
242 stats_diff = stats2 - stats1
247 stats1 = CCacheStats(self.STAT1)
249 stats_diff_zero = stats1 - stats1
250 stats_diff_negative1 = stats0 - stats1
251 stats_diff_negative2 = stats1 - stats2
254 self.assertTrue(stats1)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/test/controller/
H A Dtest_ccachestats.py236 stats1 = CCacheStats(self.STAT1)
238 stats_diff = stats2 - stats1
243 stats1 = CCacheStats(self.STAT1)
245 stats_diff_zero = stats1 - stats1
246 stats_diff_negative1 = stats0 - stats1
247 stats_diff_negative2 = stats1 - stats2
250 self.assertTrue(stats1)
/dports/finance/R-cran-timeSeries/timeSeries/R/
H A Dfin-periodical.R120 stats1 <- matrix(z, ncol = 1) functionVar
121 row.names(stats1) <- znames
127 stats1 = rbind(stats1,
142 stats <- cbind.data.frame(stats, stats1)
144 stats <- stats1
192 stats1 <- c( vector
199 stats <- rbind(stats, stats1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dstatistics_table_unittest.cc103 InteractionsStats stats1 = test_data(); in TEST_F() local
107 EXPECT_TRUE(db()->AddRow(stats1)); in TEST_F()
111 UnorderedElementsAre(stats1, stats2)); in TEST_F()
118 InteractionsStats stats1 = test_data(); in TEST_F() local
119 stats1.update_time = base::Time::FromTimeT(1); in TEST_F()
130 EXPECT_TRUE(db()->AddRow(stats1)); in TEST_F()
135 UnorderedElementsAre(stats1, stats2, stats3, stats4)); in TEST_F()
136 EXPECT_THAT(db()->GetRows(stats1.origin_domain), ElementsAre(stats1)); in TEST_F()
145 EXPECT_THAT(db()->GetRows(stats1.origin_domain), IsEmpty()); in TEST_F()
156 EXPECT_THAT(db()->GetRows(stats1.origin_domain), IsEmpty()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dstatistics_table_unittest.cc102 InteractionsStats stats1 = test_data(); in TEST_F() local
106 EXPECT_TRUE(db()->AddRow(stats1)); in TEST_F()
110 UnorderedElementsAre(stats1, stats2)); in TEST_F()
117 InteractionsStats stats1 = test_data(); in TEST_F() local
118 stats1.update_time = base::Time::FromTimeT(1); in TEST_F()
129 EXPECT_TRUE(db()->AddRow(stats1)); in TEST_F()
134 UnorderedElementsAre(stats1, stats2, stats3, stats4)); in TEST_F()
135 EXPECT_THAT(db()->GetRows(stats1.origin_domain), ElementsAre(stats1)); in TEST_F()
144 EXPECT_THAT(db()->GetRows(stats1.origin_domain), IsEmpty()); in TEST_F()
155 EXPECT_THAT(db()->GetRows(stats1.origin_domain), IsEmpty()); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/controller/
H A Dtest_ccachestats.py367 stats1 = CCacheStats(self.STAT1)
369 stats_diff = stats2 - stats1
374 stats1 = CCacheStats(self.STAT1)
376 stats_diff_zero = stats1 - stats1
377 stats_diff_negative1 = stats0 - stats1
378 stats_diff_negative2 = stats1 - stats2
381 self.assertTrue(stats1)
/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-c-verb-stats1-regexed-field-names.sh.out2 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum -g a,b -f i,x,y
15 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum --gr ^[a-h]$ --fr ^[i-z]$
28 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum -g a,b --fr ^[i-z]$
41 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum --gr ^[a-h]$ -f i,x,y
54 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum --gx ^[i-z]$ --fx ^[a-h]$
67 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum -g a,b --fx ^[a-h]$
80 mlr --from ./reg-test/input/abixy --opprint stats1 -a sum --gx ^[i-z]$ -f i,x,y
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp75 StackDepotStats stats1 = *chainedOriginDepot.GetStats(); in TEST() local
76 EXPECT_EQ(stats1.n_uniq_ids, stats0.n_uniq_ids + 1); in TEST()
77 EXPECT_GT(stats1.allocated, stats0.allocated); in TEST()
81 EXPECT_EQ(stats2.n_uniq_ids, stats1.n_uniq_ids); in TEST()
82 EXPECT_EQ(stats2.allocated, stats1.allocated); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp75 StackDepotStats stats1 = chainedOriginDepot.GetStats(); in TEST() local
76 EXPECT_EQ(stats1.n_uniq_ids, stats0.n_uniq_ids + 1); in TEST()
77 EXPECT_GT(stats1.allocated, stats0.allocated); in TEST()
81 EXPECT_EQ(stats2.n_uniq_ids, stats1.n_uniq_ids); in TEST()
82 EXPECT_EQ(stats2.allocated, stats1.allocated); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_chained_origin_depot_test.cpp75 StackDepotStats stats1 = *chainedOriginDepot.GetStats(); in TEST() local
76 EXPECT_EQ(stats1.n_uniq_ids, stats0.n_uniq_ids + 1); in TEST()
77 EXPECT_GT(stats1.allocated, stats0.allocated); in TEST()
81 EXPECT_EQ(stats2.n_uniq_ids, stats1.n_uniq_ids); in TEST()
82 EXPECT_EQ(stats2.allocated, stats1.allocated); in TEST()

12345678910>>...16