Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp32 static constexpr int8_t minInt4 = -8; variable
215 if (rExp <= minInt4) in getSensorAttributes()
223 if (bDouble / std::pow(10, rExp + minInt4 - 1) > bDouble) in getSensorAttributes()
262 if (bExp <= minInt4) in getSensorAttributes()
/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp28 static constexpr int8_t minInt4 = -8; variable
67 if (expShift <= minInt4) in scaleFloatExp()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorutils.hpp28 static constexpr int8_t minInt4 = -8; variable
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp60 if (expShift <= minInt4) in scaleFloatExp()