Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp767 double lowValue = ipmi::mappedVariant<double>( in getSensorThresholds() local
775 if (std::isfinite(lowValue)) in getSensorThresholds()
777 lowValue *= std::pow(10, info.scale - info.exponentR); in getSensorThresholds()
778 rawData = round((lowValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()