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