Searched refs:numeric_lex_float (Results 1 – 3 of 3) sorted by relevance
22 bool success = pp::numeric_lex_float(str, value); in atof_clamp()
58 bool numeric_lex_float(const std::string& str, FloatType* value) in numeric_lex_float() function
79 return numeric_lex_float(text, value); in fValue()