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