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

  /external/fio/lib/
zipf.h 10 double zeta2; member in struct:zipf_state
zipf.c 48 zs->zeta2 = pow(1.0, zs->theta) + pow(0.5, zs->theta);
60 eta = (1.0 - pow(2.0 / n, 1.0 - zs->theta)) / (1.0 - zs->zeta2 / zs->zetan);

Completed in 2670 milliseconds