Lines Matching refs:round
43 uint64_t round, avd_t avd) in filebench_randomno64() argument
48 if (max <= round) { in filebench_randomno64()
52 if (max == round) in filebench_randomno64()
75 max -= round; in filebench_randomno64()
77 if (round) { in filebench_randomno64()
78 random = random / round; in filebench_randomno64()
79 random *= round; in filebench_randomno64()
97 uint32_t round, avd_t avd) in filebench_randomno32() argument
102 if (max <= round) { in filebench_randomno32()
106 if (max == round) in filebench_randomno32()
129 max -= round; in filebench_randomno32()
131 if (round) { in filebench_randomno32()
132 random = random / round; in filebench_randomno32()
133 random *= round; in filebench_randomno32()
193 return (round(dres / dround) * dround); in rand_uniform_get()
216 return (round(dres / dround) * dround); in rand_gamma_get()
245 return (round(dsclres / dround) * dround); in rand_table_get()