Home
last modified time | relevance | path

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

/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A DMPC.xs1305 SV * Rmpc_set_fr_q(pTHX_ mpc_t * mpc, mpfr_t * mpfr, mpq_t * mpq, SV * round) { in Rmpc_set_fr_q() function
5061 Rmpc_set_fr_q (mpc, mpfr, mpq, round)
5067 RETVAL = Rmpc_set_fr_q (aTHX_ mpc, mpfr, mpq, round);
/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A Dmpc_set.t1015 $ret = Rmpc_set_fr_q($mpc, $mpfr, $gmp, $round);