Home
last modified time | relevance | path

Searched refs:seen_digit (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h895 bool seen_digit = false; in decimal_string_to_float() local
913 seen_digit = true; in decimal_string_to_float()
943 if (!seen_digit) in decimal_string_to_float()
1006 bool seen_digit = false; in hexadecimal_string_to_float() local
1025 seen_digit = true; in hexadecimal_string_to_float()
1055 if (!seen_digit) in hexadecimal_string_to_float()
1133 bool seen_digit = false; in strtofloatingpoint() local
1158 seen_digit = true; in strtofloatingpoint()
1194 seen_digit = parse_result.parsed_len != 0; in strtofloatingpoint()
1202 seen_digit = true; in strtofloatingpoint()
[all …]