Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h59 #define INPLACE_MULTIPLY 57 macro
/external/python/cpython3/Include/
Dopcode.h37 #define INPLACE_MULTIPLY 57 macro
/external/python/cpython2/Doc/library/
Ddis.rst307 .. opcode:: INPLACE_MULTIPLY ()
/external/python/cpython2/Python/
Dcompile.c756 case INPLACE_MULTIPLY: in opcode_stack_effect()
2285 return INPLACE_MULTIPLY; in inplace_binop()
Dceval.c1657 TARGET_NOARG(INPLACE_MULTIPLY) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst481 .. opcode:: INPLACE_MULTIPLY
/external/python/cpython3/Python/
Dcompile.c920 case INPLACE_MULTIPLY: in stack_effect()
3132 return INPLACE_MULTIPLY; in inplace_binop()
Dceval.c1418 TARGET(INPLACE_MULTIPLY) { in _PyEval_EvalFrameDefault()