Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def276 PyNumber_Absolute
/external/python/cpython2/Modules/
D_randommodule.c235 n = PyNumber_Absolute(arg); in random_seed()
Doperator.c99 spam1(op_abs , PyNumber_Absolute) in spami()
/external/python/cpython2/Include/
Dabstract.h763 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/external/python/cpython2/Objects/
Dweakrefobject.c503 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
Dabstract.c1453 PyNumber_Absolute(PyObject *o) function
/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/cpython2/Python/
Dbltinmodule.c75 return PyNumber_Absolute(v); in builtin_abs()