Searched refs:BitAnd (Results 1 - 14 of 14) sorted by relevance

/external/gemmlowp/fixedpoint/
H A Dfixedpoint_sse.h55 inline __m128i BitAnd(__m128i a, __m128i b) { function in namespace:gemmlowp
60 inline int16x8_m128i BitAnd(int16x8_m128i a, int16x8_m128i b) { function in namespace:gemmlowp
287 /* round_bit = _mm_sign_epi32(BitAnd(BitOr(a,b), round_bit_mask), sum); */
298 BitAnd(BitAnd(BitXor(a, rounded_half_sum), BitXor(b, rounded_half_sum)),
325 saturation_mask = BitAnd(MaskIfEqual(a, b), MaskIfEqual(a, min));
H A Dfixedpoint.h67 tIntegerType BitAnd(tIntegerType a, tIntegerType b) { function in namespace:gemmlowp
133 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val));
341 const IntegerType remainder = BitAnd(x, mask);
343 Add(ShiftRight(mask, 1), BitAnd(MaskIfLessThan(x, zero), one));
345 BitAnd(MaskIfGreaterThan(remainder, threshold), one));
565 MAKE_FIXEDPOINT_BINARY_FUNC(operator&, BitAnd)
744 MaskIfNonZero(BitAnd(remainder, Dup<tRawType>(1 << kShiftAmount))), \
H A Dfixedpoint_msa.h38 inline v4i32 BitAnd(v4i32 a, v4i32 b) { function in namespace:gemmlowp
44 inline v8i16 BitAnd(v8i16 a, v8i16 b) { function in namespace:gemmlowp
H A Dfixedpoint_neon.h38 inline int32x4_t BitAnd(int32x4_t a, int32x4_t b) { function in namespace:gemmlowp
43 inline int16x8_t BitAnd(int16x8_t a, int16x8_t b) { function in namespace:gemmlowp
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
H A Dutil.py314 _ast.BitAnd = type(m.body[6].value.left.left.op)
H A D_ast_util.py51 BitAnd: '&',
/external/python/cpython2/Include/
H A DPython-ast.h19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 } enumerator in enum:_operator
/external/python/cpython3/Include/
H A DPython-ast.h19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator in enum:_operator
/external/python/cpython2/Python/
H A Dast.c340 return BitAnd;
509 return BitAnd;
H A Dcompile.c2234 case BitAnd:
2301 case BitAnd:
H A DPython-ast.c879 BitAnd_type = make_type("BitAnd", operator_type, NULL, 0);
3067 case BitAnd:
6246 *out = BitAnd;
6886 if (PyDict_SetItemString(d, "BitAnd", (PyObject*)BitAnd_type) < 0)
/external/python/cpython3/Python/
H A Dast.c901 return BitAnd;
1132 return BitAnd;
H A Dcompile.c2942 case BitAnd:
3008 case BitAnd:
H A DPython-ast.c1082 BitAnd_type = make_type("BitAnd", operator_type, NULL, 0);
3630 case BitAnd:
7199 *out = BitAnd;
8007 if (PyDict_SetItemString(d, "BitAnd", (PyObject*)BitAnd_type) < 0) return

Completed in 223 milliseconds