Home
last modified time | relevance | path

Searched defs:totalStats (Results 1 – 20 of 20) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/descriptive/
H A DAggregateSummaryStatisticsTest.java93 SummaryStatistics totalStats = new SummaryStatistics(); in testAggregationConsistency() local
141 SummaryStatistics totalStats = new SummaryStatistics(); in testAggregate() local
177 SummaryStatistics totalStats = new SummaryStatistics(); in testAggregateStatisticalSummary() local
207 SummaryStatistics totalStats = new SummaryStatistics(); in testAggregateDegenerate() local
236 SummaryStatistics totalStats = new SummaryStatistics(); in testAggregateSpecialValues() local
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Dgmemory.h75 int totalStats() { return _index; }; in totalStats() function
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dstatistics.cpp214 const Pcp_GraphStats& totalStats, in PrintGraphStats()
317 Pcp_GraphStats totalStats, culledStats; in PrintPrimIndexStats() local
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/views/skin/
H A DSBC_LibraryView.java113 private static volatile OverallStats totalStats; field in SBC_LibraryView
188 new AzureusCoreRunningListener() in AzureusCoreFactory.addCoreRunningListener()
/dports/lang/solidity/solidity_0.8.11/tools/yulPhaser/
H A DAlgorithmRunner.cpp103 CacheStats totalStats{}; in printCacheStats() local
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dappid_stats.h56 } totalStats; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_stats.cpp596 statistic const *totalStats) { in printTimerStats()
801 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp596 statistic const *totalStats) { in printTimerStats()
797 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp596 statistic const *totalStats) { in printTimerStats()
801 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp596 statistic const *totalStats) { in printTimerStats()
801 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.cpp596 statistic const *totalStats) { in printTimerStats()
797 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A DappIdStats.c81 } totalStats; member
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/regress/expected/
H A Dcollate.out593 CREATE INDEX collate_test1_idx3 ON collate_test1 ((b COLLATE "POSIX")); -- this is different gramma…
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/stats/
H A DTransferStatsView.java126 private OverallStats totalStats; field in TransferStatsView