Lines Matching full:product
17 int product; in test_omp_atomic() local
38 product = 1; in test_omp_atomic()
124 // product of integers test in test_omp_atomic()
131 product *= i; in test_omp_atomic()
135 if (known_product != product) { in test_omp_atomic()
137 "Error in product with integers: Result was %d instead of %d\n", in test_omp_atomic()
138 product, known_product); in test_omp_atomic()
143 product = KNOWN_PRODUCT; in test_omp_atomic()
150 product /= i; in test_omp_atomic()
153 if (product != 1) { in test_omp_atomic()
155 "Error in product division with integers: Result was %d" in test_omp_atomic()
157 product); in test_omp_atomic()