Searched refs:TINY (Results 1 - 4 of 4) sorted by last modified time

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py972 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in class:HexFloatTestCase
987 self.identical(self.TINY, ldexp(1.0, -1074))
1084 TINY = self.TINY;
1234 self.identical(fromHex('0x1.00000000000000001p-1075'), TINY)
1235 self.identical(fromHex('-0x1.1p-1075'), -TINY)
1236 self.identical(fromHex('0x1.fffffffffffffffffp-1075'), TINY)
1241 self.identical(fromHex('0X3p-1076'), TINY)
1242 self.identical(fromHex('0x4p-1076'), TINY)
1243 self.identical(fromHex('0X5p-1076'), TINY)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py972 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in class:HexFloatTestCase
987 self.identical(self.TINY, ldexp(1.0, -1074))
1084 TINY = self.TINY;
1234 self.identical(fromHex('0x1.00000000000000001p-1075'), TINY)
1235 self.identical(fromHex('-0x1.1p-1075'), -TINY)
1236 self.identical(fromHex('0x1.fffffffffffffffffp-1075'), TINY)
1241 self.identical(fromHex('0X3p-1076'), TINY)
1242 self.identical(fromHex('0x4p-1076'), TINY)
1243 self.identical(fromHex('0X5p-1076'), TINY)
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_float.py972 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in class:HexFloatTestCase
987 self.identical(self.TINY, ldexp(1.0, -1074))
1084 TINY = self.TINY;
1234 self.identical(fromHex('0x1.00000000000000001p-1075'), TINY)
1235 self.identical(fromHex('-0x1.1p-1075'), -TINY)
1236 self.identical(fromHex('0x1.fffffffffffffffffp-1075'), TINY)
1241 self.identical(fromHex('0X3p-1076'), TINY)
1242 self.identical(fromHex('0x4p-1076'), TINY)
1243 self.identical(fromHex('0X5p-1076'), TINY)
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_float.py972 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in class:HexFloatTestCase
987 self.identical(self.TINY, ldexp(1.0, -1074))
1084 TINY = self.TINY;
1234 self.identical(fromHex('0x1.00000000000000001p-1075'), TINY)
1235 self.identical(fromHex('-0x1.1p-1075'), -TINY)
1236 self.identical(fromHex('0x1.fffffffffffffffffp-1075'), TINY)
1241 self.identical(fromHex('0X3p-1076'), TINY)
1242 self.identical(fromHex('0x4p-1076'), TINY)
1243 self.identical(fromHex('0X5p-1076'), TINY)
[all...]

Completed in 95 milliseconds