Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongintrepr.h48 typedef int64_t stwodigits; /* signed variant of twodigits */ typedef
56 typedef long stwodigits; /* signed variant of twodigits */
/third_party/python/Objects/
Dlongobject.c2608 stwodigits z; in x_divrem()
2691 (stwodigits)q * (stwodigits)w0[i]; in x_divrem()
2693 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
3540 stwodigits v = (stwodigits)(MEDIUM_VALUE(a)) * MEDIUM_VALUE(b); in long_mul()
4705 stwodigits x, y, q, s, t, c_carry, d_carry; in _PyLong_GCD()
4706 stwodigits A, B, C, D, T; in _PyLong_GCD()