Home | History | Annotate | Download | only in python2.7

Lines Matching refs:high_bits

451             high_bits = obj >> 31  # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1: