Home
last modified time | relevance | path

Searched refs:BitAnd (Results 1 – 19 of 19) sorted by relevance

/external/gemmlowp/fixedpoint/
Dfixedpoint_sse.h55 inline __m128i BitAnd(__m128i a, __m128i b) {
60 inline int16x8_m128i BitAnd(int16x8_m128i a, int16x8_m128i b) {
298 BitAnd(BitAnd(BitXor(a, rounded_half_sum), BitXor(b, rounded_half_sum)),
325 saturation_mask = BitAnd(MaskIfEqual(a, b), MaskIfEqual(a, min));
Dfixedpoint.h67 tIntegerType BitAnd(tIntegerType a, tIntegerType b) {
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))), \
Dfixedpoint_neon.h38 inline int32x4_t BitAnd(int32x4_t a, int32x4_t b) {
43 inline int16x8_t BitAnd(int16x8_t a, int16x8_t b) {
Dfixedpoint_msa.h38 inline v4i32 BitAnd(v4i32 a, v4i32 b) {
44 inline v8i16 BitAnd(v8i16 a, v8i16 b) {
/external/v8/tools/
Dbigint-tester.py262 class BitAnd(BinaryOp): class
286 "and": BitAnd,
/external/python/cpython2/Parser/
DPython.asdl95 | RShift | BitOr | BitXor | BitAnd | FloorDiv
/external/python/cpython3/Parser/
DPython.asdl107 | RShift | BitOr | BitXor | BitAnd | FloorDiv
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf.py102 gast.RShift, gast.BitOr, gast.BitXor, gast.BitAnd, gast.FloorDiv,
/external/python/cpython3/Python/
Dast_unparse.c138 case BitAnd: op = " & "; pr = PR_BAND; break; in append_ast_binop()
Dast_opt.c302 case BitAnd: in fold_binop()
Dast.c905 return BitAnd; in get_operator()
1114 return BitAnd; in ast_for_augassign()
Dcompile.c3112 case BitAnd: in binop()
3149 case BitAnd: in inplace_binop()
DPython-ast.c3614 case BitAnd: in ast2obj_operator()
7447 *out = BitAnd; in obj2ast_operator()
/external/python/cpython2/Include/
DPython-ast.h19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 } enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1648 class BitAnd<bit a, bit b> {
1706 field bit HasFPClamp = BitAnd<isFloatType<DstVT>.ret, HasClamp>.ret;
1709 field bit HasClampHi = BitAnd<isPackedType<DstVT>.ret, HasClamp>.ret;
/external/python/cpython3/Include/
DPython-ast.h19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator
/external/python/cpython2/Python/
Dast.c340 return BitAnd; in get_operator()
509 return BitAnd; in ast_for_augassign()
Dcompile.c2236 case BitAnd: in binop()
2303 case BitAnd: in inplace_binop()
DPython-ast.c3067 case BitAnd: in ast2obj_operator()
6246 *out = BitAnd; in obj2ast_operator()