Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h35 #define INPLACE_FLOOR_DIVIDE 28 macro
/external/python/cpython3/Include/
Dopcode.h30 #define INPLACE_FLOOR_DIVIDE 28 macro
/external/python/cpython2/Doc/library/
Ddis.rst318 .. opcode:: INPLACE_FLOOR_DIVIDE ()
/external/python/cpython2/Python/
Dcompile.c723 case INPLACE_FLOOR_DIVIDE: in opcode_stack_effect()
2306 return INPLACE_FLOOR_DIVIDE; in inplace_binop()
Dceval.c1696 TARGET_NOARG(INPLACE_FLOOR_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst493 .. opcode:: INPLACE_FLOOR_DIVIDE
/external/python/cpython3/Python/
Dcompile.c914 case INPLACE_FLOOR_DIVIDE: in stack_effect()
3152 return INPLACE_FLOOR_DIVIDE; in inplace_binop()
Dceval.c1454 TARGET(INPLACE_FLOOR_DIVIDE) { in _PyEval_EvalFrameDefault()