Home
last modified time | relevance | path

Searched refs:nvtype (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A DMakefile.PL52 $defines .= " -DNV_IS_FLOAT128" if $Config{nvtype} eq '__float128';
53 $defines .= " -DNV_IS_LONG_DOUBLE" if $Config{nvtype} eq 'long double';
57 $defines .= " -DNV_IS_FLOAT128" if $Config{nvtype} eq '__float128';
58 $defines .= " -DNV_IS_LONG_DOUBLE" if $Config{nvtype} eq 'long double';
90 $defines .= " -DNV_IS_DOUBLE" if $Config{nvtype} eq 'double';
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/t/
H A Dnvtoa3.t9 if($] < 5.03 && $Config{nvtype} ne '__float128') {
36 $Config{nvtype} eq 'long double' &&
53 … if($Config{nvtype} eq '__float128' || ($Config{nvsize} > 8 && $Config{nvtype} eq 'long double')) {
H A Dnvtoa_subnormal.t15 # nvtype is either double or 8-byte long double
19 elsif($Config{nvtype} eq '__float128') {
26 # nvtype is IBM DoubleDouble
32 else { die "Unknown nvtype" }
36 # that can be represented by the particular nvtype.
H A Datonv.t21 if($Config::Config{nvtype} eq 'double' ||
22 ($Config::Config{nvtype} eq 'long double' && ($Config::Config{nvsize} == 8 ||
37 elsif($Config::Config{nvtype} eq 'long double') {
77 elsif($Config::Config{nvtype} eq '__float128') {
117 warn "\n Unrecognized nvtype in atonv.t\n";
H A Dsubnormal_doubles.t12 $Config::Config{nvtype} eq 'double' ||
13 ($Config::Config{nvtype} eq 'long double' &&
58 if($Config::Config{nvtype} eq 'long double' &&
91 …warn "\n Skipping tests: NV type ( $Config::Config{nvtype} ) is neither\n 'double' nor double-dou…
H A Dnative_float128.t41 elsif($Config{nvtype} eq '__float128') {
71 warn "\n Skipping all tests - nvtype is $Config{nvtype}\n";
H A Dnvtoa2.t38 # All perl's whose nvtype is __float128 (except those running on Cygwin) assign correctly and
45 # 1) $] >= 5.03 && $Config{nvtype} eq 'double' && defined($Config{d_strtod})
47 # 2) $] >= 5.03 && $Config{nvtype} eq 'long double' && defined($Config{d_strtold})
89 if($Config{nvtype} eq '__float128') {
102 $Config{nvtype} eq '__float128'
104 ($] > 5.029005 && $Config{nvtype} eq 'double' && defined($Config{d_strtod}))
106 …($] > 5.029005 && $Config{nvtype} eq 'long double' && defined($Config{d_strtold}) && $MAX_DIG != 3…
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/t/
H A Dget_set_NV.t29 if($Config{nvtype} eq 'long double');
90 elsif(Math::MPFR::MPFR_VERSION() <= 196868 && $Config{nvtype} ne 'double') { # less than 3.1.5
119 if($Config{nvtype} eq 'double') {
156 # For nvtype eg 'double' or 'long double', finite mpfr values gt $nv_max or lt $nv_max * -1
160 if($Config{nvtype} eq 'double' || $Config{nvtype} eq 'long double') {
178 if($Config{nvtype} eq 'double') {
221 if($Config{nvtype} eq 'double') {
255 # For nvtype eg 'double' or 'long double', finite mpfr values gt $nv_max or lt $nv_max * -1
259 if($Config{nvtype} eq 'double' || $Config{nvtype} eq 'long double') {
276 if($Config{nvtype} eq 'double') {
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A DMakefile.PL256 $defines .= " -DNV_IS_FLOAT128" if $Config{nvtype} eq '__float128';
257 $defines .= " -DNV_IS_LONG_DOUBLE" if $Config{nvtype} eq 'long double';
261 $defines .= " -DNV_IS_FLOAT128" if $Config{nvtype} eq '__float128';
262 $defines .= " -DNV_IS_LONG_DOUBLE" if $Config{nvtype} eq 'long double';
311 if $Config{nvtype} eq 'double';
H A DREADME139 If 'perl -V:nvtype' reports __float128, see also the section
142 Math::MPFR objects - and if your nvtype is __float128 there's
185 If your perl's nvtype is long double, just use Rmpfr_set_ld and
188 nvtype is other than 'long double'.
194 To determine your nvtype, run 'perl -V:nvtype'.
195 As of perl-5.21.4 it is possible to build perl with an nvtype of
200 If $Config{nvtype} specifies '__float128' && if your mpfr library
213 happens only if your nvtype is __float128.
/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A DRmpc_set_NV.t14 if($Config{nvtype} eq '__float128') {
21 elsif($Config{nvtype} eq 'long double') {
64 elsif($Config{nvtype} eq 'double') {
72 warn "Unexpected nvtype: $Config{nvtype}\n";
H A Dmpc_64.t64 if( $Config{nvtype} ne '__float128' || MPFR_LDBL_DIG == 33 ||
65 ($Config{nvtype} eq '__float128' && $Config{ivsize} == 4) ) {
78 else { # MPFR_LDBL_DIG == 18 && nvtype eq '__float128'
/dports/lang/perl5.34/perl-5.34.0/ext/POSIX/t/
H A Dposix.t181 …if($Config{nvtype} eq 'double' || ($Config{nvtype} eq 'long double' && $Config{longdblkind} == 0))…
210 if($Config{nvtype} eq 'long double') {
214 elsif($Config{nvtype} eq '__float128') {
236 skip("not a -Dusequadmath build", 1) unless $Config{nvtype} eq '__float128';
/dports/lang/perl5.30/perl-5.30.3/ext/POSIX/t/
H A Dposix.t180 …if($Config{nvtype} eq 'double' || ($Config{nvtype} eq 'long double' && $Config{longdblkind} == 0))…
209 if($Config{nvtype} eq 'long double') {
213 elsif($Config{nvtype} eq '__float128') {
235 skip("not a -Dusequadmath build", 1) unless $Config{nvtype} eq '__float128';
/dports/lang/perl5.32/perl-5.32.1/ext/POSIX/t/
H A Dposix.t180 …if($Config{nvtype} eq 'double' || ($Config{nvtype} eq 'long double' && $Config{longdblkind} == 0))…
209 if($Config{nvtype} eq 'long double') {
213 elsif($Config{nvtype} eq '__float128') {
235 skip("not a -Dusequadmath build", 1) unless $Config{nvtype} eq '__float128';
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/POSIX/t/
H A Dposix.t182 …if($Config{nvtype} eq 'double' || ($Config{nvtype} eq 'long double' && $Config{longdblkind} == 0))…
211 if($Config{nvtype} eq 'long double') {
215 elsif($Config{nvtype} eq '__float128') {
237 skip("not a -Dusequadmath build", 1) unless $Config{nvtype} eq '__float128';
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dconfig_sh.PL218 $opt{nvtype} = 'long double';
244 $opt{nvtype} = '__float128';
275 $opt{nvtype} = 'double';
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dconfig_sh.PL218 $opt{nvtype} = 'long double';
244 $opt{nvtype} = '__float128';
275 $opt{nvtype} = 'double';
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmicmap.c435 int nvtype; in miInitVisuals() local
479 nvtype = visuals->count; in miInitVisuals()
483 if (nvtype) { in miInitVisuals()
484 vid = xallocarray(nvtype, sizeof(VisualID)); in miInitVisuals()
493 depth->numVids = nvtype; in miInitVisuals()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/cfb/
H A Dcfbcmap.c439 int nvtype; local
491 nvtype = visuals->count;
493 if (nvtype)
495 vid = (VisualID *) xalloc (nvtype * sizeof (VisualID));
500 depth->numVids = nvtype;
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmicmap.c435 int nvtype; in miInitVisuals() local
479 nvtype = visuals->count; in miInitVisuals()
483 if (nvtype) { in miInitVisuals()
484 vid = xallocarray(nvtype, sizeof(VisualID)); in miInitVisuals()
493 depth->numVids = nvtype; in miInitVisuals()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmicmap.c435 int nvtype; in miInitVisuals() local
479 nvtype = visuals->count; in miInitVisuals()
483 if (nvtype) { in miInitVisuals()
484 vid = xallocarray(nvtype, sizeof(VisualID)); in miInitVisuals()
493 depth->numVids = nvtype; in miInitVisuals()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmicmap.c435 int nvtype; in miInitVisuals() local
479 nvtype = visuals->count; in miInitVisuals()
483 if (nvtype) { in miInitVisuals()
484 vid = xallocarray(nvtype, sizeof(VisualID)); in miInitVisuals()
493 depth->numVids = nvtype; in miInitVisuals()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmicmap.c435 int nvtype; in miInitVisuals() local
479 nvtype = visuals->count; in miInitVisuals()
483 if (nvtype) { in miInitVisuals()
484 vid = xallocarray(nvtype, sizeof(VisualID)); in miInitVisuals()
493 depth->numVids = nvtype; in miInitVisuals()
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmicmap.c435 int nvtype; in miInitVisuals() local
479 nvtype = visuals->count; in miInitVisuals()
483 if (nvtype) { in miInitVisuals()
484 vid = xallocarray(nvtype, sizeof(VisualID)); in miInitVisuals()
493 depth->numVids = nvtype; in miInitVisuals()

12345678910