Home
last modified time | relevance | path

Searched refs:atof_clamp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dutil.h26 bool atof_clamp(const char *str, float *value);
Dutil.cpp20 bool atof_clamp(const char *str, float *value) in atof_clamp() function
Dglslang.l514 if(!atof_clamp(text.c_str(), &(yylval->lex.f))) in floatsuffix_check()
531 if (!atof_clamp(yytext, &(yylval->lex.f))) in float_constant()
Dglslang_lex.cpp3746 if(!atof_clamp(text.c_str(), &(yylval->lex.f))) in floatsuffix_check()
3763 if (!atof_clamp(yytext, &(yylval->lex.f))) in float_constant()