Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h30 #define BINARY_TRUE_DIVIDE 27 macro
/third_party/python/Doc/library/
Ddis.rst436 .. opcode:: BINARY_TRUE_DIVIDE
/third_party/python/Python/
Dcompile.c995 case BINARY_TRUE_DIVIDE: in stack_effect()
3617 return BINARY_TRUE_DIVIDE; in binop()
Dceval.c2024 case TARGET(BINARY_TRUE_DIVIDE): { in _PyEval_EvalFrameDefault()