HomeSort by relevance Sort by last modified time
    Searched refs:atof_clamp (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
util.h 22 // atof_clamp is like atof but
26 bool atof_clamp(const char *str, float *value);
util.cpp 20 bool atof_clamp(const char *str, float *value) function
glslang.l 512 if (!atof_clamp(yytext, &(yylval->lex.f)))
529 if (!atof_clamp(yytext, &(yylval->lex.f)))
glslang_lex.cpp     [all...]

Completed in 82 milliseconds