Searched defs:hexadecimal (Results 1 – 5 of 5) sorted by relevance
48 enum radix { none, octal, hexadecimal, decimal }; enumerator
77 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator
920 bool hexadecimal = false; in phase5_get() local
1601 bool hexadecimal = false; in phase6_get() local
708 hexadecimal (void) in hexadecimal() function