Home
last modified time | relevance | path

Searched refs:BINARY_DIVIDE (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h28 #define BINARY_DIVIDE 21 macro
/external/python/cpython2/Python/
Dpeephole.c110 case BINARY_DIVIDE: in fold_binops_on_constants()
Dcompile.c715 case BINARY_DIVIDE: in opcode_stack_effect()
2223 return BINARY_DIVIDE; in binop()
Dceval.c1415 TARGET_NOARG(BINARY_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst235 .. opcode:: BINARY_DIVIDE ()
/external/python/cpython3/Misc/
DHISTORY17297 - Removed these opcodes: BINARY_DIVIDE, INPLACE_DIVIDE, UNARY_CONVERT.