Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A DStrtolTest.h209 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in DecodeInOtherBases() local
225 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in DecodeInOtherBases() local
250 for (int first_digit = 0; first_digit <= 36; ++first_digit) { in DecodeInOtherBases() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dstr_to_float.h871 size_t first_digit = 2; in is_float_hex_start() local
/aosp_15_r20/external/boringssl/src/crypto/bytestring/
H A Dcbs.c756 uint8_t first_digit, second_digit; in cbs_get_two_digits() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bytestring/
H A Dcbs.c758 uint8_t first_digit, second_digit; in cbs_get_two_digits() local
/aosp_15_r20/external/crcalc/src/com/hp/creals/
H A DCR.java386 int first_digit; in known_msd() local