HomeSort by relevance Sort by last modified time
    Searched refs:str_to_float (Results 1 - 3 of 3) sorted by null

  /external/fio/
parse.h 97 extern int str_to_float(const char *str, double *val, int is_time);
parse.c 300 int str_to_float(const char *str, double *val, int is_time) function
641 if (!str_to_float(ptr, &uf, 0)) { /* this breaks if we ever have lists of times */
options.c 764 if (nr && !str_to_float(nr, &val, 0)) {
1027 if (nr && !str_to_float(nr, &val, 0)) {
1091 if (!str_to_float(nr, &val, 0)) {
1105 if (!str_to_float(nr, &val, 0)) {
    [all...]

Completed in 662 milliseconds