Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h866 LIBC_INLINE bool is_float_hex_start(const char *__restrict src, in is_float_hex_start() function
1155 if (is_float_hex_start(src + index, DECIMAL_POINT)) { in strtofloatingpoint()