Home
last modified time | relevance | path

Searched refs:PyNumber_Invert (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def286 PyNumber_Invert
/external/python/cpython2/Modules/
Doperator.c100 spam1(op_inv , PyNumber_Invert) in spami()
101 spam1(op_invert , PyNumber_Invert) in spami()
/external/python/cpython3/Modules/
D_operator.c184 return PyNumber_Invert(a); in _operator_inv()
197 return PyNumber_Invert(a); in _operator_invert()
/external/python/cpython2/Include/
Dabstract.h771 PyAPI_FUNC(PyObject *) PyNumber_Invert(PyObject *o);
/external/python/cpython3/Include/
Dabstract.h683 PyAPI_FUNC(PyObject *) PyNumber_Invert(PyObject *o);
/external/python/cpython2/Python/
Dpeephole.c213 newconst = PyNumber_Invert(v); in fold_unaryops_on_constants()
Dceval.c1384 x = PyNumber_Invert(v); in PyEval_EvalFrameEx()
/external/python/cpython3/PC/
Dpython3.def403 PyNumber_Invert=python37.PyNumber_Invert
/external/python/cpython3/Objects/
Dweakrefobject.c507 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY()
Dabstract.c1219 PyNumber_Invert(PyObject *o) in PyNumber_Invert() function
/external/python/cpython2/Objects/
Dweakrefobject.c506 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY()
Dabstract.c1439 PyNumber_Invert(PyObject *o) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst100 .. c:function:: PyObject* PyNumber_Invert(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def142 "PyNumber_Invert"
/external/python/cpython2/Doc/c-api/
Dnumber.rst102 .. c:function:: PyObject* PyNumber_Invert(PyObject *o)
/external/python/cpython2/Doc/data/
Drefcounts.dat861 PyNumber_Invert:PyObject*::+1:
862 PyNumber_Invert:PyObject*:o:0:
/external/python/cpython3/Python/
Dast_opt.c119 [Invert] = PyNumber_Invert, in fold_unaryop()
Dceval.c1184 PyObject *res = PyNumber_Invert(value); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/data/
Drefcounts.dat1469 PyNumber_Invert:PyObject*::+1:
1470 PyNumber_Invert:PyObject*:o:0: