Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dlongintrepr.h48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */ typedef
56 typedef long stwodigits; /* signed variant of twodigits */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dlongintrepr.h48 typedef PY_INT64_T stwodigits; /* signed variant of twodigits */ typedef
56 typedef long stwodigits; /* signed variant of twodigits */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c2084 stwodigits z; in x_divrem()
2167 (stwodigits)q * (stwodigits)w0[i]; in x_divrem()
2169 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c2084 stwodigits z; in x_divrem()
2167 (stwodigits)q * (stwodigits)w0[i]; in x_divrem()
2169 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c2098 stwodigits z; in x_divrem()
2181 (stwodigits)q * (stwodigits)w0[i]; in x_divrem()
2183 zhi = (sdigit)Py_ARITHMETIC_RIGHT_SHIFT(stwodigits, in x_divrem()