Home
last modified time | relevance | path

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

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