Home
last modified time | relevance | path

Searched refs:test_num (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/numerics/bit/
H A Dbyteswap.pass.cpp53 test_num<T>(in, expected); in test_implementation_defined_size()
57 test_num<uint8_t>(0xAB, 0xAB); in test()
58 test_num<uint16_t>(0xCDEF, 0xEFCD); in test()
70 test_num<__uint128_t>(in, expected); in test()
71 test_num<__int128_t>(in, expected); in test()
74 test_num<bool>(true, true); in test()
75 test_num<bool>(false, false); in test()
77 test_num<unsigned char>(0xEF, 0xEF); in test()
78 test_num<signed char>(0x45, 0x45); in test()
79 test_num<char8_t>(0xAB, 0xAB); in test()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimtest.c174 int run_test(int test_num, testspec_t *t, FILE *ofp);
210 int res, line_num, test_num = 0, num_failed = 0, num_bogus = 0; in process_file() local
219 if ((res = run_test(++test_num, &t, ofp)) < 0) { in process_file()
234 file_name, test_num, (test_num - num_failed - num_bogus), num_failed, in process_file()
342 int run_test(int test_num, testspec_t *t, FILE *ofp) { in run_test() argument
375 fprintf(ofp, "%s\t%d\t%d\tOK\n", t->file, t->line, test_num); in run_test()
378 fprintf(ofp, "%s\t%d\t%d\t%s\n", t->file, t->line, test_num, in run_test()
381 fprintf(ofp, "%s\t%d\t%d\tFAILED\t%s\n", t->file, t->line, test_num, in run_test()