Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h36 #define INPLACE_TRUE_DIVIDE 29 macro
/external/python/cpython3/Include/
Dopcode.h31 #define INPLACE_TRUE_DIVIDE 29 macro
/external/python/cpython2/Doc/library/
Ddis.rst323 .. opcode:: INPLACE_TRUE_DIVIDE ()
/external/python/cpython2/Python/
Dcompile.c724 case INPLACE_TRUE_DIVIDE: in opcode_stack_effect()
2288 return INPLACE_TRUE_DIVIDE; in inplace_binop()
Dceval.c1684 TARGET_NOARG(INPLACE_TRUE_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst498 .. opcode:: INPLACE_TRUE_DIVIDE
/external/python/cpython3/Python/
Dcompile.c915 case INPLACE_TRUE_DIVIDE: in stack_effect()
3136 return INPLACE_TRUE_DIVIDE; in inplace_binop()
Dceval.c1442 TARGET(INPLACE_TRUE_DIVIDE) { in _PyEval_EvalFrameDefault()