Home
last modified time | relevance | path

Searched defs:bit_or (Results 1 – 7 of 7) sorted by relevance

/llvm-project/openmp/runtime/test/worksharing/sections/
H A Domp_sections_reduction.c21 int bit_or; in test_omp_sections_reduction() local
H A Domp_parallel_sections_reduction.c22 int bit_or; in test_omp_parallel_sections_reduction() local
/llvm-project/openmp/runtime/test/parallel/
H A Domp_parallel_reduction.c25 int bit_or; in test_omp_parallel_reduction() local
/llvm-project/openmp/runtime/test/worksharing/for/
H A Domp_parallel_for_reduction.c25 int bit_or; in test_omp_parallel_for_reduction() local
H A Domp_for_reduction.c23 int bit_or; in test_omp_for_reduction() local
/llvm-project/openmp/runtime/test/atomic/
H A Domp_atomic.c21 int bit_or = 0; in test_omp_atomic() local
/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h115 bit_or(T x, T y) { bit_or() function