Searched refs:NumericLexFloat32OutOfRangeToInfinity (Results 1 – 3 of 3) sorted by relevance
42 float NumericLexFloat32OutOfRangeToInfinity(const std::string &str);
99 float NumericLexFloat32OutOfRangeToInfinity(const std::string &str) in NumericLexFloat32OutOfRangeToInfinity() function249 *value = NumericLexFloat32OutOfRangeToInfinity(str); in strtof_clamp()
35 static float Parse(std::string str) { return sh::NumericLexFloat32OutOfRangeToInfinity(str); } in Parse()