Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c3249 kmul_split(PyLongObject *n, in kmul_split() function
3337 if (kmul_split(a, shift, &ah, &al) < 0) goto fail; in k_mul()
3346 else if (kmul_split(b, shift, &bh, &bl) < 0) goto fail; in k_mul()