HomeSort by relevance Sort by last modified time
    Searched refs:Average (Results 1 - 25 of 31) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 69 double xbar = EnumerableExtensions.Average(X);
82 double xbar = EnumerableExtensions.Average(X);
95 return EnumerableExtensions.Average(EnumerableExtensions.DefaultIfEmpty(X, 0));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 76 double xbar = Average(X);
92 double xbar = Average(X);
103 public static double Average(ICollection<int> X)
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.cc 128 return Average(prepare_parse_events_);
138 return Average(finalize_parsing_events_);
143 return Average(analyze_events_);
148 return Average(prepare_compile_events_);
159 return Average(finalize_compiling_events_);
174 double CompilerDispatcherTracer::Average(
compiler-dispatcher-tracer.h 82 static double Average(const base::RingBuffer<double>& buffer);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 35 #define AVERAGE_SHIFT_COUNT ( 6 - DATA_RATE_UPDATE_SHIFT ) ///< 2n samples in average
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 40 #define AVERAGE_SHIFT_COUNT ( 6 - DATA_RATE_UPDATE_SHIFT ) ///< 2n samples in average
    [all...]
  /external/walt/docs/
ScreenLatency.md 24 Average: 48.8 ms
31 | Device | OS version | Blk->white [ms]| White->blk [ms]| Average [ms] |
  /prebuilts/go/darwin-x86/src/testing/
allocs.go 11 // AllocsPerRun returns the average number of allocations during calls to f.
15 // a warm-up. The average number of allocations over the specified number of
40 // Average the mallocs over the runs (not counting the warm-up).
  /prebuilts/go/linux-x86/src/testing/
allocs.go 11 // AllocsPerRun returns the average number of allocations during calls to f.
15 // a warm-up. The average number of allocations over the specified number of
40 // Average the mallocs over the runs (not counting the warm-up).
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 75 var avergaData = ['Average Rtt x10'];
78 var average;
81 average = getStateAverage(reports[index], botName, "Conn-audio-1-0",
83 avergaData.push(average*10);
116 var avergaData = ['Average ' + statName];
119 var average;
122 average = getStateAverage(reports[index], botName, reportId, statName);
123 avergaData.push(average);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 336 System.Console.WriteLine(" Average");
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 214 mean: Average sample value over first value
driver.go 663 flagMean: flag.Bool("mean", false, "Average sample value over first value (count)"),
874 " -mean Average sample value over first value\n" +
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 214 mean: Average sample value over first value
driver.go 663 flagMean: flag.Bool("mean", false, "Average sample value over first value (count)"),
874 " -mean Average sample value over first value\n" +
  /external/blktrace/btt/doc/
btt.tex 108 \item[average component times across all IOs] The time line of each IO
113 queue. This is the average time from when the IO enters the block
135 \item Time spent on the request queue. The average time from when
144 \item Driver and device time -- the average time from when the
164 currently average the queue-to-insert and queue-to-merge times,
169 For each row in this output, we provide a minimum, average, maximum
190 as to where IO spend most of the time on average. The following output
218 for the minimum, average and maximum IOs generated.
228 we see that (on average) the block IO layer is combining upwards of
230 resultant average IO size is 124 blocks
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-applicationautoscaling/1.11.18/
aws-java-sdk-applicationautoscaling-1.11.18.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h 772 LARGE_INTEGER Average;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatch/1.11.18/
aws-java-sdk-cloudwatch-1.11.18.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp     [all...]
LLVMReactor.cpp     [all...]
SubzeroReactor.cpp     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]

Completed in 1432 milliseconds

1 2