Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_float.py962 toHex = float.hex variable
1363 return fromHex(toHex(x))
1380 self.identical(x, fromHex(toHex(x)))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenPcdDb.py262 def toHex(s): function