Home
last modified time | relevance | path

Searched refs:str_to_float (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dparse.h97 extern int str_to_float(const char *str, double *val, int is_time);
Dparse.c300 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()
Doptions.c764 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()