Lines Matching defs:module
85 math_frexp(PyObject *module, PyObject *arg) in math_frexp()
121 math_ldexp(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_ldexp()
162 math_modf(PyObject *module, PyObject *arg) in math_modf()
197 math_log(PyObject *module, PyObject *args) in math_log()
259 math_fmod(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_fmod()
313 math_dist(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_dist()
343 math_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_pow()
391 math_degrees(PyObject *module, PyObject *arg) in math_degrees()
425 math_radians(PyObject *module, PyObject *arg) in math_radians()
459 math_isfinite(PyObject *module, PyObject *arg) in math_isfinite()
493 math_isnan(PyObject *module, PyObject *arg) in math_isnan()
527 math_isinf(PyObject *module, PyObject *arg) in math_isinf()
578 math_isclose(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in math_isclose()
673 math_prod(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in math_prod()
721 math_perm(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_perm()
765 math_comb(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_comb()
795 math_nextafter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_nextafter()
843 math_ulp(PyObject *module, PyObject *arg) in math_ulp()