Home
last modified time | relevance | path

Searched refs:BINARY_DIVIDE (Results 1 – 5 of 5) 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()
2221 return BINARY_DIVIDE; in binop()
Dceval.c1407 TARGET_NOARG(BINARY_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst235 .. opcode:: BINARY_DIVIDE ()