Searched refs:bExpSign (Results 1 – 1 of 1) sorted by relevance
1896 uint8_t bExpSign = (bExp < 0) ? 1 : 0; in constructSensorSdr() local1901 (rExpSign << 7) | (rExpBits << 4) | (bExpSign << 3) | bExpBits; in constructSensorSdr()