Searched defs:bit_and (Results 1 – 10 of 10) sorted by relevance
20 int bit_and; in test_omp_parallel_sections_reduction() local
19 int bit_and; in test_omp_sections_reduction() local
24 int bit_and; in test_omp_parallel_for_reduction() local
22 int bit_and; in test_omp_for_reduction() local
24 int bit_and; in test_omp_parallel_reduction() local
20 int bit_and = 1; in test_omp_atomic() local
414 bit_and(operand a, operand b) in bit_and() function
834 I32 bit_and(I32 x, int y) { return bit_and(x, splat(y)); } in abs() function835 I32 bit_and(int x, I32 y) { return bit_and(splat(x), y); } in abs() function
938 I32 Builder::bit_and(I32 x, I32 y) { in bit_and() function in skvm::Builder
10501 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() function