Searched refs:str_to_float (Results 1 – 3 of 3) sorted by relevance
96 extern int str_to_float(const char *str, double *val, int is_time);
278 int str_to_float(const char *str, double *val, int is_time) in str_to_float() function613 if (!str_to_float(ptr, &uf, 0)) { /* this breaks if we ever have lists of times */ in __handle_option()
725 if (nr && !str_to_float(nr, &val, 0)) { in str_random_distribution_cb()