HomeSort by relevance Sort by last modified time
    Searched full:calcmean (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/webapp/
stats_accumulator.js 80 remoting.StatsAccumulator.prototype.calcMean = function(key) {
85 var calcMean = function(values) {
95 return this.map(key, calcMean);
server_log_entry.js 290 var val = statsAccumulator.calcMean(statsKey);
  /external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp 17 double CalcMean ( std::vector<double> & v )
31 double CalcMean ( std::vector<double> & v, int a, int b )
47 double mean = CalcMean(v,a,b);
128 double mean = CalcMean(v,a,b);
205 return CalcMean(times);

Completed in 300 milliseconds