Searched refs:strtof_clamp (Results 1 – 5 of 5) sorted by relevance
50 bool strtof_clamp(const std::string &str, float *value);
742 if (!strtof_clamp(text, &(yylval->lex.f))) in floatsuffix_check()770 if (!strtof_clamp(yytext, &(yylval->lex.f))) in float_constant()
186 bool strtof_clamp(const std::string &str, float *value) in strtof_clamp() function
3455 if (!strtof_clamp(text, &(yylval->lex.f))) in floatsuffix_check()3486 if (!strtof_clamp(yytext, &(yylval->lex.f))) in float_constant()
27 sh::strtof_clamp(str, &value); in Parse()