Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h815 cmath_isinf_impl(PyObject *module, Py_complex z);
826 return_value = cmath_isinf_impl(module, z); in cmath_isinf()
/external/python/cpython3/Modules/
Dcmathmodule.c1159 cmath_isinf_impl(PyObject *module, Py_complex z) in cmath_isinf_impl() function