Home | History | Annotate | Download | only in perf

Lines Matching full:strtof

5377   #define strtof (float)strtod
5386 float strtof(const char *nptr, char **endptr)
5392 extern float strtof (const char *__nptr, char **__endptr);
9053 tokc.f = strtof(token_buf, NULL);