Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h54 #define INPLACE_POWER 67 macro
/third_party/python/Doc/library/
Ddis.rst493 .. opcode:: INPLACE_POWER
/third_party/python/Python/
Dcompile.c1018 case INPLACE_POWER: in stack_effect()
3658 return INPLACE_POWER; in inplace_binop()
Dceval.c2202 case TARGET(INPLACE_POWER): { in _PyEval_EvalFrameDefault()