Searched refs:n_ops (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/fp/ |
H A D | fp-bench.c | 147 static void update_random_ops(int n_ops, enum precision prec) in update_random_ops() argument 151 for (i = 0; i < n_ops; i++) { in update_random_ops() 194 static void fill_random(union fp *ops, int n_ops, enum precision prec, in fill_random() argument 199 for (i = 0; i < n_ops; i++) { in fill_random() 232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench() argument 241 update_random_ops(n_ops, prec); in bench() 244 fill_random(ops, n_ops, prec, no_neg); in bench() 279 fill_random(ops, n_ops, prec, no_neg); in bench() 314 fill_random(ops, n_ops, prec, no_neg); in bench() 349 fill_random(ops, n_ops, prec, no_neg); in bench() [all …]
|