Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h61 #define INPLACE_MODULO 59 macro
/external/python/cpython3/Include/
Dopcode.h38 #define INPLACE_MODULO 59 macro
/external/python/cpython2/Doc/library/
Ddis.rst329 .. opcode:: INPLACE_MODULO ()
/external/python/cpython2/Python/
Dcompile.c758 case INPLACE_MODULO: in opcode_stack_effect()
2292 return INPLACE_MODULO; in inplace_binop()
Dceval.c1708 TARGET_NOARG(INPLACE_MODULO) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst503 .. opcode:: INPLACE_MODULO
/external/python/cpython3/Python/
Dcompile.c922 case INPLACE_MODULO: in stack_effect()
3138 return INPLACE_MODULO; in inplace_binop()
Dceval.c1466 TARGET(INPLACE_MODULO) { in _PyEval_EvalFrameDefault()