OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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