| /third_party/rust/crates/minimal-lexical/src/ |
| D | parse.rs | 35 let digit = c - b'0'; in parse_number_fast() localVariable 40 let digit = c - b'0'; in parse_number_fast() localVariable 79 let digit = c - b'0'; in parse_number() localVariable 92 let digit = c - b'0'; in parse_number() localVariable 110 let digit = c - b'0'; in parse_number() localVariable
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| D | fast-dtoa.cc | 349 int digit = integrals / divisor; in DigitGen() local 385 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 460 int digit = integrals / divisor; in DigitGenCounted() local 494 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| D | fixed-dtoa.cc | 134 int digit = number % 10; in FillDigits32() local 255 int digit = static_cast<int>(fractionals >> point); in FillFractionals() local 278 int digit = fractionals128.DivModPowerOf2(point); in FillFractionals() local
|
| D | bignum-dtoa.cc | 196 uint16_t digit; in GenerateShortestDigits() local 288 uint16_t digit; in GenerateCountedDigits() local 298 uint16_t digit; in GenerateCountedDigits() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | double-conversion-fast-dtoa.cpp | 363 int digit = integrals / divisor; in DigitGen() local 399 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 474 int digit = integrals / divisor; in DigitGenCounted() local 508 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| D | double-conversion-bignum-dtoa.cpp | 210 uint16_t digit; in GenerateShortestDigits() local 302 uint16_t digit; in GenerateCountedDigits() local 312 uint16_t digit; in GenerateCountedDigits() local
|
| /third_party/node/deps/v8/src/base/numbers/ |
| D | fast-dtoa.cc | 402 int digit = integrals / divisor; in DigitGen() local 437 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 506 int digit = integrals / divisor; in DigitGenCounted() local 539 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| D | fixed-dtoa.cc | 111 int digit = number % 10; in FillDigits32() local 228 int digit = static_cast<int>(fractionals >> point); in FillFractionals() local 249 int digit = fractionals128.DivModPowerOf2(point); in FillFractionals() local
|
| D | bignum-dtoa.cc | 146 uint16_t digit; in GenerateShortestDigits() local 237 uint16_t digit; in GenerateCountedDigits() local 247 uint16_t digit; in GenerateCountedDigits() local
|
| /third_party/icu/icu4c/source/i18n/ |
| D | double-conversion-fast-dtoa.cpp | 363 int digit = integrals / divisor; in DigitGen() local 399 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 474 int digit = integrals / divisor; in DigitGenCounted() local 508 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| D | double-conversion-bignum-dtoa.cpp | 210 uint16_t digit; in GenerateShortestDigits() local 302 uint16_t digit; in GenerateCountedDigits() local 312 uint16_t digit; in GenerateCountedDigits() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | double-conversion-fast-dtoa.cpp | 363 int digit = integrals / divisor; in DigitGen() local 399 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGen() local 474 int digit = integrals / divisor; in DigitGenCounted() local 508 int digit = static_cast<int>(fractionals >> -one.e()); in DigitGenCounted() local
|
| D | double-conversion-bignum-dtoa.cpp | 210 uint16_t digit; in GenerateShortestDigits() local 302 uint16_t digit; in GenerateCountedDigits() local 312 uint16_t digit; in GenerateCountedDigits() local
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
| D | long-fractions.rs | 18 let digit = char::from_digit(n, 10).unwrap(); in main() localVariable
|
| D | many-digits.rs | 33 let digit = char::from_digit(range.sample(rnd), 10).unwrap(); in gen_digits() localVariable
|
| /third_party/icu/icu4c/source/common/ |
| D | ustrfmt.cpp | 34 int digit; in uprv_itou() local
|
| D | cstring.cpp | 161 uint8_t digit; in T_CString_integerToString() local 199 uint8_t digit; in T_CString_int64ToString() local
|
| /third_party/node/deps/icu-small/source/common/ |
| D | ustrfmt.cpp | 34 int digit; in uprv_itou() local
|
| D | cstring.cpp | 161 uint8_t digit; in T_CString_integerToString() local 199 uint8_t digit; in T_CString_int64ToString() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ustrfmt.cpp | 34 int digit; in uprv_itou() local
|
| D | cstring.cpp | 161 uint8_t digit; in T_CString_integerToString() local 199 uint8_t digit; in T_CString_int64ToString() local
|
| /third_party/python/Include/cpython/ |
| D | longintrepr.h | 43 typedef uint32_t digit; typedef
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ImmutableStringBuilder.h | 50 char digit = static_cast<char>((number >> (index * 4)) & 0xfu); in appendHex() local
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| D | DigitSequence.java | 156 public static DigitSequence singleton(int digit) { in singleton() 254 public DigitSequence extendBy(int digit) { in extendBy()
|
| /third_party/libunwind/libunwind/src/ |
| D | os-linux.h | 112 unsigned long num_digits = 0, digit, val = 0; in scan_hex() local 142 unsigned long num_digits = 0, digit, val = 0; in scan_dec() local
|