Searched defs:Digit (Results 1 – 11 of 11) sorted by relevance
31 struct Digit { struct32 using V = uint8_t;33 using MatchT = MatchResult<V>;35 static MatchT Match(const char* in) { in Match()
42 typedef unsigned short Digit; typedef in BigUnsignedInABase
150 static bool doesRoundUp(char Digit) { in doesRoundUp()
2244 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2255 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local
2110 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2116 uint64_t Digit; in toString() local
2276 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2287 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local
2218 unsigned Digit = unsigned(Tmp.getRawData()[0]) & MaskAmt; in toString() local2229 unsigned Digit = (unsigned)APdigit.getZExtValue(); in toString() local
2635 unsigned Digit = (unsigned)strtol(Str, &End, 10); in GetReleaseVersion() local
256 char Digit = tolower(Chars[Pos]); in processString() local