Home
last modified time | relevance | path

Searched refs:PyComplex_FromCComplex (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h40 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 …]
/external/python/cpython2/Objects/
Dcomplexobject.c234 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() function
262 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 …]
/external/python/cpython3/Objects/
Dcomplexobject.c223 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() function
251 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()
/external/python/cpython3/Include/
Dcomplexobject.h45 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/external/python/cpython2/Include/
Dcomplexobject.h50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/external/python/cpython2/PC/os2vacpp/
Dpython.def116 PyComplex_FromCComplex
/external/python/cpython3/Doc/c-api/
Dcomplex.rst106 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
/external/python/cpython2/Doc/c-api/
Dcomplex.rst111 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
/external/python/cpython3/Modules/
Dcmathmodule.c976 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()
D_testcapimodule.c1254 return PyComplex_FromCComplex(cval); in getargs_D()
/external/python/cpython2/Modules/
Dcmathmodule.c850 return PyComplex_FromCComplex(x); in cmath_log()
891 return PyComplex_FromCComplex(r); in math_1()
1027 return PyComplex_FromCComplex(z); in cmath_rect()
D_testcapimodule.c1266 return PyComplex_FromCComplex(cval); in getargs_D()
/external/python/cpython2/Python/
Dmodsupport.c413 return PyComplex_FromCComplex( in do_mkvalue()
Dmarshal.c777 retval = PyComplex_FromCComplex(c); in r_object()
807 retval = PyComplex_FromCComplex(c); in r_object()
Dast.c3357 return PyComplex_FromCComplex(complex); in parsenumber()
/external/python/cpython3/Python/
Dmodsupport.c367 return PyComplex_FromCComplex( in do_mkvalue()
Dmarshal.c1090 retval = PyComplex_FromCComplex(c); in r_object()
1111 retval = PyComplex_FromCComplex(c); in r_object()
Dast.c4071 return PyComplex_FromCComplex(compl); in parsenumber_raw()
/external/python/cpython2/PC/os2emx/
Dpython27.def248 "PyComplex_FromCComplex"
/external/python/cpython2/Doc/data/
Drefcounts.dat142 PyComplex_FromCComplex:PyObject*::+1:
143 PyComplex_FromCComplex::Py_complex v::
/external/python/cpython3/Doc/data/
Drefcounts.dat333 PyComplex_FromCComplex:PyObject*::+1:
334 PyComplex_FromCComplex::Py_complex v::