Home
last modified time | relevance | path

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

/dports/math/p5-Math-GMPz/Math-GMPz-0.52/t/
H A Ddivby0.t215 eval{Rmpz_tdiv_qr($rop1, $rop2, $op, $z0);};
217 if($@ =~ /Division by 0 not allowed in Rmpz_tdiv_qr/) {print "ok 21\n"}
H A Ddiv2.t37 Rmpz_tdiv_qr($q, $r, $z, $x);
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DGMPz.xs1020 void Rmpz_tdiv_qr( mpz_t * q, mpz_t * r, mpz_t * n, mpz_t * d) { in Rmpz_tdiv_qr() function
7560 Rmpz_tdiv_qr (q, r, n, d) in Rmpz_tdiv_qr() function
7569 Rmpz_tdiv_qr(q, r, n, d);
H A DGMPz.pod395 Rmpz_tdiv_qr($rop1, $rop2, $op1, $op2);