Lines Matching defs:rExp
490 int8_t rExp = 0;
494 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
503 value *= std::pow(10.0, rExp);
975 int8_t rExp = 0;
979 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
985 scaleIPMIValueFromDouble(reading, mValue, rExp, bValue, bExp, bSigned);
1036 "Coefficients mValue={MVALUE} rExp={REXP} bValue={BVALUE} "
1041 rExp, "BVALUE", bValue, "BEXP", bExp, "BSIGNED", bSigned);
1165 int8_t rExp = 0;
1169 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
1245 std::pow(10.0, rExp);
1279 int8_t rExp = 0;
1283 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
1301 value, mValue, rExp, bValue, bExp, bSigned);
1311 value, mValue, rExp, bValue, bExp, bSigned);
1329 value, mValue, rExp, bValue, bExp, bSigned);
1339 value, mValue, rExp, bValue, bExp, bSigned);
1844 int8_t rExp = 0;
1849 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
1867 // Byte 30 = RRRRBBBB = rExp (signed), bExp (signed)
1888 uint8_t rExpSign = (rExp < 0) ? 1 : 0;
1889 uint8_t rExpBits = rExp & 0x07;
1894 // move rExp and bExp into place