Home
last modified time | relevance | path

Searched refs:INPLACE_SUBTRACT (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h58 #define INPLACE_SUBTRACT 56 macro
/external/python/cpython3/Include/
Dopcode.h36 #define INPLACE_SUBTRACT 56 macro
/external/python/cpython2/Doc/library/
Ddis.rst339 .. opcode:: INPLACE_SUBTRACT ()
/external/python/cpython2/Python/
Dcompile.c755 case INPLACE_SUBTRACT: in opcode_stack_effect()
2283 return INPLACE_SUBTRACT; in inplace_binop()
Dceval.c1752 TARGET_NOARG(INPLACE_SUBTRACT) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst513 .. opcode:: INPLACE_SUBTRACT
/external/python/cpython3/Python/
Dcompile.c919 case INPLACE_SUBTRACT: in stack_effect()
3130 return INPLACE_SUBTRACT; in inplace_binop()
Dceval.c1497 TARGET(INPLACE_SUBTRACT) { in _PyEval_EvalFrameDefault()