Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h32 #define INPLACE_TRUE_DIVIDE 29 macro
/third_party/python/Doc/library/
Ddis.rst515 .. opcode:: INPLACE_TRUE_DIVIDE
/third_party/python/Python/
Dcompile.c998 case INPLACE_TRUE_DIVIDE: in stack_effect()
3654 return INPLACE_TRUE_DIVIDE; in inplace_binop()
Dceval.c2238 case TARGET(INPLACE_TRUE_DIVIDE): { in _PyEval_EvalFrameDefault()