Home
last modified time | relevance | path

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

/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A DMPC.xs1043 SV * Rmpc_set_f_ui(pTHX_ mpc_t * mpc, mpf_t * mpf, SV * ui, SV * round) { in Rmpc_set_f_ui() function
4611 Rmpc_set_f_ui (mpc, mpf, ui, round)
4617 RETVAL = Rmpc_set_f_ui (aTHX_ mpc, mpf, ui, round);
/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A Dmpc_set.t1064 $ret = Rmpc_set_f_ui($mpc, $gmp, $ui, $round);