Home
last modified time | relevance | path

Searched refs:roundFactor (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/adc/
H A DADCSensor.cpp47 static constexpr double roundFactor = 10000; // 3 decimal places variable
181 nvalue = std::round(nvalue * roundFactor) / roundFactor; in handleResponse()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp109 static constexpr double roundFactor = 10000; // 4 decimal places in setPercentProperty() local
111 std::round(userCPU * roundFactor) / roundFactor; in setPercentProperty()