Home
last modified time | relevance | path

Searched refs:overload_xor_eq (Results 1 – 7 of 7) sorted by relevance

/dports/math/p5-Math-GMPz/Math-GMPz-0.52/t/
H A DNV_overloading.t1019 if($@ =~ /In Math::GMPz::overload_xor_eq, cannot coerce an Inf to a Math::GMPz value/) {print "ok 1…
1026 if($@ =~ /In Math::GMPz::overload_xor_eq, cannot coerce an Inf to a Math::GMPz value/) {print "ok 1…
1033 if($@ =~ /supplied to Math::GMPz::overload_xor_eq/) {print "ok 139\n"}
1040 if($@ =~ /In Math::GMPz::overload_xor_eq, cannot coerce a NaN to a Math::GMPz value/) {print "ok 14…
1047 if($@ =~ /supplied to Math::GMPz::overload_xor_eq/) {print "ok 141\n"}
1054 if($@ =~ /supplied to Math::GMPz::overload_xor_eq/) {print "ok 142\n"}
H A Dmath_bigint.t236 if($@ =~ /^Invalid Math::BigInt object supplied to Math::GMPz::overload_xor_eq/) {print "ok 26\n"}
H A Dmath_bigint_gmp.t241 if($@ =~ /^Invalid Math::BigInt object supplied to Math::GMPz::overload_xor_eq/) {print "ok 26\n"}
H A Dmath_bigint_gmp_only.t254 if($@ =~ /^Invalid Math::BigInt object supplied to Math::GMPz::overload_xor_eq/) {print "ok 26\n"}
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DGMPz.pm44 '^=' => \&overload_xor_eq,
H A DCHANGES46 - In overload_xor_eq, overload_ior_eq, overload_and_eq, overload_pow_eq, overload_rshift_eq,
H A DGMPz.xs3987 SV * overload_xor_eq(pTHX_ SV * a, SV * b, SV * third, ...) { in overload_xor_eq() function
8945 overload_xor_eq (a, b, third, ...)
8953 RETVAL = overload_xor_eq(aTHX_ a, b, third);