Searched refs:ipmitool_y_from_x (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/tests/ |
H A D | test_sensorcommands.cpp | 19 double ipmitool_y_from_x(uint8_t x, int m, int k2_rExp, int b, int k1_bExp, in ipmitool_y_from_x() function 74 yRoundtrip = ipmitool_y_from_x(actual, M, rExp, B, bExp, bSigned); in testValue() 85 yRoundtrip = ipmitool_y_from_x(actual, M, rExp, B, bExp, bSigned); in testValue()
|
/openbmc/phosphor-host-ipmid/test/dbus-sdr/ |
H A D | sensorcommands_unittest.cpp | 19 double ipmitool_y_from_x(uint8_t x, int m, int k2_rExp, int b, int k1_bExp, in ipmitool_y_from_x() function 74 yRoundtrip = ipmitool_y_from_x(actual, M, rExp, B, bExp, bSigned); in testValue() 85 yRoundtrip = ipmitool_y_from_x(actual, M, rExp, B, bExp, bSigned); in testValue()
|