Home | History | Annotate | Download | only in Modules

Lines Matching refs:Py_IS_NAN

92     if (Py_IS_NAN(d))
273 if (Py_IS_NAN(z.real) || Py_IS_NAN(z.imag))
404 if (Py_IS_INFINITY(z.imag) && !Py_IS_NAN(z.real))
635 if (Py_IS_INFINITY(z.imag) && !Py_IS_NAN(z.real))
1005 if (r != 0. && !Py_IS_NAN(r) && Py_IS_INFINITY(phi))
1040 return PyBool_FromLong(Py_IS_NAN(z.real) || Py_IS_NAN(z.imag));