Searched refs:known_product (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/openmp/runtime/test/worksharing/for/ |
D | omp_parallel_for_reduction.c | 21 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()
|
D | omp_for_reduction.c | 28 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/ |
D | omp_atomic.c | 26 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/ |
D | omp_parallel_reduction.c | 21 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/ |
D | omp_parallel_sections_reduction.c | 18 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()
|
D | omp_sections_reduction.c | 17 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()
|