Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1893 uint8_t rExpSign = (rExp < 0) ? 1 : 0; in constructSensorSdr() local
1901 (rExpSign << 7) | (rExpBits << 4) | (bExpSign << 3) | bExpBits; in constructSensorSdr()