Home
last modified time | relevance | path

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

/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A Dmpc_set.t1107 $ret = Rmpc_set_uj_f($mpc, $uj, $gmp, $round);
1130 eval {Rmpc_set_uj_f($mpc, $uj, $gmp, $round);};
1131 if($@ =~ /Rmpc_set_uj_f not implemented/) {$ok .= 'j'}
/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A DMPC.xs1192 SV * Rmpc_set_uj_f(pTHX_ mpc_t * mpc, SV * uj, mpf_t * mpf, SV * round) { in Rmpc_set_uj_f() function
4881 Rmpc_set_uj_f (mpc, uj, mpf, round)
4887 RETVAL = Rmpc_set_uj_f (aTHX_ mpc, uj, mpf, round);