Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp111 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 Dsensorutils.cpp104 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()