Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_float.py966 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase
981 self.identical(self.TINY, ldexp(1.0, -1074))
1078 TINY = self.TINY;
1228 self.identical(fromHex('0x1.00000000000000001p-1075'), TINY)
1229 self.identical(fromHex('-0x1.1p-1075'), -TINY)
1230 self.identical(fromHex('0x1.fffffffffffffffffp-1075'), TINY)
1235 self.identical(fromHex('0X3p-1076'), TINY)
1236 self.identical(fromHex('0x4p-1076'), TINY)
1237 self.identical(fromHex('0X5p-1076'), TINY)
1238 self.identical(fromHex('0X6p-1076'), 2*TINY)
[all …]