Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h818 cmath_isnan_impl(PyObject *module, Py_complex z);
830 return_value = cmath_isnan_impl(module, z); in cmath_isnan()
/aosp_15_r20/external/python/cpython3/Modules/
Dcmathmodule.c1145 cmath_isnan_impl(PyObject *module, Py_complex z) in cmath_isnan_impl() function