Searched refs:PyComplex_AsCComplex (Results 1 – 25 of 30) sorted by relevance
12
24 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 …]
1121 a = PyComplex_AsCComplex(arg); in py_complex_converter()
33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
161 Py_complex value = PyComplex_AsCComplex(obj); in THPUtils_unpackComplexDouble()
341 Py_complex py_complex = PyComplex_AsCComplex(obj);
115 PyComplex_AsCComplex
126 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
131 .. c:function:: Py_complex PyComplex_AsCComplex(PyObject *op)
454 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
320 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
314 PyComplex_AsCComplex(PyObject *op) in PyComplex_AsCComplex() function
2109 z = PyComplex_AsCComplex(op); in _PyCode_ConstantKey()
642 auto as_complex = PyComplex_AsCComplex(v); in ConvertScalar()
252 "PyComplex_AsCComplex"
136 PyComplex_AsCComplex:Py_complex:::137 PyComplex_AsCComplex:PyObject*:op:0:
833 cval = PyComplex_AsCComplex(arg); in convertsimple()
342 PyComplex_AsCComplex:Py_complex:::343 PyComplex_AsCComplex:PyObject*:op:0:
972 y = PyComplex_AsCComplex(y_obj); in cmath_log_impl()
847 cval = PyComplex_AsCComplex(arg); in convertsimple()
1620 a = PyComplex_AsCComplex(arg);