Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp186 double lowestX; in getSensorAttributes() local
205 lowestX = -128.0; in getSensorAttributes()
210 lowestX = 0.0; in getSensorAttributes()
246 (min - ((dM * std::pow(10.0, rExp) * lowestX))); in getSensorAttributes()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp178 double lowestX; in getSensorAttributes() local
197 lowestX = -128.0; in getSensorAttributes()
202 lowestX = 0.0; in getSensorAttributes()
238 (min - ((dM * std::pow(10.0, rExp) * lowestX))); in getSensorAttributes()