Home
last modified time | relevance | path

Searched refs:GMPy_MPC_From_PyIntOrLong (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_convert_mpc.h45 static MPC_Object * GMPy_MPC_From_PyIntOrLong(PyObject *obj, mpfr_prec_t rprec, mpfr_prec_t iprec…
H A Dgmpy2_convert_mpc.c260 GMPy_MPC_From_PyIntOrLong(PyObject *obj, mpfr_prec_t rprec, mpfr_prec_t iprec, in GMPy_MPC_From_PyIntOrLong() function
435 return GMPy_MPC_From_PyIntOrLong(obj, rprec, iprec, context); in GMPy_MPC_From_Complex()
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_convert_mpc.h43 static MPC_Object * GMPy_MPC_From_PyIntOrLong(PyObject *obj, mpfr_prec_t rprec, mpfr_prec_t iprec…
H A Dgmpy2_convert_mpc.c245 GMPy_MPC_From_PyIntOrLong(PyObject *obj, mpfr_prec_t rprec, mpfr_prec_t iprec, in GMPy_MPC_From_PyIntOrLong() function
398 return GMPy_MPC_From_PyIntOrLong(obj, rprec, iprec, context); in GMPy_MPC_From_ComplexWithType()