Home
last modified time | relevance | path

Searched refs:PyNumber_Absolute (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def276 PyNumber_Absolute
/external/python/cpython2/Include/
Dabstract.h763 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/external/python/cpython3/Include/
Dabstract.h678 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def381 PyNumber_Absolute=python37.PyNumber_Absolute
/external/python/cpython3/Objects/
Dweakrefobject.c506 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
Dabstract.c1235 PyNumber_Absolute(PyObject *o) in PyNumber_Absolute() function
/external/python/cpython2/Objects/
Dweakrefobject.c505 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
Dabstract.c1453 PyNumber_Absolute(PyObject *o) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst92 .. c:function:: PyObject* PyNumber_Absolute(PyObject *o)
/external/python/cpython2/Modules/
Doperator.c99 spam1(op_abs , PyNumber_Absolute) in spami()
/external/python/cpython2/PC/os2emx/
Dpython27.def141 "PyNumber_Absolute"
/external/python/cpython2/Doc/c-api/
Dnumber.rst94 .. c:function:: PyObject* PyNumber_Absolute(PyObject *o)
/external/python/cpython2/Doc/data/
Drefcounts.dat772 PyNumber_Absolute:PyObject*::+1:
773 PyNumber_Absolute:PyObject*:o:0:
/external/python/cpython3/Modules/
D_operator.c171 return PyNumber_Absolute(a); in _operator_abs()
/external/python/cpython3/Doc/data/
Drefcounts.dat1384 PyNumber_Absolute:PyObject*::+1:
1385 PyNumber_Absolute:PyObject*:o:0:
/external/python/cpython3/Python/
Dbltinmodule.c347 return PyNumber_Absolute(x); in builtin_abs()
/external/python/cpython2/Python/
Dbltinmodule.c74 return PyNumber_Absolute(v); in builtin_abs()