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

  /external/fio/lib/
zipf.h 11 double zetan; member in struct:zipf_state
zipf.c 28 zs->zetan += pow(1.0 / (double) (i + 1), zs->theta);
59 eta = (1.0 - pow(2.0 / n, 1.0 - zs->theta)) / (1.0 - zs->zeta2 / zs->zetan);
62 rand_z = rand_uni * zs->zetan;

Completed in 70 milliseconds