Searched refs:expVal (Results 1 – 1 of 1) sorted by relevance
/openbmc/dbus-sensors/src/ipmb/ |
H A D | IpmbSDRSensor.cpp | 318 double expVal = pow(10, rExpVal); in checkSDRType01Threshold() local 321 sensorValCalculation(mData, bDataVal, expVal, in checkSDRType01Threshold() 324 sensorValCalculation(mData, bDataVal, expVal, in checkSDRType01Threshold() 340 SensorValConversion val = {mData, bDataVal, expVal, in checkSDRType01Threshold()
|