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.cpp49 static constexpr double roundFactor = 10000; // 3 decimal places variable
222 nvalue = std::round(nvalue * roundFactor) / roundFactor; in handleResponse()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_diagnostic_data.hpp118 static constexpr double roundFactor = 10000; // 4 decimal places in setPercentProperty() local
120 std::round(userCPU * roundFactor) / roundFactor; in setPercentProperty()