Searched refs:PyComplex_FromCComplex (Results 1 – 21 of 21) sorted by relevance
40 return_value = PyComplex_FromCComplex(_return_value); in cmath_acos()82 return_value = PyComplex_FromCComplex(_return_value); in cmath_acosh()124 return_value = PyComplex_FromCComplex(_return_value); in cmath_asin()166 return_value = PyComplex_FromCComplex(_return_value); in cmath_asinh()208 return_value = PyComplex_FromCComplex(_return_value); in cmath_atan()250 return_value = PyComplex_FromCComplex(_return_value); in cmath_atanh()292 return_value = PyComplex_FromCComplex(_return_value); in cmath_cos()334 return_value = PyComplex_FromCComplex(_return_value); in cmath_cosh()376 return_value = PyComplex_FromCComplex(_return_value); in cmath_exp()418 return_value = PyComplex_FromCComplex(_return_value); in cmath_log10()[all …]
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 …]
223 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() function251 return PyComplex_FromCComplex(c); in PyComplex_FromDoubles()471 return PyComplex_FromCComplex(result); in complex_add()484 return PyComplex_FromCComplex(result); in complex_sub()497 return PyComplex_FromCComplex(result); in complex_mul()515 return PyComplex_FromCComplex(quot); in complex_div()570 return PyComplex_FromCComplex(p); in complex_pow()587 return PyComplex_FromCComplex(neg); in complex_neg()598 return PyComplex_FromCComplex(v->cval); in complex_pos()703 return PyComplex_FromCComplex(c); in complex_conjugate()
45 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
116 PyComplex_FromCComplex
106 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
111 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
976 return PyComplex_FromCComplex(x); in cmath_log_impl()1123 return PyComplex_FromCComplex(z); in cmath_rect_impl()1292 PyModule_AddObject(m, "infj", PyComplex_FromCComplex(c_infj())); in PyInit_cmath()1295 PyModule_AddObject(m, "nanj", PyComplex_FromCComplex(c_nanj())); in PyInit_cmath()
1254 return PyComplex_FromCComplex(cval); in getargs_D()
850 return PyComplex_FromCComplex(x); in cmath_log()891 return PyComplex_FromCComplex(r); in math_1()1027 return PyComplex_FromCComplex(z); in cmath_rect()
1266 return PyComplex_FromCComplex(cval); in getargs_D()
413 return PyComplex_FromCComplex( in do_mkvalue()
777 retval = PyComplex_FromCComplex(c); in r_object()807 retval = PyComplex_FromCComplex(c); in r_object()
3357 return PyComplex_FromCComplex(complex); in parsenumber()
367 return PyComplex_FromCComplex( in do_mkvalue()
1090 retval = PyComplex_FromCComplex(c); in r_object()1111 retval = PyComplex_FromCComplex(c); in r_object()
4071 return PyComplex_FromCComplex(compl); in parsenumber_raw()
248 "PyComplex_FromCComplex"
142 PyComplex_FromCComplex:PyObject*::+1:143 PyComplex_FromCComplex::Py_complex v::
333 PyComplex_FromCComplex:PyObject*::+1:334 PyComplex_FromCComplex::Py_complex v::