Searched refs:str_to_float (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | parse.h | 97 extern int str_to_float(const char *str, double *val, int is_time);
|
D | parse.c | 300 int str_to_float(const char *str, double *val, int is_time) in str_to_float() function 641 if (!str_to_float(ptr, &uf, 0)) { /* this breaks if we ever have lists of times */ in __handle_option()
|
D | options.c | 764 if (nr && !str_to_float(nr, &val, 0)) { in str_fst_cb() 1027 if (nr && !str_to_float(nr, &val, 0)) { in str_random_distribution_cb() 1091 if (!str_to_float(nr, &val, 0)) { in str_steadystate_cb() 1105 if (!str_to_float(nr, &val, 0)) { in str_steadystate_cb()
|