Home
last modified time | relevance | path

Searched refs:exponentR (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp265 std::pow(10, sensorInfo.scale - sensorInfo.exponentR); in readingData()
466 std::pow(10, sensorInfo.scale - sensorInfo.exponentR); in readingData()
571 raw_value *= std::pow(10, sensorInfo.exponentR - sensorInfo.scale); in readingData()
H A Dsensorhandler.cpp785 lowValue *= std::pow(10, info.scale - info.exponentR); in getSensorThresholds()
793 highValue *= std::pow(10, info.scale - info.exponentR); in getSensorThresholds()
1027 std::pow(10.0, info.exponentR); in ipmiSenSetSensorThresholds()
1151 get_sdr::body::setRexp(info.exponentR, body); in populateRecordFromDbus()
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.cpp.mako92 .exponentR = ${rExp},
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp173 Exponent exponentR; member