Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c2900 long_compare(PyLongObject *a, PyLongObject *b) in long_compare() function
2930 result = long_compare((PyLongObject*)self, (PyLongObject*)other); in long_richcompare()
4595 if (long_compare(a, b) < 0) { in _PyLong_GCD()
4969 cmp = long_compare((PyLongObject *)twice_rem, (PyLongObject *)b); in _PyLong_DivmodNear()
/external/python/cpython2/Objects/
Dlongobject.c2369 long_compare(PyLongObject *a, PyLongObject *b) in long_compare() function
4325 (cmpfunc)long_compare, /* tp_compare */