Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp129 double y50p = (yMin + yMax) / 2.0; in testBounds() local
132 double y25p = (yMin + y50p) / 2.0; in testBounds()
133 double y75p = (y50p + yMax) / 2.0; in testBounds()
148 testValue(x50p, y50p, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()
162 testValue(x50p, y50p, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()
/openbmc/phosphor-host-ipmid/test/dbus-sdr/
H A Dsensorcommands_unittest.cpp130 double y50p = (yMin + yMax) / 2.0; in testBounds() local
133 double y25p = (yMin + y50p) / 2.0; in testBounds()
134 double y75p = (y50p + yMax) / 2.0; in testBounds()
149 testValue(x50p, y50p, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()
163 testValue(x50p, y50p, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()