Searched refs:Py_LE (Results 1 - 17 of 17) sorted by relevance
/third_party/python/Include/ |
H A D | object.h | 668 #define Py_LE 1 macro 695 case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
|
/third_party/python/Objects/ |
H A D | rangeobject.c | 395 cmp2 = PyObject_RichCompareBool(r->start, ob, Py_LE); in range_contains_long() 399 cmp2 = PyObject_RichCompareBool(ob, r->start, Py_LE); in range_contains_long() 495 case Py_LE: in range_richcompare()
|
H A D | sliceobject.c | 587 case Py_LE: in slice_richcompare()
|
H A D | object.c | 656 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
|
H A D | floatobject.c | 573 case Py_LE: in float_richcompare()
|
H A D | setobject.c | 1825 case Py_LE: in set_richcompare()
|
H A D | bytesobject.c | 1547 case Py_LE: in bytes_richcompare()
|
H A D | dictobject.c | 4683 case Py_LE: in dictview_richcompare()
|
H A D | typeobject.c | 7027 RICHCMP_WRAPPER(le, Py_LE)
|
H A D | unicodeobject.c | 11331 case Py_LE: in PyUnicode_RichCompare()
|
/third_party/python/Modules/ |
H A D | arraymodule.c | 727 case Py_LE: cmp = result <= 0; break; in array_richcompare() 767 case Py_LE: cmp = vs <= ws; break; in array_richcompare()
|
H A D | _operator.c | 628 return PyObject_RichCompare(a, b, Py_LE); in _operator_le_impl()
|
H A D | _collectionsmodule.c | 1464 case Py_LE: cmp = x == NULL; break; /* if v was not longer */ in deque_richcompare()
|
H A D | _ssl.c | 5053 case Py_LE: in PySSLSession_richcompare()
|
/third_party/python/Python/ |
H A D | specialize.c | 1896 [Py_LE] = 1 | 2 | 0,
|
H A D | compile.c | 2863 cmp = Py_LE; in compiler_addcompare()
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4605 case Py_LE: in dec_richcompare()
|
Completed in 92 milliseconds