Searched refs:fSecondThreadThreshold (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/game/chart/
H A DChartWindow.h415 float fSecondThreadThreshold; member in class:ChartWindow
H A DChartWindow.cpp423 fSecondThreadThreshold = 0.5;
2781 int32 star_threshold = (int32)((float)fStars.count * fSecondThreadThreshold + 0.5);
2782 int32 special_threshold = (int32)((float)fSpecials.count * fSecondThreadThreshold + 0.5);
2834 * (fSecondThreadThreshold / (1.0 - fSecondThreadThreshold));
2835 fSecondThreadThreshold = ratio / (1.0 + ratio);

Completed in 85 milliseconds