Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h445 {"isinf", (PyCFunction)math_isinf, METH_O, math_isinf__doc__},
451 math_isinf(PyObject *module, PyObject *arg) in math_isinf() function
/external/python/cpython2/Modules/
Dmathmodule.c1558 math_isinf(PyObject *self, PyObject *arg) in math_isinf() function
1595 {"isinf", math_isinf, METH_O, math_isinf_doc},