Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c2665 kmul_split(PyLongObject *n, in kmul_split() function
2753 if (kmul_split(a, shift, &ah, &al) < 0) goto fail; in k_mul()
2762 else if (kmul_split(b, shift, &bh, &bl) < 0) goto fail; in k_mul()
/external/python/cpython3/Objects/
Dlongobject.c3262 kmul_split(PyLongObject *n, in kmul_split() function
3350 if (kmul_split(a, shift, &ah, &al) < 0) goto fail; in k_mul()
3359 else if (kmul_split(b, shift, &bh, &bl) < 0) goto fail; in k_mul()