Home
last modified time | relevance | path

Searched refs:Py_GE (Results 1 – 25 of 54) sorted by relevance

123

/external/python/cpython2/Include/
Dopcode.h163 …op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_GE=Py_GE,
Dobject.h892 #define Py_GE 5 macro
/external/python/cpython3/Include/
Dopcode.h138 PyCmp_GT=Py_GT, PyCmp_GE=Py_GE, PyCmp_IN, PyCmp_NOT_IN,
Dobject.h932 #define Py_GE 5 macro
/external/python/cpython3/Objects/
Dcellobject.c89 case Py_GE: in cell_richcompare()
Drangeobject.c190 cmp_result = PyObject_RichCompareBool(lo, hi, Py_GE); in compute_range_length()
291 cmp_result = PyObject_RichCompareBool(i, r->length, Py_GE); in compute_range_item()
487 case Py_GE: in range_richcompare()
Dsliceobject.c579 case Py_GE: in slice_richcompare()
Dobject.c648 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
711 assert(Py_LT <= op && op <= Py_GE); in PyObject_RichCompare()
Dtupleobject.c621 case Py_GE: cmp = vlen >= wlen; break; in tuplerichcompare()
Dbytesobject.c1593 case Py_GE: in bytes_richcompare()
1629 case Py_GE: c = c >= 0; break; in bytes_richcompare()
Ddescrobject.c1056 case Py_GE: in wrapper_richcompare()
Dfloatobject.c513 case Py_GE: in float_richcompare()
Dbytearrayobject.c1048 case Py_GE: cmp = cmp >= 0; break; in bytearray_richcompare()
/external/python/cpython2/Objects/
Dobject.c598 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE};
882 case Py_GE: c = c >= 0; break; in convert_3way_to_object()
948 assert(Py_LT <= op && op <= Py_GE); in PyObject_RichCompare()
Dtupleobject.c616 case Py_GE: cmp = vlen >= wlen; break; in tuplerichcompare()
Dfloatobject.c612 case Py_GE: in float_richcompare()
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc279 case Py_GE: in PyBfloat16_RichCompare()
/external/python/cpython2/Doc/c-api/
Dobject.rst105 :const:`Py_NE`, :const:`Py_GT`, or :const:`Py_GE`, corresponding to ``<``,
115 :const:`Py_NE`, :const:`Py_GT`, or :const:`Py_GE`, corresponding to ``<``,
/external/python/cpython3/Doc/c-api/
Dobject.rst134 :const:`Py_NE`, :const:`Py_GT`, or :const:`Py_GE`, corresponding to ``<``,
144 :const:`Py_NE`, :const:`Py_GT`, or :const:`Py_GE`, corresponding to ``<``,
/external/python/cpython3/Modules/
Dparsermodule.c341 case Py_GE: in parser_richcompare()
D_operator.c112 spamrc(op_ge , Py_GE) in spami()
Dselectmodule.c1912 case Py_GE: in kqueue_event_richcompare()
/external/python/cpython2/Modules/
Doperator.c138 spamrc(op_ge , Py_GE) in spami()
Dselectmodule.c1352 case Py_GE: in kqueue_event_richcompare()
D_collectionsmodule.c1054 case Py_GE: cmp = y == NULL; break; /* if w was not longer */ in deque_richcompare()

123