Searched refs:lowValue (Results 1 – 1 of 1) sorted by relevance
775 double lowValue = ipmi::mappedVariant<double>( in getSensorThresholds() local783 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()