Searched refs:_Py_SwappedOp (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython3/Objects/
H A 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]);
677 res = (*f)(w, v, _Py_SwappedOp[op]);
H A Dfloatobject.c415 op = _Py_SwappedOp[op];
/external/python/cpython2/Objects/
H A 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]);
628 return (*f)(w, v, _Py_SwappedOp[op]);
H A Dfloatobject.c514 op = _Py_SwappedOp[op];
H A Dclassobject.c2045 res = half_richcompare(w, v, _Py_SwappedOp[op]);
H A Dtypeobject.c5706 res = half_richcompare(other, self, _Py_SwappedOp[op]);
/external/python/cpython2/Include/
H A Dobject.h897 PyAPI_DATA(int) _Py_SwappedOp[];
/external/python/cpython3/Include/
H A Dobject.h938 PyAPI_DATA(int) _Py_SwappedOp[];

Completed in 210 milliseconds