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