• Home
  • Raw
  • Download

Lines Matching +defs:module +defs:a

519     double x2, a, da, p, p_last, q, q_last, b, result;  in m_erfc_contfrac()  local
832 math_gcd(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_gcd()
879 long_lcm(PyObject *a, PyObject *b) in long_lcm()
907 math_lcm(PyObject *module, PyObject * const *args, Py_ssize_t nargs) in math_lcm()
1202 math_ceil(PyObject *module, PyObject *number) in math_ceil()
1265 math_floor(PyObject *module, PyObject *number) in math_floor()
1432 math_fsum(PyObject *module, PyObject *seq) in math_fsum()
1733 math_isqrt(PyObject *module, PyObject *n) in math_isqrt()
1739 PyObject *a = NULL, *b; in math_isqrt() local
2060 math_factorial(PyObject *module, PyObject *arg) in math_factorial()
2111 math_trunc(PyObject *module, PyObject *x) in math_trunc()
2153 math_frexp_impl(PyObject *module, double x) in math_frexp_impl()
2182 math_ldexp_impl(PyObject *module, double x, PyObject *i) in math_ldexp_impl()
2241 math_modf_impl(PyObject *module, double x) in math_modf_impl()
2323 math_log_impl(PyObject *module, PyObject *x, int group_right_1, in math_log_impl()
2357 math_log2(PyObject *module, PyObject *x) in math_log2()
2374 math_log10(PyObject *module, PyObject *x) in math_log10()
2394 math_fmod_impl(PyObject *module, double x, double y) in math_fmod_impl()
2627 math_dist_impl(PyObject *module, PyObject *p, PyObject *q) in math_dist_impl()
2783 math_pow_impl(PyObject *module, double x, double y) in math_pow_impl()
2865 math_degrees_impl(PyObject *module, double x) in math_degrees_impl()
2882 math_radians_impl(PyObject *module, double x) in math_radians_impl()
2899 math_isfinite_impl(PyObject *module, double x) in math_isfinite_impl()
2916 math_isnan_impl(PyObject *module, double x) in math_isnan_impl()
2933 math_isinf_impl(PyObject *module, double x) in math_isinf_impl()
2966 math_isclose_impl(PyObject *module, double a, double b, double rel_tol, in math_isclose_impl()
3009 _check_long_mult_overflow(long a, long b) { in _check_long_mult_overflow()
3076 math_prod_impl(PyObject *module, PyObject *iterable, PyObject *start) in math_prod_impl()
3236 math_perm_impl(PyObject *module, PyObject *n, PyObject *k) in math_perm_impl()
3349 math_comb_impl(PyObject *module, PyObject *n, PyObject *k) in math_comb_impl()
3470 math_nextafter_impl(PyObject *module, double x, double y) in math_nextafter_impl()
3500 math_ulp_impl(PyObject *module, double x) in math_ulp_impl()
3521 math_exec(PyObject *module) in math_exec()