HomeSort by relevance Sort by last modified time
    Searched full:rightshift (Results 1 - 25 of 39) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 47 #define RIGHTSHIFT 35
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 47 #define RIGHTSHIFT 35
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 44 RIGHTSHIFT = 35
grammar.py 162 >> RIGHTSHIFT
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 44 RIGHTSHIFT = 35
grammar.py 162 >> RIGHTSHIFT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py 58 if args and args[0] == pytree.Leaf(token.RIGHTSHIFT, u">>"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py 58 if args and args[0] == pytree.Leaf(token.RIGHTSHIFT, u">>"):
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 168 | RIGHTSHIFT testlist
296 shift_expr: arith_expr ((LEFTSHIFT|RIGHTSHIFT) arith_expr)*
446 RIGHTSHIFT : '>>' ;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 48 RIGHTSHIFT = 35
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 48 RIGHTSHIFT = 35
  /external/opencv/cv/src/
cvsnakes.cpp 302 int rightshift = MIN( 1, roi.width - (x + 1)*WTILE_SIZE ); local
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
313 for( m = 0; m < WTILE_SIZE + rightshift; m++ )
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 83 inline deUint32 rightShift (deUint32 value, int amount) { return value >> amount; }
84 inline int rightShift (int value, int amount) { return (value >> amount) | (value >= 0 ? 0 : ~(~0U >> amount)); } // \note Arithmetic shift.
94 template<typename T, int Size> Vector<T, Size> rightShift (const Vector<T, Size>& value, const Vector<int, Size>& amount)
98 result[i] = rightShift(value[i], amount[i]);
103 template<typename T, int Size> Vector<T, Size> rightShiftVecScalar (const Vector<T, Size>& value, int amount) { return rightShift(value, Vector<int, Size>(amount)); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 65 ULONG RightShift : 1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 431 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 431 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 431 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 385 elif nodelist[1][0] == token.RIGHTSHIFT:
676 elif nodelist[i-1][0] == token.RIGHTSHIFT:
677 node = RightShift([node, right], lineno=nodelist[1][2])
    [all...]
ast.py 1140 class RightShift(Node):
1153 return "RightShift((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 385 elif nodelist[1][0] == token.RIGHTSHIFT:
676 elif nodelist[i-1][0] == token.RIGHTSHIFT:
677 node = RightShift([node, right], lineno=nodelist[1][2])
    [all...]
ast.py 1140 class RightShift(Node):
1153 return "RightShift((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /external/libopus/silk/
SigProc_FIX.h     [all...]
  /external/libvncserver/x11vnc/
keyboard.c     [all...]
  /external/valgrind/VEX/priv/
tilegx_disasm.h 1213 UInt rightshift : 2; member in struct:tilegx_operand
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 1323 milliseconds

1 2