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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp112 LinearLeastSquareFit::LinearLeastSquareFit(unsigned weight) : function in class:LinearLeastSquareFit
116 void LinearLeastSquareFit::update(double x, double y) {
145 double LinearLeastSquareFit::y(double x) {
163 bool LinearLeastSquareFit::decrement_will_decrease() {
167 bool LinearLeastSquareFit::increment_will_decrease() {
H A DgcUtil.hpp195 class LinearLeastSquareFit : public CHeapObj<mtGC> { class in inherits:CHeapObj
208 LinearLeastSquareFit(unsigned weight);

Completed in 30 milliseconds