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 96 extern int str_to_float(const char *str, double *val, int is_time);
parse.c 278 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 */
options.c 725 if (nr && !str_to_float(nr, &val, 0)) {
    [all...]

Completed in 201 milliseconds