Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h781 char *temp_str_end; in decimal_string_to_float() local
782 int32_t add_to_exponent = strtointeger<int32_t>(src, &temp_str_end, 10); in decimal_string_to_float()
788 src = temp_str_end; in decimal_string_to_float()
875 char *temp_str_end; in hexadecimal_string_to_float() local
876 int32_t add_to_exponent = strtointeger<int32_t>(src, &temp_str_end, 10); in hexadecimal_string_to_float()
881 src = temp_str_end; in hexadecimal_string_to_float()