Lines Matching full:high_bits
451 high_bits = obj >> 31 # note that Python shift sign-extends452 if high_bits == 0 or high_bits == -1: