Home
last modified time | relevance | path

Searched refs:rExpVal (Results 1 – 1 of 1) sorted by relevance

/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSDRSensor.cpp299 int8_t rExpVal = (sdrDataBytes[sdrtype01::rbExpDataByte] >> 4) & 0xF; in checkSDRType01Threshold() local
300 if (rExpVal > 7) in checkSDRType01Threshold()
302 rExpVal = (~rExpVal + 1) & 0xF; in checkSDRType01Threshold()
303 rExpVal = -rExpVal; in checkSDRType01Threshold()
318 double expVal = pow(10, rExpVal); in checkSDRType01Threshold()