Home
last modified time | relevance | path

Searched refs:INPLACE_DIVIDE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h60 #define INPLACE_DIVIDE 58 macro
/external/python/cpython2/Doc/library/
Ddis.rst312 .. opcode:: INPLACE_DIVIDE ()
/external/python/cpython2/Python/
Dcompile.c757 case INPLACE_DIVIDE: in opcode_stack_effect()
2290 return INPLACE_DIVIDE; in inplace_binop()
Dceval.c1669 TARGET_NOARG(INPLACE_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython3/Misc/
DHISTORY17297 - Removed these opcodes: BINARY_DIVIDE, INPLACE_DIVIDE, UNARY_CONVERT.