Searched defs:Digit (Results 1 – 3 of 3) sorted by relevance
42 typedef unsigned short Digit; typedef in BigUnsignedInABase
149 static bool doesRoundUp(char Digit) { in doesRoundUp()
2240 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2251 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local