Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h812 {"isinf", (PyCFunction)cmath_isinf, METH_O, cmath_isinf__doc__},
818 cmath_isinf(PyObject *module, PyObject *arg) in cmath_isinf() function
/external/python/cpython2/Modules/
Dcmathmodule.c1048 cmath_isinf(PyObject *self, PyObject *args) in cmath_isinf() function
1076 {"isinf", cmath_isinf, METH_VARARGS, cmath_isinf_doc},