Lines Matching full:signbit
1062 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth;1064 (((int64_t(VAL) << SignBit) >> SignBit) >> shiftAmt));