Searched refs:xMin (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 140 int8_t xMin = -128; in testBounds() local 146 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds() 154 uint8_t xMin = 0; in testBounds() local 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 | 141 int8_t xMin = -128; in testBounds() local 147 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds() 155 uint8_t xMin = 0; in testBounds() local 161 testValue(xMin, yMin, mValue, rExp, bValue, bExp, bSigned, yRange); in testBounds()
|