Home
last modified time | relevance | path

Searched refs:NumericLexFloat32OutOfRangeToInfinity (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/
H A Dutil.cpp103 float NumericLexFloat32OutOfRangeToInfinity(const std::string &str) in NumericLexFloat32OutOfRangeToInfinity() function
261 *value = NumericLexFloat32OutOfRangeToInfinity(str); in strtof_clamp()
H A Dutil.h32 float NumericLexFloat32OutOfRangeToInfinity(const std::string &str);
/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DFloatLex_test.cpp35 static float Parse(std::string str) { return sh::NumericLexFloat32OutOfRangeToInfinity(str); } in Parse()