Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/__support/
H A Dstr_to_float.h886 decimal_string_to_float(const char *__restrict src, const char DECIMAL_POINT, in decimal_string_to_float() function
1191 parse_result = decimal_string_to_float<T>(src + index, DECIMAL_POINT, in strtofloatingpoint()