Home
last modified time | relevance | path

Searched refs:bigint (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fractions.py248 bigint = 1234567890123456789
249 self.assertEqual((bigint, 1), _components(F.from_float(bigint)))
Dtest_decimal.py1706 bigint = 12345678901234567890123456789
1707 self.assertEqual(MyDecimal.from_float(bigint), MyDecimal(bigint))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py1683 def _unpack_cookie(self, bigint): argument
1684 rest, position = divmod(bigint, 1<<64)