Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dutil.h42 float NumericLexFloat32OutOfRangeToInfinity(const std::string &str);
Dutil.cpp99 float NumericLexFloat32OutOfRangeToInfinity(const std::string &str) in NumericLexFloat32OutOfRangeToInfinity() function
249 *value = NumericLexFloat32OutOfRangeToInfinity(str); in strtof_clamp()
/external/angle/src/tests/compiler_tests/
DFloatLex_test.cpp35 static float Parse(std::string str) { return sh::NumericLexFloat32OutOfRangeToInfinity(str); } in Parse()