HomeSort by relevance Sort by last modified time
    Searched refs:BitXor (Results 1 - 25 of 28) sorted by null

1 2

  /external/gemmlowp/fixedpoint/
fixedpoint_sse.h 75 inline __m128i BitXor(__m128i a, __m128i b) {
80 inline int16x8_m128i BitXor(int16x8_m128i a, int16x8_m128i b) {
298 BitAnd(BitAnd(BitXor(a, rounded_half_sum), BitXor(b, rounded_half_sum)),
300 result = BitXor(rounded_half_sum, overflow);
fixedpoint_msa.h 62 inline v4i32 BitXor(v4i32 a, v4i32 b) {
68 inline v8i16 BitXor(v8i16 a, v8i16 b) {
fixedpoint_neon.h 58 inline int32x4_t BitXor(int32x4_t a, int32x4_t b) {
63 inline int16x8_t BitXor(int16x8_t a, int16x8_t b) {
fixedpoint.h 79 tIntegerType BitXor(tIntegerType a, tIntegerType b) {
133 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val));
566 MAKE_FIXEDPOINT_BINARY_FUNC(operator^, BitXor)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 313 _ast.BitXor = type(m.body[6].value.left.op)
_ast_util.py 52 BitXor: '^'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /external/python/cpython2/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /external/python/cpython3/Include/
Python-ast.h 19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12,
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 338 return BitXor;
511 return BitXor;
    [all...]
compile.c     [all...]
Python-ast.c 875 BitXor_type = make_type("BitXor", operator_type, NULL, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 338 return BitXor;
511 return BitXor;
    [all...]
compile.c     [all...]
Python-ast.c 858 BitXor_type = make_type("BitXor", operator_type, NULL, 0);
    [all...]
  /external/python/cpython2/Python/
ast.c 338 return BitXor;
511 return BitXor;
    [all...]
compile.c     [all...]
  /external/python/cpython3/Python/
ast.c 899 return BitXor;
    [all...]
compile.c     [all...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 1093 milliseconds

1 2