Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/worksharing/sections/
Domp_parallel_sections_reduction.c22 int bit_or; in test_omp_parallel_sections_reduction() local
Domp_sections_reduction.c21 int bit_or; in test_omp_sections_reduction() local
/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c25 int bit_or; in test_omp_parallel_for_reduction() local
Domp_for_reduction.c23 int bit_or; in test_omp_for_reduction() local
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c25 int bit_or; in test_omp_parallel_reduction() local
/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c21 int bit_or = 0; in test_omp_atomic() local
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp420 bit_or(operand a, operand b) in bit_or() function
/external/skia/src/core/
DSkVM.h838 I32 bit_or(I32 x, int y) { return bit_or(x, splat(y)); } in abs() function
839 I32 bit_or(int x, I32 y) { return bit_or(splat(x), y); } in abs() function
DSkVM.cpp947 I32 Builder::bit_or(I32 x, I32 y) { in bit_or() function in skvm::Builder