Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/
H A Dstr_to_float.h701 static inline bool is_float_hex_start(const char *__restrict src, in is_float_hex_start() function
922 if (is_float_hex_start(src, DECIMAL_POINT)) { in strtofloatingpoint()