Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp27 static constexpr int8_t maxInt4 = 7; variable
82 if (expShift >= maxInt4) in scaleFloatExp()
130 if (expShift >= maxInt4) in normalizeIntExp()
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp31 static constexpr int8_t maxInt4 = 7; variable
201 if (rExp >= maxInt4) in getSensorAttributes()
249 if (bExp >= maxInt4) in getSensorAttributes()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp75 if (expShift >= maxInt4) in scaleFloatExp()
122 if (expShift >= maxInt4) in normalizeIntExp()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorutils.hpp27 static constexpr int8_t maxInt4 = 7; variable