Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dmystrtoul.c258 * about PY_ABS_LONG_MIN in longobject.c.
260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
283 else if (sign == '-' && uresult == PY_ABS_LONG_MIN) { in PyOS_strtol()
/third_party/python/Objects/
H A Dlongobject.c440 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) macro
514 else if (sign < 0 && x == PY_ABS_LONG_MIN) { in PyLong_AsLongAndOverflow()

Completed in 9 milliseconds