/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 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 …]
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | complexobject.c | 234 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/ |
D | complexobject.c | 228 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/ |
D | complexobject.h | 31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | complexobject.h | 31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | complexobject.h | 31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | complexobject.h | 31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | complexobject.h | 31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | complexobject.h | 50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | cmathmodule.c | 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()
|
D | _testclinic.c | 492 RETURN_PACKED_ARGS(1, PyComplex_FromCComplex, Py_complex, a); in py_complex_converter_impl()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | python_scalars.h | 137 return PyComplex_FromCComplex( in load_scalar()
|
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 116 PyComplex_FromCComplex
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | complex.rst | 106 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | complex.rst | 111 .. c:function:: PyObject* PyComplex_FromCComplex(Py_complex v)
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cmathmodule.c | 850 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.c | 1266 return PyComplex_FromCComplex(cval); in getargs_D()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | marshal.c | 777 retval = PyComplex_FromCComplex(c); in r_object() 807 retval = PyComplex_FromCComplex(c); in r_object()
|
D | modsupport.c | 413 return PyComplex_FromCComplex( in do_mkvalue()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | modsupport.c | 378 return PyComplex_FromCComplex( in do_mkvalue()
|
D | marshal.c | 1091 retval = PyComplex_FromCComplex(c); in r_object() 1105 retval = PyComplex_FromCComplex(c); in r_object()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 248 "PyComplex_FromCComplex"
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | pegen.c | 593 return PyComplex_FromCComplex(compl); in parsenumber_raw()
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 142 PyComplex_FromCComplex:PyObject*::+1: 143 PyComplex_FromCComplex::Py_complex v::
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 351 PyComplex_FromCComplex:PyObject*::+1: 352 PyComplex_FromCComplex::Py_complex v::
|