Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp29 static constexpr int16_t maxInt10 = 0x1FF; variable
199 while (mDouble > maxInt10) in getSensorAttributes()
235 else if (mDouble * 10 > maxInt10) in getSensorAttributes()
247 while (bDouble > maxInt10 || bDouble < minInt10) in getSensorAttributes()
272 mValue = static_cast<int16_t>(mDouble) & maxInt10; in getSensorAttributes()
273 bValue = static_cast<int16_t>(bDouble) & maxInt10; in getSensorAttributes()
/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp25 static constexpr int16_t maxInt10 = 0x1FF; variable
37 auto max10 = static_cast<double>(maxInt10); in baseInRange()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorutils.hpp25 static constexpr int16_t maxInt10 = 0x1FF; variable
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp30 auto max10 = static_cast<double>(maxInt10); in baseInRange()