Home
last modified time | relevance | path

Searched refs:NVSIZE (Results 1 – 25 of 108) sorted by relevance

12345

/dports/devel/p5-IPC-MMA/IPC-MMA-0.81/t/
H A D00_passthrus.t28 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
34 && $NVSIZE && $NVSIZE <= 16
44 . " IV size is $IVSIZE bytes, NV size is $NVSIZE bytes, $vers",
H A D06_tiedScalars.t20 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
25 && $NVSIZE && $NVSIZE <= 16
H A D04_fixedArray.t15 our ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS);
40 do {$x = unpack('d', randStr($NVSIZE))} until ($x == $x);
120 ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
126 && $NVSIZE && $NVSIZE <= 16
145 $var_size_bytes = $type < 0 ? ($IVSIZE, $IVSIZE, $NVSIZE)[$type - MM_INT_ARRAY]
H A D01_scalars.t20 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
26 && $NVSIZE && $NVSIZE <= 16
H A D08_tiedHash.t54 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
60 && $NVSIZE && $NVSIZE <= 16
H A D05_hash.t49 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
55 && $NVSIZE && $NVSIZE <= 16
H A D02_mmArray.t45 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
51 && $NVSIZE && $NVSIZE <= 16
H A D03_boolArray.t51 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
57 && $NVSIZE && $NVSIZE <= 16
H A D07_tiedArray.t60 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
66 && $NVSIZE && $NVSIZE <= 16
/dports/editors/uemacs/uemacs-4.0/src/
H A Deval.c253 vname[NVSIZE] = '\0';
343 vnum = binary(vname, envval, NEVARS, NVSIZE);
561 status = mlreply(TEXT51, &var[0], NVSIZE+1);
567 execstr = token(execstr, var, NVSIZE + 1);
571 findvar(var, &vd, NVSIZE + 1, VT_GLOBAL);
640 execstr = token(execstr, var, NVSIZE + 1);
644 findvar(var, &vd, NVSIZE + 1, VT_GLOBAL);
699 execstr = token(execstr, var, NVSIZE + 1);
703 findvar(var, &vd, NVSIZE + 1, VT_LOCAL);
1576 execstr = token(execstr, var, NVSIZE + 1);
[all …]
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dptypes.h67 #define NVSIZE 8 macro
189 #if NVSIZE <= 8
190 #define NVMANTBITS ((NVSIZE <= 4) ? 24 : 53)
/dports/lang/perl5.34/perl-5.34.0/
H A Dpacksizetables.inc28 /* F */ NVSIZE,
163 /* F */ NVSIZE,
/dports/lang/perl5.30/perl-5.30.3/
H A Dpacksizetables.inc28 /* F */ NVSIZE,
163 /* F */ NVSIZE,
/dports/lang/perl5.32/perl-5.32.1/
H A Dpacksizetables.inc28 /* F */ NVSIZE,
163 /* F */ NVSIZE,
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpacksizetables.inc28 /* F */ NVSIZE,
163 /* F */ NVSIZE,
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/todo/
H A D50060019 NVSIZE # E
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A Dmath_gmpf_include.h65 #if NVSIZE == 8 || (defined(USE_LONG_DOUBLE) && REQUIRED_LDBL_MANT_DIG == 2098)
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/base/
H A D500600115 NVSIZE # E
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/
H A Dmath_gmpq_include.h51 #if NVSIZE == 8 || (defined(USE_LONG_DOUBLE) && REQUIRED_LDBL_MANT_DIG == 2098)
/dports/lang/perl5.34/perl-5.34.0/regen/
H A Dgenpacksizetables.pl127 F =NVSIZE
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/regen/
H A Dgenpacksizetables.pl127 F =NVSIZE
/dports/lang/perl5.30/perl-5.30.3/regen/
H A Dgenpacksizetables.pl127 F =NVSIZE
/dports/lang/perl5.32/perl-5.32.1/regen/
H A Dgenpacksizetables.pl127 F =NVSIZE
/dports/lang/perl5.34/perl-5.34.0/ext/POSIX/
H A DPOSIX.xs1202 #if NVSIZE == UVSIZE
1210 STATIC_ASSERT_STMT(sizeof(a) == NVSIZE / 2)
1213 STATIC_ASSERT_STMT(sizeof(a) == NVSIZE)
1221 UV a[(NVSIZE + UVSIZE - 1) / UVSIZE] = { 0 }; in S_setpayload()
1229 #if NVSIZE == UVSIZE in S_setpayload()
1300 for (i = 0; i < NVSIZE; i++) { in S_setpayload()
1312 UV a[(NVSIZE + UVSIZE - 1) / UVSIZE] = { 0 }; in S_getpayload()
1319 if (m[i] && p[i] < NVSIZE) { in S_getpayload()
1332 for (i = 0; i < NVSIZE; i++) { in S_getpayload()
1645 # if LONG_DOUBLESIZE > NVSIZE
/dports/lang/perl5.30/perl-5.30.3/ext/POSIX/
H A DPOSIX.xs1193 #if NVSIZE == UVSIZE
1201 STATIC_ASSERT_STMT(sizeof(a) == NVSIZE / 2)
1204 STATIC_ASSERT_STMT(sizeof(a) == NVSIZE)
1212 UV a[(NVSIZE + UVSIZE - 1) / UVSIZE] = { 0 }; in S_setpayload()
1220 #if NVSIZE == UVSIZE in S_setpayload()
1291 for (i = 0; i < NVSIZE; i++) { in S_setpayload()
1303 UV a[(NVSIZE + UVSIZE - 1) / UVSIZE] = { 0 }; in S_getpayload()
1310 if (m[i] && p[i] < NVSIZE) { in S_getpayload()
1323 for (i = 0; i < NVSIZE; i++) { in S_getpayload()
1644 # if LONG_DOUBLESIZE > NVSIZE

12345