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

  /external/fio/lib/
ieee754.h 10 #define fio_uint64_to_double(val) unpack754((val), 64, 11) macro
  /external/fio/t/
ieee754.c 15 f = fio_uint64_to_double(i);
  /external/fio/
cconv.c 166 o->zipf_theta.u.f = fio_uint64_to_double(le64_to_cpu(top->zipf_theta.u.i));
167 o->pareto_h.u.f = fio_uint64_to_double(le64_to_cpu(top->pareto_h.u.i));
241 o->latency_percentile.u.f = fio_uint64_to_double(le64_to_cpu(top->latency_percentile.u.i));
249 o->percentile_list[i].u.f = fio_uint64_to_double(le64_to_cpu(top->percentile_list[i].u.i));
client.c 817 dst->mean.u.f = fio_uint64_to_double(le64_to_cpu(dst->mean.u.i));
818 dst->S.u.f = fio_uint64_to_double(le64_to_cpu(dst->S.u.i));
851 fpd->u.f = fio_uint64_to_double(le64_to_cpu(fps->u.i));
893 dst->latency_percentile.u.f = fio_uint64_to_double(le64_to_cpu(src->latency_percentile.u.i));
994 agg->max_util.u.f = fio_uint64_to_double(le64_to_cpu(agg->max_util.u.i));
    [all...]

Completed in 432 milliseconds