Home | History | Annotate | Download | only in test

Lines Matching defs:toHex

968 toHex = float.hex
1369 return fromHex(toHex(x))
1375 # fromHex(toHex(x)) should exactly recover x, for any non-NaN float x.
1386 self.identical(x, fromHex(toHex(x)))