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