Searched refs:normalizeIntExp (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/include/ |
H A D | sensorutils.hpp | 111 static inline void normalizeIntExp(int16_t& ibase, int8_t& expShift, in normalizeIntExp() function 228 normalizeIntExp(mValue, rExp, dM); in getSensorAttributes() 259 normalizeIntExp(bValue, bExp, dB); in getSensorAttributes()
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorutils.cpp | 104 static void normalizeIntExp(int16_t& ibase, int8_t& expShift, double& dbase) in normalizeIntExp() function 220 normalizeIntExp(mValue, rExp, dM); in getSensorAttributes() 251 normalizeIntExp(bValue, bExp, dB); in getSensorAttributes()
|