Home
last modified time | relevance | path

Searched defs:digit (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DImmutableStringBuilder.h50 char digit = static_cast<char>((number >> (index * 4)) & 0xfu); in appendHex() local
Dutil.cpp79 unsigned int digit = static_cast<unsigned int>(c - '0'); in NumericLexFloat32OutOfRangeToInfinity() local
128 unsigned int digit = static_cast<unsigned int>(c - '0'); in NumericLexFloat32OutOfRangeToInfinity() local
/device/google/cuttlefish/host/libs/vm_manager/
Dhost_configuration.cpp48 char* digit = strtok(info.release, "+.-"); in GetLinuxVersion() local
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dstring_writer.h149 char digit = absolute_value % 10; in AppendPaddedInt() local
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/
Dgtest-printers.cc337 char digit = static_cast<char>(carry % 10); in PrintTo() local