Home
last modified time | relevance | path

Searched refs:PyComplex_AsCComplex (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Modules/clinic/
Dcmathmodule.c.h24 z = PyComplex_AsCComplex(arg); in cmath_acos()
66 z = PyComplex_AsCComplex(arg); in cmath_acosh()
108 z = PyComplex_AsCComplex(arg); in cmath_asin()
150 z = PyComplex_AsCComplex(arg); in cmath_asinh()
192 z = PyComplex_AsCComplex(arg); in cmath_atan()
234 z = PyComplex_AsCComplex(arg); in cmath_atanh()
276 z = PyComplex_AsCComplex(arg); in cmath_cos()
318 z = PyComplex_AsCComplex(arg); in cmath_cosh()
360 z = PyComplex_AsCComplex(arg); in cmath_exp()
402 z = PyComplex_AsCComplex(arg); in cmath_log10()
[all …]
/third_party/python/Include/
Dcomplexobject.h52 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/third_party/python/Doc/c-api/
Dcomplex.rst126 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
/third_party/python/Objects/
Dcomplexobject.c313 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
Dcodeobject.c822 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
/third_party/python/Doc/data/
Drefcounts.dat342 PyComplex_AsCComplex:Py_complex:::
343 PyComplex_AsCComplex:PyObject*:op:0:
/third_party/python/Modules/
Dcmathmodule.c965 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
/third_party/python/Python/
Dgetargs.c846 cval = PyComplex_AsCComplex(arg); in convertsimple()
/third_party/python/Lib/test/
Dclinic.test1620 a = PyComplex_AsCComplex(arg);
/third_party/python/Modules/_decimal/
D_decimal.c3023 Py_complex c = PyComplex_AsCComplex(w); in convert_op_cmp()
/third_party/python/Doc/whatsnew/
D2.6.rst3043 :c:func:`PyComplex_AsCComplex` will now accept arguments that