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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 548 hugeneg_aslong = long(hugeneg)
550 self.assertEqual(hugeneg, hugeneg_aslong,
553 # long -> int should not fail for hugepos_aslong or hugeneg_aslong
562 x = int(hugeneg_aslong)
579 x = hugeneg_aslong - 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 548 hugeneg_aslong = long(hugeneg)
550 self.assertEqual(hugeneg, hugeneg_aslong,
553 # long -> int should not fail for hugepos_aslong or hugeneg_aslong
562 x = int(hugeneg_aslong)
579 x = hugeneg_aslong - 1
    [all...]

Completed in 220 milliseconds