Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp245 std::pow(10, sensorInfo.scale - sensorInfo.exponentR); in readingData()
437 std::pow(10, sensorInfo.scale - sensorInfo.exponentR); in readingData()
544 raw_value *= std::pow(10, sensorInfo.exponentR - sensorInfo.scale); in readingData()
H A Dsensorhandler.cpp777 lowValue *= std::pow(10, info.scale - info.exponentR); in getSensorThresholds()
785 highValue *= std::pow(10, info.scale - info.exponentR); in getSensorThresholds()
1018 std::pow(10.0, info.exponentR); in ipmiSenSetSensorThresholds()
1140 get_sdr::body::set_r_exp(info->exponentR, body); in populate_record_from_dbus()
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.mako.cpp92 .exponentR = ${rExp},
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp172 Exponent exponentR; member