Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c3935 kmul_split(PyLongObject *n, in kmul_split() function
4023 if (kmul_split(a, shift, &ah, &al) < 0) goto fail; in k_mul()
4030 else if (kmul_split(b, shift, &bh, &bl) < 0) goto fail; in k_mul()