Searched refs:yMin (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 104 void testBounds(double yMin, double yMax, bool bExpectedOutcome = true) in testBounds() argument 113 result = ipmi::getSensorAttributes(yMax, yMin, mValue, rExp, bValue, bExp, in testBounds() 126 yMin, yMax, mValue, (int)rExp, bValue, (int)bExp, (int)bSigned); in testBounds() 129 double y50p = (yMin + yMax) / 2.0; in testBounds() 132 double y25p = (yMin + y50p) / 2.0; in testBounds() 136 double yRange = yMax - yMin; in testBounds() 146 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds() 160 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()
|
/openbmc/phosphor-host-ipmid/test/dbus-sdr/ |
H A D | sensorcommands_unittest.cpp | 105 void testBounds(double yMin, double yMax, bool bExpectedOutcome = true) in testBounds() argument 114 result = ipmi::getSensorAttributes(yMax, yMin, mValue, rExp, bValue, bExp, in testBounds() 127 yMin, yMax, mValue, (int)rExp, bValue, (int)bExp, (int)bSigned); in testBounds() 130 double y50p = (yMin + yMax) / 2.0; in testBounds() 133 double y25p = (yMin + y50p) / 2.0; in testBounds() 137 double yRange = yMax - yMin; in testBounds() 147 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds() 161 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()
|