Home
last modified time | relevance | path

Searched refs:PyComplex_AsCComplex (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h24 z = PyComplex_AsCComplex(arg); in cmath_acos()
66 z = PyComplex_AsCComplex(arg); in cmath_acosh()
108 z = PyComplex_AsCComplex(arg); in cmath_asin()
150 z = PyComplex_AsCComplex(arg); in cmath_asinh()
192 z = PyComplex_AsCComplex(arg); in cmath_atan()
234 z = PyComplex_AsCComplex(arg); in cmath_atanh()
276 z = PyComplex_AsCComplex(arg); in cmath_cos()
318 z = PyComplex_AsCComplex(arg); in cmath_cosh()
360 z = PyComplex_AsCComplex(arg); in cmath_exp()
402 z = PyComplex_AsCComplex(arg); in cmath_log10()
[all …]
D_testclinic.c.h1121 a = PyComplex_AsCComplex(arg); in py_complex_converter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dcomplexobject.h33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dcomplexobject.h33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dcomplexobject.h33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dcomplexobject.h33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dcomplexobject.h33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/aosp_15_r20/external/python/cpython2/Include/
Dcomplexobject.h55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_numbers.h161 Py_complex value = PyComplex_AsCComplex(obj); in THPUtils_unpackComplexDouble()
H A Dpybind.h341 Py_complex py_complex = PyComplex_AsCComplex(obj);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def115 PyComplex_AsCComplex
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcomplex.rst126 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcomplex.rst131 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c454 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
Dcomplexobject.c320 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
/aosp_15_r20/external/python/cpython3/Objects/
Dcomplexobject.c314 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
Dcodeobject.c2109 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_seq_tensor.cc642 auto as_complex = PyComplex_AsCComplex(v); in ConvertScalar()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def252 "PyComplex_AsCComplex"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat136 PyComplex_AsCComplex:Py_complex:::
137 PyComplex_AsCComplex:PyObject*:op:0:
/aosp_15_r20/external/python/cpython2/Python/
Dgetargs.c833 cval = PyComplex_AsCComplex(arg); in convertsimple()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat342 PyComplex_AsCComplex:Py_complex:::
343 PyComplex_AsCComplex:PyObject*:op:0:
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c972 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
/aosp_15_r20/external/python/cpython3/Python/
Dgetargs.c847 cval = PyComplex_AsCComplex(arg); in convertsimple()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dclinic.test1620 a = PyComplex_AsCComplex(arg);

12