Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c30 double dknown_sum; in test_omp_atomic() local
85 dknown_sum = (1 - dpt) / (1 -dt); in test_omp_atomic()
95 if (dsum != dknown_sum && (fabs (dsum - dknown_sum) > rounding_error)) { in test_omp_atomic()
98 dsum, dknown_sum, dsum - dknown_sum); in test_omp_atomic()
/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c15 double dknown_sum; in test_omp_parallel_for_reduction() local
72 dknown_sum = (1-dpt)/(1-dt); in test_omp_parallel_for_reduction()
77 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_parallel_for_reduction()
81 dsum, dknown_sum, dsum-dknown_sum); in test_omp_parallel_for_reduction()
Domp_for_reduction.c18 double dknown_sum; in test_omp_for_reduction() local
113 dknown_sum = (1 - dpt) / (1 - dt); in test_omp_for_reduction()
122 if (fabs (dsum - dknown_sum) > rounding_error) { in test_omp_for_reduction()
126 dsum, dknown_sum, dsum-dknown_sum); in test_omp_for_reduction()
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c15 double dknown_sum; in test_omp_parallel_reduction() local
72 dknown_sum = (1-dpt)/(1-dt); in test_omp_parallel_reduction()
78 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_parallel_reduction()
80 …um with doubles: Result was %f instead of %f (Difference: %E)\n",dsum,dknown_sum, dsum-dknown_sum); in test_omp_parallel_reduction()
/external/llvm-project/openmp/runtime/test/worksharing/sections/
Domp_parallel_sections_reduction.c12 double dknown_sum; in test_omp_parallel_sections_reduction() local
103 dknown_sum = (1-dpt)/(1-dt); in test_omp_parallel_sections_reduction()
125 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_parallel_sections_reduction()
129 dsum, dknown_sum, dsum-dknown_sum); in test_omp_parallel_sections_reduction()
Domp_sections_reduction.c11 double dknown_sum; in test_omp_sections_reduction() local
105 dknown_sum = (1-dpt)/(1-dt); in test_omp_sections_reduction()
130 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_sections_reduction()
134 dsum, dknown_sum, dsum-dknown_sum); in test_omp_sections_reduction()