Searched refs:zhi (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dlongobject.c2085 sdigit zhi; local
2164 zhi = 0;
2166 /* invariants: -PyLong_BASE <= -q <= zhi <= 0;
2168 z = (sdigit)vk[i] + zhi -
2171 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits,
2176 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0);
2177 if ((sdigit)vtop + zhi < 0) {
/external/python/cpython3/Objects/
H A Dlongobject.c2607 sdigit zhi; local
2686 zhi = 0;
2688 /* invariants: -PyLong_BASE <= -q <= zhi <= 0;
2690 z = (sdigit)vk[i] + zhi -
2693 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits,
2698 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0);
2699 if ((sdigit)vtop + zhi < 0) {

Completed in 85 milliseconds