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