Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h33 #define BINARY_FLOOR_DIVIDE 26 macro
/external/python/cpython2/Python/
Dpeephole.c118 case BINARY_FLOOR_DIVIDE: in fold_binops_on_constants()
472 case BINARY_FLOOR_DIVIDE: in PyCode_Optimize()
Dcompile.c720 case BINARY_FLOOR_DIVIDE: in opcode_stack_effect()
2237 return BINARY_FLOOR_DIVIDE; in binop()
Dceval.c1433 TARGET_NOARG(BINARY_FLOOR_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst241 .. opcode:: BINARY_FLOOR_DIVIDE ()