Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h70 #define INPLACE_POWER 67 macro
/external/python/cpython3/Include/
Dopcode.h46 #define INPLACE_POWER 67 macro
/external/python/cpython2/Doc/library/
Ddis.rst302 .. opcode:: INPLACE_POWER ()
/external/python/cpython2/Python/
Dcompile.c773 case INPLACE_POWER: in opcode_stack_effect()
2294 return INPLACE_POWER; in inplace_binop()
Dceval.c1645 TARGET_NOARG(INPLACE_POWER) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst476 .. opcode:: INPLACE_POWER
/external/python/cpython3/Python/
Dcompile.c935 case INPLACE_POWER: in stack_effect()
3140 return INPLACE_POWER; in inplace_binop()
Dceval.c1406 TARGET(INPLACE_POWER) { in _PyEval_EvalFrameDefault()