Searched defs:Digit (Results 1 – 12 of 12) sorted by relevance
6 struct Digit<T> { struct14 // Bug report said Digit before Box would infinite loop (versus argument
6 struct Digit<T> { struct15 // Bug report said Digit after Box would stack overflow (versus argument
11 struct Digit<T> { struct19 // According to the bug report, Digit before Box would infinite loop. argument
48 private enum Digit { enum in Operation57 Digit(int value) { in Digit() method in Operation.Digit
73 Digit, enumerator
457 Digit, enumerator
149 static bool doesRoundUp(char Digit) { in doesRoundUp()
2264 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2270 uint64_t Digit; in toString() local
744 Digit, enumerator777 Digit, enumerator
383 Digit, enumerator
2203 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2214 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local
1105 static void writeHexDigit(char *Buffer, uint8_t Digit) { in writeHexDigit()