Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp769 double highValue = ipmi::mappedVariant<double>( in getSensorThresholds() local
783 if (std::isfinite(highValue)) in getSensorThresholds()
785 highValue *= std::pow(10, info.scale - info.exponentR); in getSensorThresholds()
787 round((highValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()