Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/t/
H A Dsnapshot.t36 my $odd = 'b.db';
45 createdb($odd);
47 chmod S_IWUSR, $odd;
48 is_deeply([GDBM_File->latest_snapshot($even, $odd)],
52 chmod S_IRUSR, $odd;
54 utime($time, $time-5, $odd);
55 is_deeply([GDBM_File->latest_snapshot($even, $odd)],
57 unlink $even, $odd;
61 createdb($odd, GDBM_NUMSYNC, sub { shift->sync });
62 chmod S_IRUSR, $even, $odd;
[all …]
/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/
H A D12_hashwarn.t21 cmp_ok(scalar(@warnings),'==',1,'odd count');
22 cmp_ok(substr($warnings[0],0,length($fail_odd)),'eq',$fail_odd,'odd msg');
31 cmp_ok(scalar(@warnings),'==',2,'odd hashref count');
32 cmp_ok(substr($warnings[0],0,length($fail_odd_anon)),'eq',$fail_odd_anon,'odd hashref msg 1');
33 cmp_ok(substr($warnings[1],0,length($fail_ref)),'eq',$fail_ref,'odd hashref msg 2');
/openbsd-src/sys/arch/hppa/spmath/
H A Dcnv_float.h90 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument
95 odd = Dbit2p2(srcB)
97 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
106 odd = dest << 31; \
126 if (guard && (sticky || odd)) { \
136 guard = odd; \
142 odd = dest << 31; \
151 odd = dest << 31; \
162 odd = dest << 31; \
175 odd = 0; \
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000120-2.c2 odd(int i) in odd() function
10 return odd(i + j); in foo()
14 odd(int i) in odd() function
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dmbimbf.t47 $mbi->round_mode('odd');
48 is($Math::BigInt::rnd_mode, 'odd', '$Math::BigInt::rnd_mode = "odd"');
50 $mbf->round_mode('odd');
51 is($Math::BigInt::rnd_mode, 'odd', '$Math::BigInt::rnd_mode = "odd"');
H A Dmbimbf.inc46 is($class->round_mode("odd"), "odd", qq|$class->round_mode("odd")|);
91 foreach (qw/odd even zero trunc +inf -inf/) {
202 is($x->copy()->round(undef, -1, "odd"), "123.5",
203 qq|\$x = $mbf->new("123.45000"); \$x->copy()->round(undef, -1, "odd")|);
558 $z = $u->copy()->bmul($y, 2, undef, 'odd');
561 $z = $u->copy()->bmul($y, 3, undef, 'odd');
564 $z = $u->copy()->bmul($y, undef, 0, 'odd');
567 $z = $u->copy()->bmul($y, undef, 1, 'odd');
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/
H A DMyconst2perl.pm117 my $odd= 0;
118 @perlfiles= grep {$odd= !$odd} @{$hvAttr->{PERL_FILES}};
140 my $odd= 0;
141 @cfiles= grep {$odd= !$odd} @{$hvAttr->{C_FILES}};
/openbsd-src/regress/usr.bin/mandoc/roff/tr/
H A Dargs.out_lint2 mandoc: args.in:9:5: WARNING: odd number of characters in request: tr x
3 mandoc: args.in:15:7: WARNING: odd number of characters in request: tr z
/openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/
H A Dbignum.t46 bignum->round_mode('odd');
47 is(bignum->round_mode(), 'odd', 'get round mode again');
H A Dbigint.t47 bigint->round_mode('odd');
48 is(bigint->round_mode(), 'odd', 'get round mode again');
H A Dbigrat.t62 bigrat->round_mode('odd');
63 is(bigrat->round_mode(), 'odd', 'get round mode again');
H A Dbigfloat.t56 bigfloat->round_mode('odd');
57 is(bigfloat->round_mode(), 'odd', 'get round mode again');
/openbsd-src/gnu/gcc/libdecnumber/
H A Ddecimal128.c238 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ in decimal128ToNumber() local
249 odd++; /* indicate the extra */ in decimal128ToNumber()
253 odd); in decimal128ToNumber()
H A Ddecimal64.c234 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ in decimal64ToNumber() local
243 odd++; /* indicate the extra */ in decimal64ToNumber()
246 decDenseUnpackCoeff (d64->bytes, sizeof (d64->bytes), dn, bunches, odd); in decimal64ToNumber()
H A Ddecimal32.c235 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ in decimal32ToNumber() local
244 odd++; /* indicate the extra */ in decimal32ToNumber()
247 decDenseUnpackCoeff (d32->bytes, sizeof (d32->bytes), dn, bunches, odd); in decimal32ToNumber()
H A DdecUtility.c225 Int bunches, Int odd) in decDenseUnpackCoeff() argument
241 for (n = 0; n < bunches + odd; n++) in decDenseUnpackCoeff()
/openbsd-src/regress/sys/netinet6/rip6cksum/
H A DMakefile25 REGRESS_TARGETS += run-error-odd
26 run-error-odd:
/openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.xs1010 #define gdbm_failure_atomic(db, even, odd) gdbm_failure_atomic(db->dbp, even, odd) argument
1013 gdbm_failure_atomic(db, even, odd)
1016 char * odd
1025 gdbm_latest_snapshot(package, even, odd)
1027 char * odd
1033 result = gdbm_latest_snapshot(even, odd, &filename);
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf32-frv.c3066 bfd_signed_vma max, cur, odd, fdcur, min; member
3084 bfd_signed_vma odd, in _frvfdpic_compute_got_alloc_data() argument
3104 if (odd && got) in _frvfdpic_compute_got_alloc_data()
3106 gad->odd = odd; in _frvfdpic_compute_got_alloc_data()
3108 odd = 0; in _frvfdpic_compute_got_alloc_data()
3111 gad->odd = 0; in _frvfdpic_compute_got_alloc_data()
3122 odd = cur + got; in _frvfdpic_compute_got_alloc_data()
3180 if (odd > gad->max) in _frvfdpic_compute_got_alloc_data()
3181 odd = gad->min + odd - gad->max; in _frvfdpic_compute_got_alloc_data()
3190 return odd; in _frvfdpic_compute_got_alloc_data()
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-bfin.c3606 bfd_signed_vma max, cur, odd, fdcur, min; member
3624 bfd_signed_vma odd, in _bfinfdpic_compute_got_alloc_data() argument
3644 if (odd && got) in _bfinfdpic_compute_got_alloc_data()
3646 gad->odd = odd; in _bfinfdpic_compute_got_alloc_data()
3648 odd = 0; in _bfinfdpic_compute_got_alloc_data()
3651 gad->odd = 0; in _bfinfdpic_compute_got_alloc_data()
3662 odd = cur + got; in _bfinfdpic_compute_got_alloc_data()
3720 if (odd > gad->max) in _bfinfdpic_compute_got_alloc_data()
3721 odd = gad->min + odd - gad->max; in _bfinfdpic_compute_got_alloc_data()
3730 return odd; in _bfinfdpic_compute_got_alloc_data()
[all …]
H A Delf32-frv.c993 bfd_signed_vma max, cur, odd, fdcur, min; member
4824 bfd_signed_vma odd, in _frvfdpic_compute_got_alloc_data() argument
4847 if (odd && got) in _frvfdpic_compute_got_alloc_data()
4849 gad->odd = odd; in _frvfdpic_compute_got_alloc_data()
4851 odd = 0; in _frvfdpic_compute_got_alloc_data()
4854 gad->odd = 0; in _frvfdpic_compute_got_alloc_data()
4865 odd = cur + got; in _frvfdpic_compute_got_alloc_data()
4984 if (odd > gad->max) in _frvfdpic_compute_got_alloc_data()
4985 odd = gad->min + odd - gad->max; in _frvfdpic_compute_got_alloc_data()
4999 return odd; in _frvfdpic_compute_got_alloc_data()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dclass34 # odd number of elements in field init
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td382 "operand must be an odd-numbered register in range [r1,r11]";
508 // Pseudo-registers representing odd-even pairs of D registers. The even-odd
517 // Use the Q registers for the even-odd pairs.
521 // Prefer even-odd pairs as they are easier to copy.
529 // Pseudo-registers representing even-odd pairs of GPRs from R1 to R13/SP.
530 // These are needed by instructions (e.g. ldrexd/strexd) requiring even-odd GPRs.
538 // Register class representing a pair of even-odd GPRs.
543 // Register class representing a pair of even-odd GPRs, except (R12, SP).
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCallingConv.td34 // Pass split values in pairs, allocate odd register if necessary.
64 // Pass split values in pairs, allocate odd register if necessary.
/openbsd-src/sys/arch/mips64/mips64/
H A Dtlbhandler.S170 and k0, k0, PTE_OFFS # check even/odd page
182 PTE_LOAD k0, PTE_OFFS(k1) # get odd PTE entry
245 PTE_LOAD k1, PTE_OFFS(k1) # get odd PTE entry
432 bne ta1, zero, 2f # Decide even odd

12345678910>>...12