Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h27 #define BINARY_MULTIPLY 20 macro
/external/python/cpython3/Include/
Dopcode.h23 #define BINARY_MULTIPLY 20 macro
/external/python/cpython2/Python/
Dpeephole.c107 case BINARY_MULTIPLY: in fold_binops_on_constants()
470 case BINARY_MULTIPLY: in PyCode_Optimize()
Dcompile.c714 case BINARY_MULTIPLY: in opcode_stack_effect()
2218 return BINARY_MULTIPLY; in binop()
Dceval.c1403 TARGET_NOARG(BINARY_MULTIPLY) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst230 .. opcode:: BINARY_MULTIPLY ()
/external/python/cpython3/Doc/library/
Ddis.rst402 .. opcode:: BINARY_MULTIPLY
/external/python/cpython3/Python/
Dcompile.c905 case BINARY_MULTIPLY: in stack_effect()
3095 return BINARY_MULTIPLY; in binop()
Dceval.c1204 TARGET(BINARY_MULTIPLY) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1975 22 BINARY_MULTIPLY