Home
last modified time | relevance | path

Searched refs:INPLACE_DIVIDE (Results 1 – 4 of 4) 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()
2288 return INPLACE_DIVIDE; in inplace_binop()
Dceval.c1657 TARGET_NOARG(INPLACE_DIVIDE) in PyEval_EvalFrameEx()