Home
last modified time | relevance | path

Searched refs:overload_string (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A Dmpc_overload.t105 if(Math::MPC::overload_string($mpc5) eq
120 if(Math::MPC::overload_string($mpc5) eq
127 if(Math::MPC::overload_string($mpc5) eq
134 if(Math::MPC::overload_string($mpc5) eq
141 if(Math::MPC::overload_string($mpc5) eq
150 if(Math::MPC::overload_string($mpc5) eq
157 if(Math::MPC::overload_string($mpc5) eq
164 if(Math::MPC::overload_string($mpc5) eq
171 if(Math::MPC::overload_string($mpc5) eq
180 if(Math::MPC::overload_string($mpc5) eq
[all …]
H A Dsigned_zero.t17 if(Math::MPC::overload_string($x) eq '(-0 -0)') {$ok .= 'a'}
18 else {warn "\n1a: got '",Math::MPC::overload_string($x), "'\nexpected '(-0 -0)'\n"}
21 if(Math::MPC::overload_string($y) eq '(-0 -0)') {$ok .= 'b'}
25 if(Math::MPC::overload_string($z) eq '(-0 -0)') {$ok .= 'c'}
29 if(Math::MPC::overload_string($z) eq '(0 0)') {$ok .= 'd'}
33 if(Math::MPC::overload_string($z) eq '(-0 -0)') {$ok .= 'e'}
47 if(Math::MPC::overload_string($x) eq '(-0 -0)') {$ok .= 'a'}
51 if(Math::MPC::overload_string($y) eq '(-0 -0)') {$ok .= 'b'}
55 if(Math::MPC::overload_string($z) eq '(-0 -0)') {$ok .= 'c'}
59 if(Math::MPC::overload_string($z) eq '(0 0)') {$ok .= 'd'}
[all …]
H A Dget_str.t56 if(Math::MPC::overload_string($mpc2) eq '(-0 -0)') {$ok .= 'a'}
57 else {warn "\n2a: got '",Math::MPC::overload_string($mpc2), "'\nexpected '(-0 -0)'\n"}
63 if(lc(Math::MPC::overload_string($mpc3)) eq '(@nan@ -@inf@)') {$ok .= 'b'}
64 else {warn "\n2b: got '", lc(Math::MPC::overload_string($mpc3)), "'\n" }
H A Dswitched_overload_args.t7 *p = \&Math::MPC::overload_string;
/dports/math/gmp/gmp-6.2.1/demos/perl/GMP/
H A DMpf.pm65 '""' => \&overload_string;
83 sub overload_string { subroutine
H A DMpq.pm64 '""' => \&overload_string;
H A DMpz.pm78 '""' => \&overload_string;
/dports/math/gap/gap-4.11.0/extern/gmp/demos/perl/GMP/
H A DMpf.pm65 '""' => \&overload_string;
83 sub overload_string { subroutine
H A DMpq.pm64 '""' => \&overload_string;
H A DMpz.pm78 '""' => \&overload_string;
/dports/math/mingw32-libgmp/gmp-6.0.0/demos/perl/GMP/
H A DMpf.pm65 '""' => \&overload_string;
83 sub overload_string { subroutine
H A DMpq.pm64 '""' => \&overload_string;
H A DMpz.pm78 '""' => \&overload_string;
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/demos/perl/GMP/
H A DMpf.pm65 '""' => \&overload_string;
83 sub overload_string { subroutine
H A DMpq.pm64 '""' => \&overload_string;
H A DMpz.pm78 '""' => \&overload_string;
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/t/
H A Doverload.t942 $ok .= 'a' if lc(Math::MPFR::overload_string($nan, 10, 0, GMP_RNDN)) eq 'nan';
954 $ok .= 'c' if lc(Math::MPFR::overload_string($inf)) eq 'inf';
957 $ok .= 'd' if lc(Math::MPFR::overload_string($inf)) eq 'inf';
960 $ok .= 'e' if lc(Math::MPFR::overload_string($inf)) eq '-inf';
963 $ok .= 'f' if lc(Math::MPFR::overload_string($inf)) eq '-inf';
965 $ok .= 'g' if Math::MPFR::overload_string($zero) eq '0';
966 $ok .= 'h' if Math::MPFR::overload_string($minus_zero) eq '-0';
969 $ok .= 'i' if Math::MPFR::overload_string($minus_zero2) eq '0';
970 $ok .= 'j' if lc(Math::MPFR::overload_string($zero / $minus_zero)) eq 'nan';
990 if(Math::MPFR::overload_string($next) eq '2e2') {print "ok 57\n"}
[all …]
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A DGMPf.pm34 '""' => \&overload_string,
245 sub overload_string { subroutine
/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A DMPC.pm56 '""' => \&overload_string,
231 sub overload_string { subroutine
H A DCHANGES120 - Change the overload_string() and _get_str() functions to match the
170 The "overload_string" sub is unchanged.
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/
H A DGMPq.pm36 '""' => \&overload_string,
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A DMPFR.pm60 '""' => \&overload_string,
402 sub overload_string { subroutine
H A DCHANGES435 Rmpfr_get_string and Math::MPFR::overload_string have changed
461 - Changes to the format returned by Rmpfr_get_str and overload_string.
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DGMPz.pm49 '""' => \&overload_string,
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/t/
H A Doverload.t728 $ok .= 'a' if Math::GMPf::overload_string($zero) eq '0';
733 $ok .= 'b' if Math::GMPf::overload_string($zero) eq '0';
738 $ok .= 'c' if Math::GMPf::overload_string($zero) eq '0';

12