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

  /external/fio/lib/
ieee754.h 9 #define fio_double_to_uint64(val) pack754((val), 64, 11) macro
  /external/fio/t/
ieee754.c 14 i = fio_double_to_uint64(values[j]);
  /external/fio/
cconv.c 340 top->zipf_theta.u.i = __cpu_to_le64(fio_double_to_uint64(o->zipf_theta.u.f));
341 top->pareto_h.u.i = __cpu_to_le64(fio_double_to_uint64(o->pareto_h.u.f));
402 top->latency_percentile.u.i = __cpu_to_le64(fio_double_to_uint64(o->latency_percentile.u.f));
459 top->percentile_list[i].u.i = __cpu_to_le64(fio_double_to_uint64(o->percentile_list[i].u.f));
server.c 1051 dst->mean.u.i = cpu_to_le64(fio_double_to_uint64(src->mean.u.f));
1052 dst->S.u.i = cpu_to_le64(fio_double_to_uint64(src->S.u.f));
1117 dst->u.i = cpu_to_le64(fio_double_to_uint64(src->u.f));
1159 p.ts.latency_percentile.u.i = cpu_to_le64(fio_double_to_uint64(ts->latency_percentile.u.f));
1190 dst->max_util.u.i = cpu_to_le64(fio_double_to_uint64(src->max_util.u.f));
    [all...]

Completed in 991 milliseconds