Home | History | Annotate | Download | only in Python

Lines Matching full:compl

4047     Py_complex compl;
4069 compl.real = 0.;
4070 compl.imag = PyOS_string_to_double(s, (char **)&end, NULL);
4071 if (compl.imag == -1.0 && PyErr_Occurred())
4073 return PyComplex_FromCComplex(compl);