Searched refs:_Py_SwappedOp (Results 1 – 6 of 6) sorted by relevance
387 PyAPI_DATA(int) _Py_SwappedOp[];
283 _Py_SwappedOp
1551 Objects/object.c - _Py_SwappedOp variable int _Py_SwappedOp[]
650 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE}; variable667 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()679 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()
429 op = _Py_SwappedOp[op]; in float_richcompare()
809 _Py_SwappedOp=python39._Py_SwappedOp DATA