Home
last modified time | relevance | path

Searched refs:overload_mul_eq (Results 1 – 18 of 18) sorted by relevance

/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A Dmpc_overload.t43 if($@ =~ /Math::MPC::overload_mul_eq/) {$ok .= 'm'}
51 if($@ =~ /Math::MPC::overload_mul_eq/) {$ok .= 'q'}
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/
H A DGMPq.pm33 '*=' => \&overload_mul_eq,
H A DGMPq.xs1730 SV * overload_mul_eq(pTHX_ SV * a, SV * b, SV * third) { in overload_mul_eq() function
3438 overload_mul_eq (a, b, third)
3443 RETVAL = overload_mul_eq (aTHX_ a, b, third);
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A DGMPf.pm32 '*=' => \&overload_mul_eq,
H A DGMPf.xs2541 SV * overload_mul_eq(pTHX_ SV * a, SV * b, SV * third) {
4733 overload_mul_eq (a, b, third)
4738 RETVAL = overload_mul_eq (aTHX_ a, b, third);
/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A DMPC.pm49 '*=' => \&overload_mul_eq,
H A DMPC.xs2398 SV * overload_mul_eq(pTHX_ SV * a, SV * b, SV * third) {
5697 overload_mul_eq (a, b, third)
5702 RETVAL = overload_mul_eq (aTHX_ a, b, third);
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/t/
H A DNV_overloading.t186 if($@ =~ /In Math::GMPz::overload_mul_eq, cannot coerce an Inf to a Math::GMPz value/) {print "ok 2…
193 if($@ =~ /supplied to Math::GMPz::overload_mul_eq/) {print "ok 26\n"}
200 if($@ =~ /In Math::GMPz::overload_mul_eq, cannot coerce a NaN to a Math::GMPz value/) {print "ok 27…
207 if($@ =~ /supplied to Math::GMPz::overload_mul_eq/) {print "ok 28\n"}
214 if($@ =~ /supplied to Math::GMPz::overload_mul_eq/) {print "ok 29\n"}
H A Dmath_bigint.t388 if($@ =~ /^Invalid Math::BigInt object supplied to Math::GMPz::overload_mul_eq/) {print "ok 40\n"}
H A Dmath_bigint_gmp.t393 if($@ =~ /^Invalid Math::BigInt object supplied to Math::GMPz::overload_mul_eq/) {print "ok 40\n"}
H A Dmath_bigint_gmp_only.t406 if($@ =~ /^Invalid Math::BigInt object supplied to Math::GMPz::overload_mul_eq/) {print "ok 40\n"}
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DGMPz.pm31 '*=' => \&overload_mul_eq,
H A DCHANGES48 overload_mul_eq, SvREFCNT_dec(a) before every occurrence of croak().
H A DGMPz.xs5245 SV * overload_mul_eq(pTHX_ SV * a, SV * b, SV * third) { in overload_mul_eq() function
9075 overload_mul_eq (a, b, third)
9080 RETVAL = overload_mul_eq (aTHX_ a, b, third);
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/t/
H A DNV_overloading.t230 if($@ =~ /Invalid string supplied to Math::GMPq::overload_mul_eq/) {print "ok 26\n"}
244 if($@ =~ /Invalid string supplied to Math::GMPq::overload_mul_eq/) {print "ok 28\n"}
251 if($@ =~ /Invalid string supplied to Math::GMPq::overload_mul_eq/) {print "ok 29\n"}
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A DMPFR.pm58 '*=' => \&overload_mul_eq,
H A DMPFR.xs5709 SV * overload_mul_eq(pTHX_ SV * a, SV * b, SV * third) {
13178 overload_mul_eq (a, b, third)
13183 RETVAL = overload_mul_eq (aTHX_ a, b, third);
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/t/
H A DNOK_and_POK.t257 if($@ =~ /supplied to Math::GMPf::overload_mul_eq/ ||