Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlongintrepr.h48 typedef int64_t stwodigits; /* signed variant of twodigits */ typedef
56 typedef long stwodigits; /* signed variant of twodigits */
/external/python/cpython2/Include/
Dlongintrepr.h48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */ typedef
56 typedef long stwodigits; /* signed variant of twodigits */
/external/python/cpython3/Objects/
Dlongobject.c2619 stwodigits z; in x_divrem()
2702 (stwodigits)q * (stwodigits)w0[i]; in x_divrem()
2704 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
3557 stwodigits v = (stwodigits)(MEDIUM_VALUE(a)) * MEDIUM_VALUE(b); in long_mul()
4570 stwodigits x, y, q, s, t, c_carry, d_carry; in _PyLong_GCD()
4571 stwodigits A, B, C, D, T; in _PyLong_GCD()
/external/python/cpython2/Objects/
Dlongobject.c2086 stwodigits z; in x_divrem()
2169 (stwodigits)q * (stwodigits)w0[i]; in x_divrem()
2171 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()