Home
last modified time | relevance | path

Searched refs:nvtype (Results 26 – 50 of 242) sorted by relevance

12345678910

/dports/x11-servers/xarcan/xarcan-0.6.0/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-dmx/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-nestserver/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/math/p5-Math-GMPf/Math-GMPf-0.45/
H A DREADME35 Similarly, if your perl's Config reports that 'nvtype' is long double,
38 Or, ifperl's Config reports that 'nvtype' is __float128, then
H A DMakefile.PL27 if($Config{nvtype} eq '__float128') {$use_quadmath = 1}
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Denum.c235 char nvtype[sizeof(NV_CLASS)]; in sh_outenum() local
240 strcpy(nvtype,NV_CLASS); in sh_outenum()
241 if(!(mp = nv_open(nvtype, shp->var_tree,NV_NOADD|NV_VARNAME))) in sh_outenum()
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/
H A DMakefile.PL29 if($Config{nvtype} eq '__float128') {$use_quadmath = 1}
/dports/converters/p5-Cpanel-JSON-XS/Cpanel-JSON-XS-4.27/t/
H A D118_type.t240 if ($Config{nvtype} eq 'long double' &&
245 } elsif ($Config{nvtype} eq 'double' && $Config{nvsize} == 8) {
251 skip "unknown nvtype $Config{nvtype}, " .
295 skip "unknown nvtype $Config{nvtype}, longdblkind $Config{longdblkind}", 8
313 skip "unknown nvtype $Config{nvtype}, longdblkind $Config{longdblkind}", 8
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A DMPFR.pm850 my($bits, $PREC, $max_dig, $min_pow, $normal_min, $NV_MAX, $nvtype, $emax, $emin);
852 if ($Config{nvtype} eq 'double') {
857 elsif($Config{nvtype} eq '__float128') {
862 elsif($Config{nvtype} eq 'long double') {
/dports/lang/solidity/solidity_0.8.11/test/tools/ossfuzz/
H A DprotoToAbiV2.h584 return visit(_type.nvtype()); in visitType()
633 if (baseType.has_nvtype() && baseType.nvtype().has_stype()) in arrayOfStruct()
635 else if (baseType.has_nvtype() && baseType.nvtype().has_arrtype()) in arrayOfStruct()
636 return arrayOfStruct(baseType.nvtype().arrtype()); in arrayOfStruct()
/dports/lang/perl5.32/perl-5.32.1/cpan/Config-Perl-V/t/
H A D25_plv5162.t95 nvtype => "double",
141 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
H A D22_plv510.t55 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
/dports/lang/perl5.30/perl-5.30.3/cpan/Config-Perl-V/t/
H A D25_plv5162.t95 nvtype => "double",
141 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
/dports/lang/perl5.34/perl-5.34.0/cpan/Config-Perl-V/t/
H A D25_plv5162.t95 nvtype => "double",
141 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
/dports/devel/p5-Config-Perl-V/Config-Perl-V-0.33/t/
H A D25_plv5162.t95 nvtype => "double",
141 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Config-Perl-V/t/
H A D25_plv5162.t95 nvtype => "double",
141 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DMakefile.PL33 if($Config{nvtype} eq '__float128') {$use_quadmath = 1}
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dconfig_sh.PL222 $opt{nvtype} = 'long double';
252 $opt{nvtype} = 'double';
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dconfig_sh.PL222 $opt{nvtype} = 'long double';
253 $opt{nvtype} = 'double';
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dmeson.build28 'sh/nvtype.c',
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/t/
H A Dmpfrtoa.t24 warn "Skipping tests that are not written for DoubleDouble nvtype. (TODO.)\n"
50 warn "Skipping additional tests also inapplicable to DoubleDouble nvtype. (TODO.)\n";
/dports/lang/perl5.34/perl-5.34.0/
H A Dmyconfig.SH71 nvtype='$nvtype'
/dports/lang/perl5.30/perl-5.30.3/
H A Dmyconfig.SH72 nvtype='$nvtype'
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dmyconfig.SH71 nvtype='$nvtype'
/dports/lang/perl5.32/perl-5.32.1/
H A Dmyconfig.SH72 nvtype='$nvtype'

12345678910