Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c2083 sdigit zhi; in x_divrem() local
2162 zhi = 0; in x_divrem()
2166 z = (sdigit)vk[i] + zhi - in x_divrem()
2169 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
2174 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2175 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c2083 sdigit zhi; in x_divrem() local
2162 zhi = 0; in x_divrem()
2166 z = (sdigit)vk[i] + zhi - in x_divrem()
2169 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
2174 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2175 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c2097 sdigit zhi; in x_divrem() local
2176 zhi = 0; in x_divrem()
2180 z = (sdigit)vk[i] + zhi - in x_divrem()
2183 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
2188 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2189 if ((sdigit)vtop + zhi < 0) { in x_divrem()