Searched refs:cmath_isnan_impl (Results 1 – 2 of 2) sorted by relevance
788 cmath_isnan_impl(PyObject *module, Py_complex z);799 return_value = cmath_isnan_impl(module, z); in cmath_isnan()
1146 cmath_isnan_impl(PyObject *module, Py_complex z) in cmath_isnan_impl() function