Home
last modified time | relevance | path

Searched refs:known_product (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c21 int known_product; in test_omp_parallel_for_reduction() local
106 known_product = KNOWN_PRODUCT; in test_omp_parallel_for_reduction()
107 if(known_product != product) { in test_omp_parallel_for_reduction()
110 " instead of %d\n\n",product,known_product); in test_omp_parallel_for_reduction()
Domp_for_reduction.c28 int known_product; in test_omp_for_reduction() local
96 known_product = KNOWN_PRODUCT; in test_omp_for_reduction()
97 if(known_product != product) { in test_omp_for_reduction()
100 " instead of %d\n",product,known_product); in test_omp_for_reduction()
/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c26 int known_product; in test_omp_atomic() local
134 known_product = KNOWN_PRODUCT; in test_omp_atomic()
135 if (known_product != product) { in test_omp_atomic()
138 product, known_product); in test_omp_atomic()
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c21 int known_product; in test_omp_parallel_reduction() local
105 known_product = KNOWN_PRODUCT; in test_omp_parallel_reduction()
106 if(known_product != product) { in test_omp_parallel_reduction()
108 …tf(stderr,"Error in Product with integers: Result was %d instead of %d\n\n",product,known_product); in test_omp_parallel_reduction()
/external/llvm-project/openmp/runtime/test/worksharing/sections/
Domp_parallel_sections_reduction.c18 int known_product; in test_omp_parallel_sections_reduction() local
167 known_product = 3628800; in test_omp_parallel_sections_reduction()
189 if(known_product != product) { in test_omp_parallel_sections_reduction()
192 " instead of %d\n",product,known_product); in test_omp_parallel_sections_reduction()
Domp_sections_reduction.c17 int known_product; in test_omp_sections_reduction() local
174 known_product = 3628800; in test_omp_sections_reduction()
199 if(known_product != product) { in test_omp_sections_reduction()
202 " instead of %d\n",product,known_product); in test_omp_sections_reduction()