Home
last modified time | relevance | path

Searched defs:DECIMAL_POINT (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/stdio/scanf_core/
H A Dfloat_converter.cpp52 static constexpr char DECIMAL_POINT = '.'; convert_float() local
/llvm-project/libc/src/__support/
H A Dstr_to_float.h842 decimal_string_to_float(const char * __restrict src,const char DECIMAL_POINT,RoundDirection round) decimal_string_to_float() argument
954 hexadecimal_string_to_float(const char * __restrict src,const char DECIMAL_POINT,RoundDirection round) hexadecimal_string_to_float() argument
1105 static constexpr char DECIMAL_POINT = '.'; strtofloatingpoint() local
/llvm-project/libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h48 constexpr char DECIMAL_POINT = '.'; global() variable