Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dobject.h672 #define Py_GE 5 macro
696 case Py_GE: if ((val1) >= (val2)) Py_RETURN_TRUE; Py_RETURN_FALSE; \
/third_party/python/Objects/
H A Drangeobject.c212 cmp_result = PyObject_RichCompareBool(lo, hi, Py_GE); in compute_range_length()
310 cmp_result = PyObject_RichCompareBool(i, r->length, Py_GE); in compute_range_item()
496 case Py_GE: in range_richcompare()
H A Dsliceobject.c588 case Py_GE: in slice_richcompare()
H A Dobject.c656 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
719 assert(Py_LT <= op && op <= Py_GE); in PyObject_RichCompare()
H A Dfloatobject.c576 case Py_GE: in float_richcompare()
H A Dsetobject.c1827 case Py_GE: in set_richcompare()
H A Dbytesobject.c1548 case Py_GE: in bytes_richcompare()
H A Ddictobject.c4693 case Py_GE: in dictview_richcompare()
H A Dtypeobject.c7031 RICHCMP_WRAPPER(ge, Py_GE)
H A Dunicodeobject.c11332 case Py_GE: in PyUnicode_RichCompare()
/third_party/python/Python/
H A Dspecialize.c1900 [Py_GE] = 0 | 2 | 4,
1930 assert(oparg <= Py_GE); in _Py_Specialize_CompareOp()
H A Dceval.c3703 assert(oparg <= Py_GE);
H A Dcompile.c2869 cmp = Py_GE; in compiler_addcompare()
/third_party/python/Modules/
H A Darraymodule.c731 case Py_GE: cmp = result >= 0; break; in array_richcompare()
773 case Py_GE: cmp = vs >= ws; break; in array_richcompare()
H A D_operator.c654 return PyObject_RichCompare(a, b, Py_GE); in _operator_ge_impl()
H A D_collectionsmodule.c1468 case Py_GE: cmp = y == NULL; break; /* if w was not longer */ in deque_richcompare()
H A D_ssl.c5055 case Py_GE: in PySSLSession_richcompare()
/third_party/python/Modules/_decimal/
H A D_decimal.c4608 case Py_GE: in dec_richcompare()

Completed in 106 milliseconds