Searched refs:atof_clamp (Results 1 – 4 of 4) sorted by relevance
26 bool atof_clamp(const char *str, float *value);
20 bool atof_clamp(const char *str, float *value) in atof_clamp() function
514 if(!atof_clamp(text.c_str(), &(yylval->lex.f))) in floatsuffix_check()531 if (!atof_clamp(yytext, &(yylval->lex.f))) in float_constant()
3746 if(!atof_clamp(text.c_str(), &(yylval->lex.f))) in floatsuffix_check()3763 if (!atof_clamp(yytext, &(yylval->lex.f))) in float_constant()