Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dobject.h668 #define Py_LE 1 macro
695 case Py_LE: if ((val1) <= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
/third_party/python/Objects/
H A Drangeobject.c395 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 Dsliceobject.c587 case Py_LE: in slice_richcompare()
H A Dobject.c656 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
H A Dfloatobject.c573 case Py_LE: in float_richcompare()
H A Dsetobject.c1825 case Py_LE: in set_richcompare()
H A Dbytesobject.c1547 case Py_LE: in bytes_richcompare()
H A Ddictobject.c4683 case Py_LE: in dictview_richcompare()
H A Dtypeobject.c7027 RICHCMP_WRAPPER(le, Py_LE)
H A Dunicodeobject.c11331 case Py_LE: in PyUnicode_RichCompare()
/third_party/python/Modules/
H A Darraymodule.c727 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.c628 return PyObject_RichCompare(a, b, Py_LE); in _operator_le_impl()
H A D_collectionsmodule.c1464 case Py_LE: cmp = x == NULL; break; /* if v was not longer */ in deque_richcompare()
H A D_ssl.c5053 case Py_LE: in PySSLSession_richcompare()
/third_party/python/Python/
H A Dspecialize.c1896 [Py_LE] = 1 | 2 | 0,
H A Dcompile.c2863 cmp = Py_LE; in compiler_addcompare()
/third_party/python/Modules/_decimal/
H A D_decimal.c4605 case Py_LE: in dec_richcompare()

Completed in 92 milliseconds