Searched defs:DECIMAL_POINT (Results 1 – 3 of 3) sorted by relevance
52 static constexpr char DECIMAL_POINT = '.'; in convert_float() local
842 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
48 constexpr char DECIMAL_POINT = '.'; variable