Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast_opt.c165 safe_multiply(PyObject *v, PyObject *w) in safe_multiply() function
204 return safe_multiply(w, v); in safe_multiply()
276 newval = safe_multiply(lv, rv); in fold_binop()