Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h29 #define BINARY_FLOOR_DIVIDE 26 macro
/third_party/python/Doc/library/
Ddis.rst431 .. opcode:: BINARY_FLOOR_DIVIDE
/third_party/python/Python/
Dcompile.c912 case BINARY_FLOOR_DIVIDE: in stack_effect()
3507 return BINARY_FLOOR_DIVIDE; in binop()
Dceval.c1652 case TARGET(BINARY_FLOOR_DIVIDE): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.2.rst1983 34 BINARY_FLOOR_DIVIDE