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

  /external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h 48 sum_2_(0.0),
67 sum_2_ -= sample_to_remove * sample_to_remove;
75 sum_2_ += sample * sample;
120 double mean_2 = sum_2_ * count_inv;
129 double sum_2_; // Sum(x*x) member in class:talk_base::RollingAccumulator

Completed in 45 milliseconds