Searched refs:test_perturbed_double (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/regress/lib/libc/qsort/ |
H A D | qsort_test.c | 539 test_perturbed_double(struct test_distribution *d, int n, void *vx, void *vy, void *vz) in test_perturbed_double() function 656 { "sawtooth_d", fill_sawtooth_double, test_perturbed_double, cmp_d, cmp_checked_d }, 659 { "random_d", fill_random_double, test_perturbed_double, cmp_d, cmp_checked_d }, 662 { "stagger_d", fill_stagger_double, test_perturbed_double, cmp_d, cmp_checked_d }, 665 { "plateau_d", fill_plateau_double, test_perturbed_double, cmp_d, cmp_checked_d }, 668 { "shuffle_d", fill_shuffle_double, test_perturbed_double, cmp_d, cmp_checked_d },
|