Home
last modified time | relevance | path

Searched refs:scaleVal (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/
H A DIpmbSensor.hpp116 double scaleVal = 1.0; member
H A DIpmbSensor.cpp470 value = (value * scaleVal) + offsetVal; in ipmbRequestCompletionCb()
579 scaleVal = std::visit(VariantToDoubleVisitor(), findScaleVal->second); in parseConfigValues()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2646 double scaleVal = 0.0; in readTemp() local
2649 scaleVal = std::visit(ipmi::VariantToDoubleVisitor(), scaleIt->second); in readTemp()
2664 tempVal = std::pow(10, scaleVal) * tempVal; in readTemp()