Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c2699 k_mul(PyLongObject *a, PyLongObject *b) in k_mul() function
2789 if ((t1 = k_mul(ah, bh)) == NULL) goto fail; in k_mul()
2802 if ((t2 = k_mul(al, bl)) == NULL) { in k_mul()
2843 t3 = k_mul(t1, t2); in k_mul()
2951 product = k_mul(a, bslice); in k_lopsided_mul()
2983 z = k_mul(a, b); in long_mul()