Home
last modified time | relevance | path

Searched refs:PY_ABS_LONG_MIN (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmystrtoul.c254 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
277 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python37/Python-3.7.12/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python27/Python-2.7.18/Python/
H A Dmystrtoul.c254 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
277 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python38/Python-3.8.12/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python39/Python-3.9.9/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Python/
H A Dmystrtoul.c254 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
277 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in Ta27OS_strtol()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmystrtoul.c254 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
277 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/lang/python310/Python-3.10.1/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_convert_utils.c42 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
112 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in GMPy_Integer_AsLongAndError()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c236 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
326 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlongobject.c236 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
326 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dlongobject.c220 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
310 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dlongobject.c220 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
310 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dlongobject.c389 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
463 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dlongobject.c456 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
530 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dlongobject.c456 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
530 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dlongobject.c412 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
486 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dlongobject.c356 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
430 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dlongobject.c456 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
530 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dlongobject.c480 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
554 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()

12