Home
last modified time | relevance | path

Searched refs:PyNumber_Absolute (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Include/
H A Dabstract.h483 PyAPI_FUNC(PyObject *) PyNumber_Absolute(PyObject *o);
/third_party/python/Modules/
H A D_randommodule.c299 n = PyNumber_Absolute(arg); in random_seed()
H A Dmathmodule.c855 Py_SETREF(res, PyNumber_Absolute(res)); in math_gcd()
910 ab = PyNumber_Absolute(m); in long_lcm()
930 Py_SETREF(res, PyNumber_Absolute(res)); in math_lcm()
H A D_operator.c186 return PyNumber_Absolute(a); in _operator_abs()
/third_party/python/PC/
H A Dpython3dll.c390 EXPORT_FUNC(PyNumber_Absolute)
/third_party/python/Objects/
H A Dweakrefobject.c517 WRAP_UNARY(proxy_abs, PyNumber_Absolute)
H A Dabstract.c1378 PyNumber_Absolute(PyObject *o) in PyNumber_Absolute() function
/third_party/python/Python/
H A Dbltinmodule.c295 return PyNumber_Absolute(x); in builtin_abs()

Completed in 23 milliseconds