Searched defs:DECIMAL_POINT (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/src/stdio/scanf_core/ | ||
H A D | float_converter.cpp | 52 static constexpr char DECIMAL_POINT = '.'; convert_float() local |
/llvm-project/libc/src/__support/ | ||
H A D | str_to_float.h | 842 decimal_string_to_float(const char * __restrict src,const char DECIMAL_POINT,RoundDirection round) decimal_string_to_float() argument |
/llvm-project/libc/src/stdio/printf_core/ | ||
H A D | float_dec_converter.h | 48 constexpr char DECIMAL_POINT = '.'; global() variable |