Searched defs:digit (Results 1 – 5 of 5) sorted by relevance
50 char digit = static_cast<char>((number >> (index * 4)) & 0xfu); in appendHex() local
79 unsigned int digit = static_cast<unsigned int>(c - '0'); in NumericLexFloat32OutOfRangeToInfinity() local128 unsigned int digit = static_cast<unsigned int>(c - '0'); in NumericLexFloat32OutOfRangeToInfinity() local
119 int digit, i, seen = 0; in tiny_vsprintf() local
48 char* digit = strtok(info.release, "+.-"); in GetLinuxVersion() local
149 char digit = absolute_value % 10; in AppendPaddedInt() local