Searched refs:num_tests (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imtimer.c | 50 int num_tests, precision = 0, opt; in main() local 95 num_tests = atoi(argv[optind]); in main() 99 if (num_tests <= 0) { in main() 110 printf("%d\t%d\t%d\t%u", num_tests, precision, in main() 114 double m_time = get_multiply_time(num_tests, precision); in main() 116 printf("\tMUL %.3f %.3f", m_time, m_time / num_tests); in main() 120 double e_time = get_exptmod_time(num_tests, precision); in main() 122 printf("\tEXP %.3f %.3f", e_time, e_time / num_tests); in main()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | display.py | 8 num_tests = len(tests) 9 of_total = (' of %d' % total_tests) if (num_tests != total_tests) else '' 11 num_tests, of_total, workers) 73 self.num_tests = len(tests) 111 self.completed, self.num_tests))
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | FuzzTest | 26 self.num_tests = ((delete + (insert + replace)*self.num_insert_strings) 28 self.num_tests += 1 31 self.num_tests *= self.num_positions 42 assert 0 <= index < self.num_tests 323 print '%s: note: %d total tests.' % (sys.argv[0], tg.num_tests) 328 itertools.repeat(tg.num_tests, opts.max_tests)) 330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/tools/ |
| H A D | findthreshold.py | 27 def get_timing_stats(num_tests, precision, threshold, seed=None): argument 44 num_tests), 'r').readline()
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 57 num_tests = self.get_num_tests(execpath, litConfig, 59 if num_tests is not None: 62 nshard = int(math.ceil(num_tests / shard_size)) 65 nshard = int(math.ceil(num_tests / shard_size))
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/ |
| H A D | Tool.py | 269 num_tests = 0 274 num_tests += 1 276 if num_tests != 0: 277 print("@avg: ({:.4f})".format(score_sum/num_tests))
|