Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h20 #define BINARY_MATRIX_MULTIPLY 16 macro
/external/python/cpython3/Doc/library/
Ddis.rst407 .. opcode:: BINARY_MATRIX_MULTIPLY
/external/python/cpython3/Python/
Dcompile.c906 case BINARY_MATRIX_MULTIPLY: in stack_effect()
3097 return BINARY_MATRIX_MULTIPLY; in binop()
Dceval.c1216 TARGET(BINARY_MATRIX_MULTIPLY) { in _PyEval_EvalFrameDefault()