Home
last modified time | relevance | path

Searched refs:BINARY_MULTIPLY (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Dopcode.h24 #define BINARY_MULTIPLY 20 macro
/third_party/python/Doc/library/
Ddis.rst419 .. opcode:: BINARY_MULTIPLY
/third_party/python/Python/
Dcompile.c988 case BINARY_MULTIPLY: in stack_effect()
3613 return BINARY_MULTIPLY; in binop()
Dceval.c2000 case TARGET(BINARY_MULTIPLY): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.2.rst1977 22 BINARY_MULTIPLY