Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
Dutil.cpp22 bool success = pp::numeric_lex_float(str, value); in atof_clamp()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
Dnumeric_lex.h58 bool numeric_lex_float(const std::string& str, FloatType* value) in numeric_lex_float() function
DToken.cpp79 return numeric_lex_float(text, value); in fValue()