Searched refs:cmath_isinf_impl (Results 1 – 2 of 2) sorted by relevance
815 cmath_isinf_impl(PyObject *module, Py_complex z);826 return_value = cmath_isinf_impl(module, z); in cmath_isinf()
1159 cmath_isinf_impl(PyObject *module, Py_complex z) in cmath_isinf_impl() function