Home
last modified time | relevance | path

Searched defs:RIGHTSHIFT (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dtoken.h47 #define RIGHTSHIFT 35 macro
/external/python/cpython2/Lib/
Dtoken.py46 RIGHTSHIFT = 35 variable
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py44 RIGHTSHIFT = 35 variable
/external/llvm-project/compiler-rt/lib/builtins/hexagon/
Ddffma.S168 #define RIGHTSHIFT r13 macro
231 RIGHTSHIFT = min(EXPC,TMP) define
294 RIGHTSHIFT = sub(#64,LEFTSHIFT) define
/external/python/cpython3/Include/
Dtoken.h47 #define RIGHTSHIFT 34 macro
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py44 RIGHTSHIFT = 35 variable
/external/python/cpython3/Lib/
Dtoken.py40 RIGHTSHIFT = 34 variable
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp729 RIGHTSHIFT, in ExpressionValue() enumerator