Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def276 PyNumber_Absolute
/external/python/cpython3/Include/
Dabstract.h460 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/external/python/cpython3/Modules/
D_randommodule.c290 n = PyNumber_Absolute(arg); in random_seed()
Dmathmodule.c843 Py_SETREF(res, PyNumber_Absolute(res)); in math_gcd()
896 ab = PyNumber_Absolute(m); in long_lcm()
916 Py_SETREF(res, PyNumber_Absolute(res)); in math_lcm()
D_operator.c171 return PyNumber_Absolute(a); in _operator_abs()
/external/python/cpython2/Include/
Dabstract.h763 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def383 PyNumber_Absolute=python39.PyNumber_Absolute
/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/Objects/
Dweakrefobject.c542 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
Dabstract.c1296 PyNumber_Absolute(PyObject *o) in PyNumber_Absolute() function
/external/python/cpython2/Modules/
Doperator.c99 spam1(op_abs , PyNumber_Absolute) in spami()
/external/python/cpython3/Doc/c-api/
Dnumber.rst95 .. c:function:: PyObject* PyNumber_Absolute(PyObject *o)
/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/Doc/data/
Drefcounts.dat1412 PyNumber_Absolute:PyObject*::+1:
1413 PyNumber_Absolute:PyObject*:o:0:
/external/python/cpython3/Python/
Dbltinmodule.c315 return PyNumber_Absolute(x); in builtin_abs()
/external/python/cpython2/Python/
Dbltinmodule.c74 return PyNumber_Absolute(v); in builtin_abs()