Home
last modified time | relevance | path

Searched refs:GMPy_MPZ_t_divmod (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_mpz_divmod.h40 static PyObject * GMPy_MPZ_t_divmod(PyObject *self, PyObject *args);
H A Dgmpy2_mpz_divmod.c311 GMPy_MPZ_t_divmod(PyObject *self, PyObject *args) in GMPy_MPZ_t_divmod() function
H A Dgmpy2.c760 { "t_divmod", GMPy_MPZ_t_divmod, METH_VARARGS, doc_t_divmod },
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_mpz_divmod.h42 static PyObject * GMPy_MPZ_t_divmod(PyObject *self, PyObject *args);
H A Dgmpy2_mpz_divmod.c313 GMPy_MPZ_t_divmod(PyObject *self, PyObject *args) in GMPy_MPZ_t_divmod() function
H A Dgmpy2.c727 { "t_divmod", GMPy_MPZ_t_divmod, METH_VARARGS, doc_t_divmod },