Lines Matching defs:bSigned
492 bool bSigned = false;
494 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
499 double value = bSigned ? ((int8_t)reading) : reading;
977 bool bSigned = false;
979 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
985 scaleIPMIValueFromDouble(reading, mValue, rExp, bValue, bExp, bSigned);
1019 if (bSigned)
1037 "bExp={BEXP} bSigned={BSIGNED}",
1041 rExp, "BVALUE", bValue, "BEXP", bExp, "BSIGNED", bSigned);
1167 bool bSigned = false;
1169 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
1281 bool bSigned = false;
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);
1847 bool bSigned = false;
1849 if (!getSensorAttributes(max, min, mValue, rExp, bValue, bExp, bSigned))
1899 record.body.sensorUnits1 = (bSigned ? 1 : 0) << 7;