Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp26 static constexpr int16_t minInt10 = -0x200; variable
36 auto min10 = static_cast<double>(minInt10); in baseInRange()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorutils.hpp26 static constexpr int16_t minInt10 = -0x200; variable
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp30 static constexpr int16_t minInt10 = -0x200; variable
247 while (bDouble > maxInt10 || bDouble < minInt10) in getSensorAttributes()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp29 auto min10 = static_cast<double>(minInt10); in baseInRange()