Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp54 static inline bool scaleFloatExp(double& base, int8_t& expShift) in scaleFloatExp() function
219 if (!(scaleFloatExp(dM, rExp))) in getSensorAttributes()
249 if (!(scaleFloatExp(dB, bExp))) in getSensorAttributes()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp47 static bool scaleFloatExp(double& base, int8_t& expShift) in scaleFloatExp() function
211 if (!(scaleFloatExp(dM, rExp))) in getSensorAttributes()
241 if (!(scaleFloatExp(dB, bExp))) in getSensorAttributes()