Home
last modified time | relevance | path

Searched refs:_Py_SwappedOp (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Objects/
Dobject.c648 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE}; variable
665 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()
677 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()
Dfloatobject.c415 op = _Py_SwappedOp[op]; in float_richcompare()
/external/python/cpython2/Objects/
Dobject.c598 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE}; variable
616 res = (*f)(w, v, _Py_SwappedOp[op]); in try_rich_compare()
628 return (*f)(w, v, _Py_SwappedOp[op]); in try_rich_compare()
Dfloatobject.c514 op = _Py_SwappedOp[op]; in float_richcompare()
Dclassobject.c2045 res = half_richcompare(w, v, _Py_SwappedOp[op]); in instance_richcompare()
Dtypeobject.c5706 res = half_richcompare(other, self, _Py_SwappedOp[op]);
/external/python/cpython3/PC/
Dpython3.def788 _Py_SwappedOp=python36._Py_SwappedOp DATA
/external/python/cpython2/Include/
Dobject.h897 PyAPI_DATA(int) _Py_SwappedOp[];
/external/python/cpython3/Include/
Dobject.h938 PyAPI_DATA(int) _Py_SwappedOp[];
/external/python/cpython2/PC/os2emx/
Dpython27.def488 "_Py_SwappedOp"