Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
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()
/external/python/cpython2/Python/
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()
/external/python/cpython2/Objects/
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()
/external/python/cpython3/Objects/
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()