Searched refs:test (Results 1 – 9 of 9) sorted by relevance
/stdlib/ |
A D | tst-qsort2.c | 29 test (size_t nmemb, size_t size) in test() function 74 ret |= test (atoi (argv[1]), atoi (argv[2])); in main() 77 ret |= test (10000, 1); in main() 78 ret |= test (200000, 2); in main() 79 ret |= test (2000000, 3); in main() 80 ret |= test (2132310, 4); in main() 81 ret |= test (1202730, 7); in main() 82 ret |= test (1184710, 8); in main() 83 ret |= test (272710, 12); in main() 84 ret |= test (14170, 32); in main() [all …]
|
A D | tst-strfmon_l.c | 225 for (const struct locale_pair *test = tests; in do_test() local 226 test->locale_name != NULL; ++test) in do_test() 228 init_loc (en_us_name, test->locale_name); in do_test() 229 test_pair (&test->pair); in do_test() 231 test_en_us (test->locale_name); in do_test()
|
A D | tst-strfrom-locale.c | 21 static const struct test tests[] = { 45 static const struct test stest[] = {
|
A D | tst-strfrom.c | 21 static const struct test tests[] = { 45 static const struct test stest[] = {
|
A D | tst-strtod2.c | 4 struct test struct
|
A D | tst-strtod-underflow.c | 56 struct test struct 62 static const struct test tests[] = argument
|
A D | tst-strfrom.h | 51 struct test { struct
|
A D | tst-strtod-round-data.h | 2 static const struct test tests[] = {
|
A D | tst-strtod-round-skeleton.c | 183 struct test { struct
|
Completed in 26 milliseconds