reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1625 if (tmp == INT32_MIN) { // represents subtracting zero rather than adding it 1626 tmp = 0; 1627 } else if (tmp < 0) { 1628 tmp = abs(tmp); 1628 tmp = abs(tmp); 1632 Value |= (tmp >> Shift) & ((1U << Bits) - 1);