Searched defs:str_to_float (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dparse.c278 int str_to_float(const char *str, double *val, int is_time) function
613 if (!str_to_float(ptr, &uf, 0)) { /* this breaks if we ever have lists of times */

Completed in 489 milliseconds