Searched refs:fromHex (Results 1 – 1 of 1) sorted by relevance
961 fromHex = float.fromhex variable964 MAX = fromHex('0x.fffffffffffff8p+1024') # max normal965 MIN = fromHex('0x1p-1022') # min normal966 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal967 EPS = fromHex('0x0.0000000000001p0') # diff between 1.0 and next float up1041 result = fromHex(x)1071 got = fromHex(lead + inp + trail)1082 self.identical(fromHex('inf'), INF)1083 self.identical(fromHex('+Inf'), INF)1084 self.identical(fromHex('-INF'), -INF)[all …]