Searched refs:y50p (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 129 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 D | sensorcommands_unittest.cpp | 130 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()
|