Searched refs:roundFactor (Results 1 – 2 of 2) sorted by relevance
49 static constexpr double roundFactor = 10000; // 3 decimal places variable222 nvalue = std::round(nvalue * roundFactor) / roundFactor; in handleResponse()
118 static constexpr double roundFactor = 10000; // 4 decimal places in setPercentProperty() local120 std::round(userCPU * roundFactor) / roundFactor; in setPercentProperty()