Home
last modified time | relevance | path

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

12

/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/python/cpython3/Objects/
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(c); in complex_conjugate_impl()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcomplexobject.h31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcomplexobject.h31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcomplexobject.h31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcomplexobject.h31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcomplexobject.h31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/aosp_15_r20/external/python/cpython2/Include/
Dcomplexobject.h50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c981 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()
D_testclinic.c492 RETURN_PACKED_ARGS(1, PyComplex_FromCComplex, Py_complex, a); in py_complex_converter_impl()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_scalars.h137 return PyComplex_FromCComplex( in load_scalar()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def116 PyComplex_FromCComplex
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcomplex.rst106 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcomplex.rst111 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython2/Python/
Dmarshal.c777 retval = PyComplex_FromCComplex(c); in r_object()
807 retval = PyComplex_FromCComplex(c); in r_object()
Dmodsupport.c413 return PyComplex_FromCComplex( in do_mkvalue()
/aosp_15_r20/external/python/cpython3/Python/
Dmodsupport.c378 return PyComplex_FromCComplex( in do_mkvalue()
Dmarshal.c1091 retval = PyComplex_FromCComplex(c); in r_object()
1105 retval = PyComplex_FromCComplex(c); in r_object()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def248 "PyComplex_FromCComplex"
/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c593 return PyComplex_FromCComplex(compl); in parsenumber_raw()
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat142 PyComplex_FromCComplex:PyObject*::+1:
143 PyComplex_FromCComplex::Py_complex v::
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat351 PyComplex_FromCComplex:PyObject*::+1:
352 PyComplex_FromCComplex::Py_complex v::

12