Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dlongobject.c3102 long_compare(PyLongObject *a, PyLongObject *b) in long_compare() function
3127 result = long_compare((PyLongObject*)self, (PyLongObject*)other); in long_richcompare()
4344 if (long_compare(a, (PyLongObject *)_PyLong_GetOne())) { in long_invmod()
5152 if (long_compare(a, b) < 0) { in _PyLong_GCD()
5539 cmp = long_compare((PyLongObject *)twice_rem, (PyLongObject *)b); in _PyLong_DivmodNear()

Completed in 8 milliseconds