HomeSort by relevance Sort by last modified time
    Searched refs:nbits_lo (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long.py 93 nbits_lo = nbits_hi - SHIFT + 1
97 while nbits < nbits_lo:
106 self.assertTrue(nbits_lo <= nbits <= nbits_hi)
    [all...]
  /external/python/cpython2/Lib/test/
test_long.py 101 nbits_lo = nbits_hi - SHIFT + 1
105 while nbits < nbits_lo:
114 self.assertTrue(nbits_lo <= nbits <= nbits_hi)
    [all...]
  /external/python/cpython3/Lib/test/
test_long.py 126 nbits_lo = nbits_hi - SHIFT + 1
130 while nbits < nbits_lo:
139 self.assertTrue(nbits_lo <= nbits <= nbits_hi)
    [all...]

Completed in 1318 milliseconds