Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h483 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/third_party/python/Modules/
D_randommodule.c291 n = PyNumber_Absolute(arg); in random_seed()
Dmathmodule.c845 Py_SETREF(res, PyNumber_Absolute(res)); in math_gcd()
900 ab = PyNumber_Absolute(m); in long_lcm()
920 Py_SETREF(res, PyNumber_Absolute(res)); in math_lcm()
D_operator.c184 return PyNumber_Absolute(a); in _operator_abs()
/third_party/python/Objects/
Dweakrefobject.c542 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
Dabstract.c1389 PyNumber_Absolute(PyObject *o) in PyNumber_Absolute() function
/third_party/python/Doc/c-api/
Dnumber.rst95 .. c:function:: PyObject* PyNumber_Absolute(PyObject *o)
/third_party/python/Doc/data/
Dstable_abi.dat407 function,PyNumber_Absolute,3.2,
Drefcounts.dat1415 PyNumber_Absolute:PyObject*::+1:
1416 PyNumber_Absolute:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c383 EXPORT_FUNC(PyNumber_Absolute)
/third_party/python/Misc/
Dstable_abi.txt934 function PyNumber_Absolute
/third_party/python/Python/
Dbltinmodule.c307 return PyNumber_Absolute(x); in builtin_abs()