Home
last modified time | relevance | path

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

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