Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h33 #define BINARY_FLOOR_DIVIDE 26 macro
/external/python/cpython3/Include/
Dopcode.h28 #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()
2239 return BINARY_FLOOR_DIVIDE; in binop()
Dceval.c1441 TARGET_NOARG(BINARY_FLOOR_DIVIDE) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst241 .. opcode:: BINARY_FLOOR_DIVIDE ()
/external/python/cpython3/Doc/library/
Ddis.rst414 .. opcode:: BINARY_FLOOR_DIVIDE
/external/python/cpython3/Python/
Dcompile.c911 case BINARY_FLOOR_DIVIDE: in stack_effect()
3115 return BINARY_FLOOR_DIVIDE; in binop()
Dceval.c1240 TARGET(BINARY_FLOOR_DIVIDE) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1981 34 BINARY_FLOOR_DIVIDE