Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dobject.h352 PyAPI_DATA(int) _Py_SwappedOp[];
/third_party/python/Objects/
H A Dobject.c656 int _Py_SwappedOp[] = {Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE}; variable
673 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()
685 res = (*f)(w, v, _Py_SwappedOp[op]); in do_richcompare()
H A Dfloatobject.c485 op = _Py_SwappedOp[op]; in float_richcompare()
/third_party/python/PC/
H A Dpython3dll.c735 EXPORT_DATA(_Py_SwappedOp)

Completed in 8 milliseconds