Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h45 #define INPLACE_MULTIPLY 57 macro
/third_party/python/Doc/library/
Ddis.rst498 .. opcode:: INPLACE_MULTIPLY
/third_party/python/Python/
Dcompile.c1003 case INPLACE_MULTIPLY: in stack_effect()
3650 return INPLACE_MULTIPLY; in inplace_binop()
Dceval.c2214 case TARGET(INPLACE_MULTIPLY): { in _PyEval_EvalFrameDefault()