Home
last modified time | relevance | path

Searched refs:opt_tests (Results 1 – 15 of 15) sorted by relevance

/dports/converters/pdf2djvu/pdf2djvu-0.9.17.1/private/
H A Dapt-install-build-reqs65 opt_tests=
73 --tests) opt_tests=y ; shift;;
82 [ "$opt_tests" ] && pkgs="$pkgs $pkgs_tests"
84 [ "$opt_vcs" ] && [ "$opt_tests" ] && pkgs="$pkgs $pkgs_prepare_tests"
/dports/graphics/py-djvulibre/python-djvulibre-0.8.7/private/
H A Dapt-install-build-reqs42 opt_tests=
49 --tests) opt_tests=y; shift;;
56 [ "$opt_tests" ] && pkgs="$pkgs $pkgs_tests"
/dports/devel/orc/orc-0.4.31/
H A Dmeson.build135 opt_tests = get_option('tests') variable
141 if opt_tests.enabled()
157 if not opt_tests.disabled()
/dports/cad/verilator/verilator-4.216/test_regress/
H A Ddriver.pl72 my @opt_tests;
147 if (($#opt_tests < 0 ? $opt_site : 1) && $ENV{VERILATOR_TESTS_SITE});
149 if ($#opt_tests < 0) { # Run everything
154 push @opt_tests, sort(glob("${dir}/t_*.pl"));
157 @opt_tests = _calc_hashset(@opt_tests) if $opt_hashset;
159 if ($#opt_tests >= 2 && $opt_jobs >= 2) {
177 foreach my $testpl (@opt_tests) {
238 push @opt_tests, $param;
287 foreach my $t (@opt_tests) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_test.c2795 } opt_tests[] = { variable
2815 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
2816 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
2817 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
2818 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
2819 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_test.c3048 } opt_tests[] = { variable
3068 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3069 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3070 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3071 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3072 val = opt_tests[i].fn(set, obj); in test_min()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_test.c3176 } opt_tests[] = { variable
3196 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3197 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3198 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3199 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3200 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_test.c3253 } opt_tests[] = { variable
3273 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3274 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3275 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3276 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3277 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/isl/isl-0.24/
H A Disl_test.c3176 } opt_tests[] = { variable
3196 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3197 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3198 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3199 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3200 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_test.c3176 } opt_tests[] = { variable
3196 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3197 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3198 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3199 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3200 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_test.c3176 } opt_tests[] = { variable
3196 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3197 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3198 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3199 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3200 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test.c3253 } opt_tests[] = { variable
3273 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3274 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3275 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3276 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3277 val = opt_tests[i].fn(set, obj); in test_min()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_test.c3186 } opt_tests[] = { variable
3206 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3207 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3208 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3209 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3210 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test.c3253 } opt_tests[] = { variable
3273 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3274 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3275 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3276 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3277 val = opt_tests[i].fn(set, obj); in test_min()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test.c3253 } opt_tests[] = { variable
3273 for (i = 0; i < ARRAY_SIZE(opt_tests); ++i) { in test_min()
3274 set = isl_set_read_from_str(ctx, opt_tests[i].set); in test_min()
3275 obj = isl_aff_read_from_str(ctx, opt_tests[i].obj); in test_min()
3276 res = isl_val_read_from_str(ctx, opt_tests[i].res); in test_min()
3277 val = opt_tests[i].fn(set, obj); in test_min()