Home
last modified time | relevance | path

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

12345678910

/third_party/rust/crates/minimal-lexical/src/
Dparse.rs35 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/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-fast-dtoa.cpp363 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
Ddouble-conversion-bignum-dtoa.cpp210 uint16_t digit; in GenerateShortestDigits() local
302 uint16_t digit; in GenerateCountedDigits() local
312 uint16_t digit; in GenerateCountedDigits() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfast-dtoa.cc349 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
Dfixed-dtoa.cc134 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
Dbignum-dtoa.cc196 uint16_t digit; in GenerateShortestDigits() local
288 uint16_t digit; in GenerateCountedDigits() local
298 uint16_t digit; in GenerateCountedDigits() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-fast-dtoa.cpp363 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
Ddouble-conversion-bignum-dtoa.cpp210 uint16_t digit; in GenerateShortestDigits() local
302 uint16_t digit; in GenerateCountedDigits() local
312 uint16_t digit; in GenerateCountedDigits() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.cpp363 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
Ddouble-conversion-bignum-dtoa.cpp210 uint16_t digit; in GenerateShortestDigits() local
302 uint16_t digit; in GenerateCountedDigits() local
312 uint16_t digit; in GenerateCountedDigits() local
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-fast-dtoa.cpp363 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
Ddouble-conversion-bignum-dtoa.cpp210 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/
Dlong-fractions.rs18 let digit = char::from_digit(n, 10).unwrap(); in main() localVariable
Dmany-digits.rs33 let digit = char::from_digit(range.sample(rnd), 10).unwrap(); in gen_digits() localVariable
/third_party/skia/third_party/externals/icu/source/common/
Dustrfmt.cpp34 int digit; in uprv_itou() local
Dcstring.cpp161 uint8_t digit; in T_CString_integerToString() local
199 uint8_t digit; in T_CString_int64ToString() local
/third_party/icu/icu4c/source/common/
Dustrfmt.cpp34 int digit; in uprv_itou() local
Dcstring.cpp161 uint8_t digit; in T_CString_integerToString() local
199 uint8_t digit; in T_CString_int64ToString() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustrfmt.cpp34 int digit; in uprv_itou() local
Dcstring.cpp161 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/
Dustrfmt.cpp34 int digit; in uprv_itou() local
Dcstring.cpp161 uint8_t digit; in T_CString_integerToString() local
199 uint8_t digit; in T_CString_int64ToString() local
/third_party/python/Include/
Dlongintrepr.h45 typedef uint32_t digit; typedef
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImmutableStringBuilder.h50 char digit = static_cast<char>((number >> (index * 4)) & 0xfu); in appendHex() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImmutableStringBuilder.h50 char digit = static_cast<char>((number >> (index * 4)) & 0xfu); in appendHex() local

12345678910