Lines Matching refs:bExp
151 int8_t& rExp, int16_t& bValue, int8_t& bExp, in getSensorAttributes() argument
181 bExp = 0; in getSensorAttributes()
237 double dB = std::pow(10.0, ((-rExp) - bExp)) * in getSensorAttributes()
241 if (!(scaleFloatExp(dB, bExp))) in getSensorAttributes()
244 << (int)bExp << ") exceeds multiplier scale (M=" << dM in getSensorAttributes()
251 normalizeIntExp(bValue, bExp, dB); in getSensorAttributes()
259 const int8_t bExp, const bool bSigned) in scaleIPMIValueFromDouble() argument
276 (std::pow(10.0, -rExp) * (value - (dB * std::pow(10.0, rExp + bExp)))) / in scaleIPMIValueFromDouble()
311 int8_t bExp = 0; in getScaledIPMIValue() local
315 getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()
321 return scaleIPMIValueFromDouble(value, mValue, rExp, bValue, bExp, bSigned); in getScaledIPMIValue()