Home
last modified time | relevance | path

Searched refs:strtof_clamp (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/
Dutil.h50 bool strtof_clamp(const std::string &str, float *value);
Dglslang.l742 if (!strtof_clamp(text, &(yylval->lex.f))) in floatsuffix_check()
770 if (!strtof_clamp(yytext, &(yylval->lex.f))) in float_constant()
Dutil.cpp186 bool strtof_clamp(const std::string &str, float *value) in strtof_clamp() function
Dglslang_lex_autogen.cpp3455 if (!strtof_clamp(text, &(yylval->lex.f))) in floatsuffix_check()
3486 if (!strtof_clamp(yytext, &(yylval->lex.f))) in float_constant()
/external/angle/src/tests/compiler_tests/
DFloatLex_test.cpp27 sh::strtof_clamp(str, &value); in Parse()