HomeSort by relevance Sort by last modified time
    Searched defs:Average (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/base/
running_average.cc 32 double RunningAverage::Average() {
  /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/chromium_org/third_party/leveldatabase/src/util/
histogram.cc 94 double Histogram::Average() const {
109 "Count: %.0f Average: %.4f StdDev: %.2f\n",
110 num_, Average(), StandardDeviation());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 36 AVERAGE,
70 public static final BlendComposite Average = new BlendComposite(BlendingMode.AVERAGE);
376 case AVERAGE:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h 764 LARGE_INTEGER Average;
    [all...]

Completed in 327 milliseconds