Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcomplexobject.h52 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/external/python/cpython2/Include/
Dcomplexobject.h55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
/external/python/cpython2/PC/os2vacpp/
Dpython.def115 PyComplex_AsCComplex
/external/python/cpython3/Doc/c-api/
Dcomplex.rst126 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
/external/python/cpython2/Doc/c-api/
Dcomplex.rst131 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc456 auto as_complex = PyComplex_AsCComplex(v); in ConvertOneComplex()
/external/python/cpython2/Objects/
Dcodeobject.c454 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
Dcomplexobject.c320 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
/external/python/cpython3/Objects/
Dcodeobject.c530 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
Dcomplexobject.c311 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
/external/python/cpython2/PC/os2emx/
Dpython27.def252 "PyComplex_AsCComplex"
/external/python/cpython2/Doc/data/
Drefcounts.dat136 PyComplex_AsCComplex:Py_complex:::
137 PyComplex_AsCComplex:PyObject*:op:0:
/external/python/cpython2/Python/
Dgetargs.c833 cval = PyComplex_AsCComplex(arg); in convertsimple()
/external/python/cpython3/Doc/data/
Drefcounts.dat324 PyComplex_AsCComplex:Py_complex:::
325 PyComplex_AsCComplex:PyObject*:op:0:
/external/python/cpython3/Modules/
Dcmathmodule.c966 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
/external/python/cpython3/Python/
Dgetargs.c881 cval = PyComplex_AsCComplex(arg); in convertsimple()
/external/python/cpython3/Modules/_decimal/
D_decimal.c2879 Py_complex c = PyComplex_AsCComplex(w); in convert_op_cmp()
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst789 PyComplex_AsCComplex() now tries to convert an object to complex using its
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3039 :c:func:`PyComplex_AsCComplex` will now accept arguments that
/external/python/cpython3/Doc/whatsnew/
D2.6.rst3043 :c:func:`PyComplex_AsCComplex` will now accept arguments that