Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c395 *MatMult_singleton, *Div_singleton, *Mod_singleton, *Pow_singleton, variable
1040 MatMult_singleton = PyType_GenericNew(MatMult_type, NULL, NULL); in init_types()
1041 if (!MatMult_singleton) return 0; in init_types()
3591 Py_INCREF(MatMult_singleton); in ast2obj_operator()
3592 return MatMult_singleton; in ast2obj_operator()