HomeSort by relevance Sort by last modified time
    Searched refs:BitOr (Results 1 - 23 of 23) sorted by null

  /external/gemmlowp/fixedpoint/
fixedpoint_neon.h 37 inline int32x4_t BitOr(int32x4_t a, int32x4_t b) {
fixedpoint_sse.h 38 inline __m128i BitOr(__m128i a, __m128i b) {
156 /* round_bit = _mm_sign_epi32(BitAnd(BitOr(a,b), round_bit_mask), sum); */
fixedpoint.h 67 tIntegerType BitOr(tIntegerType a, tIntegerType b) {
507 MAKE_FIXEDPOINT_BINARY_FUNC(operator|, BitOr)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 312 _ast.BitOr = type(m.body[6].value.op)
_ast_util.py 50 BitOr: '|',
  /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 }
  /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 336 return BitOr;
513 return BitOr;
    [all...]
compile.c     [all...]
Python-ast.c 871 BitOr_type = make_type("BitOr", operator_type, NULL, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 336 return BitOr;
513 return BitOr;
    [all...]
compile.c     [all...]
Python-ast.c 854 BitOr_type = make_type("BitOr", operator_type, NULL, 0);
    [all...]
  /external/python/cpython2/Python/
ast.c 336 return BitOr;
513 return BitOr;
    [all...]
compile.c     [all...]
Python-ast.c 871 BitOr_type = make_type("BitOr", operator_type, NULL, 0);
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 965 milliseconds