Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c17 double rounding_error= 1.E-9; in test_omp_parallel_for_reduction() local
77 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_parallel_for_reduction()
95 if( fabs(ddiff) > rounding_error) { in test_omp_parallel_for_reduction()
Domp_for_reduction.c29 double rounding_error = 1.E-9; /* over all rounding error to be in test_omp_for_reduction() local
122 if (fabs (dsum - dknown_sum) > rounding_error) { in test_omp_for_reduction()
139 if (fabs (ddiff) > rounding_error) { in test_omp_for_reduction()
/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c31 double rounding_error = 1.E-9; in test_omp_atomic() local
95 if (dsum != dknown_sum && (fabs (dsum - dknown_sum) > rounding_error)) { in test_omp_atomic()
117 if (fabs (ddiff) > rounding_error) { in test_omp_atomic()
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c17 double rounding_error= 1.E-9; in test_omp_parallel_reduction() local
78 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_parallel_reduction()
94 if( fabs(ddiff) > rounding_error) { in test_omp_parallel_reduction()
/external/llvm-project/openmp/runtime/test/worksharing/sections/
Domp_parallel_sections_reduction.c14 double rounding_error= 1.E-5; in test_omp_parallel_sections_reduction() local
125 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_parallel_sections_reduction()
160 if( fabs(ddiff) > rounding_error) { in test_omp_parallel_sections_reduction()
Domp_sections_reduction.c13 double rounding_error= 1.E-9; in test_omp_sections_reduction() local
130 if( fabs(dsum-dknown_sum) > rounding_error ) { in test_omp_sections_reduction()
168 if(fabs(ddiff) > rounding_error) { in test_omp_sections_reduction()