Home
last modified time | relevance | path

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

/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/cpython2/Include/
Dcomplexobject.h50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/external/python/cpython2/PC/os2vacpp/
Dpython.def116 PyComplex_FromCComplex
/external/python/cpython2/Doc/c-api/
Dcomplex.rst111 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
/external/python/cpython2/Python/
Dmodsupport.c413 return PyComplex_FromCComplex( in do_mkvalue()
Dmarshal.c771 retval = PyComplex_FromCComplex(c); in r_object()
801 retval = PyComplex_FromCComplex(c); in r_object()
Dast.c3355 return PyComplex_FromCComplex(complex); in parsenumber()
/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.c1256 return PyComplex_FromCComplex(cval); in getargs_D()
/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::