Searched defs:first_digit (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/test/src/stdlib/ | ||
H A D | StrtolTest.h | 209 for (int first_digit = 0; first_digit <= 36; ++first_digit) { DecodeInOtherBases() local |
/llvm-project/libc/src/__support/ | ||
H A D | str_to_float.h | 827 size_t first_digit = 2; is_float_hex_start() local |