Searched refs:_Py_SwappedOp (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Objects/ |
D | object.c | 648 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()
|
D | floatobject.c | 415 op = _Py_SwappedOp[op]; in float_richcompare()
|
/external/python/cpython2/Objects/ |
D | object.c | 598 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()
|
D | floatobject.c | 514 op = _Py_SwappedOp[op]; in float_richcompare()
|
D | classobject.c | 2045 res = half_richcompare(w, v, _Py_SwappedOp[op]); in instance_richcompare()
|
D | typeobject.c | 5706 res = half_richcompare(other, self, _Py_SwappedOp[op]);
|
/external/python/cpython3/PC/ |
D | python3.def | 788 _Py_SwappedOp=python36._Py_SwappedOp DATA
|
/external/python/cpython2/Include/ |
D | object.h | 897 PyAPI_DATA(int) _Py_SwappedOp[];
|
/external/python/cpython3/Include/ |
D | object.h | 938 PyAPI_DATA(int) _Py_SwappedOp[];
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 488 "_Py_SwappedOp"
|