Searched refs:PyComplex_AsCComplex (Results 1 – 11 of 11) sorted by relevance
24 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 …]
52 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
126 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
313 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
822 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
342 PyComplex_AsCComplex:Py_complex:::343 PyComplex_AsCComplex:PyObject*:op:0:
965 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
846 cval = PyComplex_AsCComplex(arg); in convertsimple()
1620 a = PyComplex_AsCComplex(arg);
3023 Py_complex c = PyComplex_AsCComplex(w); in convert_op_cmp()
3043 :c:func:`PyComplex_AsCComplex` will now accept arguments that