Searched defs:deviation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.hpp121 // A weighted average that includes a deviation from the average,
129 float _deviation; // Running deviation from the average
153 float deviation() const { return _deviation; } function in class:AdaptivePaddedAverage
170 // A weighted average that includes a deviation from the average,

Completed in 89 milliseconds