Searched refs:exponentR (Results 1 – 4 of 4) sorted by relevance
265 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()
785 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()
92 .exponentR = ${rExp},
173 Exponent exponentR; member