Home
last modified time | relevance | path

Searched defs:bit_and (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/openmp/runtime/test/worksharing/sections/
Domp_parallel_sections_reduction.c20 int bit_and; in test_omp_parallel_sections_reduction() local
Domp_sections_reduction.c19 int bit_and; in test_omp_sections_reduction() local
/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_parallel_for_reduction.c24 int bit_and; in test_omp_parallel_for_reduction() local
Domp_for_reduction.c22 int bit_and; in test_omp_for_reduction() local
/external/llvm-project/openmp/runtime/test/parallel/
Domp_parallel_reduction.c24 int bit_and; in test_omp_parallel_reduction() local
/external/llvm-project/openmp/runtime/test/atomic/
Domp_atomic.c20 int bit_and = 1; in test_omp_atomic() local
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp414 bit_and(operand a, operand b) in bit_and() function
/external/skia/src/core/
DSkVM.h834 I32 bit_and(I32 x, int y) { return bit_and(x, splat(y)); } in abs() function
835 I32 bit_and(int x, I32 y) { return bit_and(splat(x), y); } in abs() function
DSkVM.cpp938 I32 Builder::bit_and(I32 x, I32 y) { in bit_and() function in skvm::Builder
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp10501 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() function