Searched refs:cmp_d (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/qsort/ |
H A D | qsort_test.c | 117 cmp_d(const void *v1, const void *v2) in cmp_d() function 669 { "sawtooth_d", fill_sawtooth_double, test_perturbed_double, cmp_d, cmp_checked_d }, 672 { "random_d", fill_random_double, test_perturbed_double, cmp_d, cmp_checked_d }, 675 { "stagger_d", fill_stagger_double, test_perturbed_double, cmp_d, cmp_checked_d }, 678 { "plateau_d", fill_plateau_double, test_perturbed_double, cmp_d, cmp_checked_d }, 681 { "shuffle_d", fill_shuffle_double, test_perturbed_double, cmp_d, cmp_checked_d }, 684 { "bsd_killer_d", fill_bsd_killer_double, test_simple_double, cmp_d, cmp_checked_d }, 687 { "med3_killer_d", fill_med3_killer_double, test_simple_double, cmp_d, cmp_checked_d },
|