Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/stdlib/
H A DStrtolTest.h209 for (int first_digit = 0; first_digit <= 36; ++first_digit) { DecodeInOtherBases() local
225 for (int first_digit = 0; first_digit <= 36; ++first_digit) { DecodeInOtherBases() local
250 for (int first_digit = 0; first_digit <= 36; ++first_digit) { DecodeInOtherBases() local
[all...]
/llvm-project/libc/src/__support/
H A Dstr_to_float.h827 size_t first_digit = 2; is_float_hex_start() local