Home
last modified time | relevance | path

Searched refs:INPLACE_FLOOR_DIVIDE (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h31 #define INPLACE_FLOOR_DIVIDE 28 macro
/third_party/python/Doc/library/
Ddis.rst510 .. opcode:: INPLACE_FLOOR_DIVIDE
/third_party/python/Python/
Dcompile.c997 case INPLACE_FLOOR_DIVIDE: in stack_effect()
3670 return INPLACE_FLOOR_DIVIDE; in inplace_binop()
Dceval.c2250 case TARGET(INPLACE_FLOOR_DIVIDE): { in _PyEval_EvalFrameDefault()