Home
last modified time | relevance | path

Searched refs:PyComplex_FromCComplex (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Modules/clinic/
H A 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_valu in cmath_log10()
[all...]
/third_party/python/Objects/
H A Dcomplexobject.c228 PyComplex_FromCComplex(Py_complex cval) in PyComplex_FromCComplex() function
255 return PyComplex_FromCComplex(c); in PyComplex_FromDoubles()
466 return PyComplex_FromCComplex(result); in complex_add()
477 return PyComplex_FromCComplex(result); in complex_sub()
488 return PyComplex_FromCComplex(result); in complex_mul()
504 return PyComplex_FromCComplex(quot); in complex_div()
540 return PyComplex_FromCComplex(p); in complex_pow()
549 return PyComplex_FromCComplex(neg); in complex_neg()
560 return PyComplex_FromCComplex(v->cval); in complex_pos()
653 return PyComplex_FromCComplex( in complex_conjugate_impl()
[all...]
/third_party/python/Include/cpython/
H A Dcomplexobject.h31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/third_party/python/Modules/
H A Dcmathmodule.c46 return_value = PyComplex_FromCComplex(_return_value);
981 return PyComplex_FromCComplex(x); in cmath_log_impl()
1122 return PyComplex_FromCComplex(z); in cmath_rect_impl()
1282 PyComplex_FromCComplex(c_infj())) < 0) { in cmath_exec()
1290 PyComplex_FromCComplex(c_nanj())) < 0) { in cmath_exec()
H A D_testclinic.c492 RETURN_PACKED_ARGS(1, PyComplex_FromCComplex, Py_complex, a); in py_complex_converter_impl()
H A D_testcapimodule.c1614 return PyComplex_FromCComplex(cval); in getargs_D()
/third_party/python/Python/
H A Dmodsupport.c378 return PyComplex_FromCComplex( in do_mkvalue()
H A Dmarshal.c1091 retval = PyComplex_FromCComplex(c); in r_object()
1105 retval = PyComplex_FromCComplex(c); in r_object()
/third_party/python/Parser/
H A Dpegen.c593 return PyComplex_FromCComplex(compl); in parsenumber_raw()

Completed in 20 milliseconds