Home
last modified time | relevance | path

Searched refs:cmath_isnan_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h788 cmath_isnan_impl(PyObject *module, Py_complex z);
799 return_value = cmath_isnan_impl(module, z); in cmath_isnan()
/external/python/cpython3/Modules/
Dcmathmodule.c1146 cmath_isnan_impl(PyObject *module, Py_complex z) in cmath_isnan_impl() function