Searched refs:PyComplex_FromCComplex (Results 1 – 11 of 11) sorted by relevance
234 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() function262 return PyComplex_FromCComplex(c); in PyComplex_FromDoubles()529 return PyComplex_FromCComplex(result); in complex_add()542 return PyComplex_FromCComplex(result); in complex_sub()555 return PyComplex_FromCComplex(result); in complex_mul()573 return PyComplex_FromCComplex(quot); in complex_div()596 return PyComplex_FromCComplex(quot); in complex_classic_div()620 return PyComplex_FromCComplex(mod); in complex_remainder()645 d = PyComplex_FromCComplex(div); in complex_divmod()646 m = PyComplex_FromCComplex(mod); in complex_divmod()[all …]
50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
116 PyComplex_FromCComplex
111 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
413 return PyComplex_FromCComplex( in do_mkvalue()
771 retval = PyComplex_FromCComplex(c); in r_object()801 retval = PyComplex_FromCComplex(c); in r_object()
3355 return PyComplex_FromCComplex(complex); in parsenumber()
850 return PyComplex_FromCComplex(x); in cmath_log()891 return PyComplex_FromCComplex(r); in math_1()1027 return PyComplex_FromCComplex(z); in cmath_rect()
1256 return PyComplex_FromCComplex(cval); in getargs_D()
248 "PyComplex_FromCComplex"
142 PyComplex_FromCComplex:PyObject*::+1:143 PyComplex_FromCComplex::Py_complex v::