Searched refs:temp_str_end (Results 1 – 1 of 1) sorted by relevance
781 char *temp_str_end; in decimal_string_to_float() local782 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() local876 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()