Searched refs:odd (Results 1 - 25 of 47) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000120-2.c2 odd(int i) function
10 return odd(i + j);
14 odd(int i) function
/openbsd-current/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-current/sys/arch/hppa/spmath/
H A Dcnv_float.h90 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \
95 odd = Dbit2p2(srcB)
97 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
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
[all...]
/openbsd-current/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-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf16_to_utf8.t36 like($@, qr/^panic: utf16_to_utf8: odd bytelen $length at/,
62 like($@, qr/^panic: utf16_to_utf8_reversed: odd bytelen 1 at/,
/openbsd-current/regress/sys/netinet6/rip6cksum/
H A DMakefile25 REGRESS_TARGETS += run-error-odd
26 run-error-odd:
/openbsd-current/gnu/gcc/libdecnumber/
H A Ddecimal128.c238 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ local
249 odd++; /* indicate the extra */
253 odd);
H A Ddecimal32.c235 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ local
244 odd++; /* indicate the extra */
247 decDenseUnpackCoeff (d32->bytes, sizeof (d32->bytes), dn, bunches, odd);
H A Ddecimal64.c234 Int odd = 0; /* assume MSD is 0 (no odd bunch) */ local
243 odd++; /* indicate the extra */
246 decDenseUnpackCoeff (d64->bytes, sizeof (d64->bytes), dn, bunches, odd);
H A DdecUtility.c67 /* coefficient is copied, including the leading 'odd' digit. This */
213 /* odd is 1 if there is a non-zero leading 10-bit group containing */
225 Int bunches, Int odd)
241 for (n = 0; n < bunches + odd; n++)
294 /* If this is the last bunch and it is an odd one, we only have one */
224 decDenseUnpackCoeff(const uByte * bytes, Int len, decNumber * dn, Int bunches, Int odd) argument
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/t/
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...]
H A Dupgrade.inc83 } elsif ($f =~ /^is_(zero|one|odd|even||(non_)?(negative|positive)|nan|int)$/) {
1313 # Y is odd => result negative
1447 $round_mode('odd')
H A Dbigfltpm.inc40 } elsif ($f =~ /^is_(zero|one|odd|even||(non_)?(negative|positive)|nan|int)$/) {
1245 $round_mode = "odd"
1371 $round_mode = "odd"
/openbsd-current/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.xs1012 #define gdbm_failure_atomic(db, even, odd) gdbm_failure_atomic(db->dbp, even, odd)
1015 gdbm_failure_atomic(db, even, odd)
1018 char * odd
1027 gdbm_latest_snapshot(package, even, odd)
1029 char * odd
1035 result = gdbm_latest_snapshot(even, odd, &filename);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-frv.c3062 to even words. ODD, if non-zero, indicates an odd word to be
3071 bfd_signed_vma max, cur, odd, fdcur, min;
3089 bfd_signed_vma odd,
3102 /* If we had an incoming odd word and we have any got entries that
3103 are going to use it, consume it, otherwise leave gad->odd at
3104 zero. We might force gad->odd to zero and return the incoming
3105 odd such that it is used by the next range, but then GOT entries
3109 if (odd && got)
3111 gad->odd = odd;
3066 bfd_signed_vma max, cur, odd, fdcur, min; member in struct:_frvfdpic_dynamic_got_plt_info::_frvfdpic_dynamic_got_alloc_data
3082 _frvfdpic_compute_got_alloc_data(struct _frvfdpic_dynamic_got_alloc_data *gad, bfd_signed_vma fdcur, bfd_signed_vma odd, bfd_signed_vma cur, bfd_vma got, bfd_vma fd, bfd_vma fdplt, bfd_vma wrap) argument
3417 bfd_signed_vma odd; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dbigfltpm.inc65 } elsif ($f =~ /^is_(zero|one|negative|positive|odd|even|nan|int)$/) {
766 $round_mode = "odd"
891 $round_mode = "odd"
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-bfin.c104 /* if rightshift is 1 and the number odd, return error. */
360 /* If rightshift is 1 and the number odd, return error. */
407 Needs to right shift by 1 and check to see if value is not odd
3599 to even words. ODD, if non-zero, indicates an odd word to be
3608 bfd_signed_vma max, cur, odd, fdcur, min;
3626 bfd_signed_vma odd,
3639 /* If we had an incoming odd word and we have any got entries that
3640 are going to use it, consume it, otherwise leave gad->odd at
3641 zero. We might force gad->odd to zero and return the incoming
3642 odd suc
3606 bfd_signed_vma max, cur, odd, fdcur, min; member in struct:_bfinfdpic_dynamic_got_plt_info::_bfinfdpic_dynamic_got_alloc_data
3622 _bfinfdpic_compute_got_alloc_data(struct _bfinfdpic_dynamic_got_alloc_data *gad, bfd_signed_vma fdcur, bfd_signed_vma odd, bfd_signed_vma cur, bfd_vma got, bfd_vma fd, bfd_vma fdplt, bfd_vma wrap) argument
3938 bfd_signed_vma odd; local
[all...]
H A Delf32-frv.c979 to even words. ODD, if non-zero, indicates an odd word to be
994 bfd_signed_vma max, cur, odd, fdcur, min;
4829 bfd_signed_vma odd,
4845 /* If we had an incoming odd word and we have any got entries that
4846 are going to use it, consume it, otherwise leave gad->odd at
4847 zero. We might force gad->odd to zero and return the incoming
4848 odd such that it is used by the next range, but then GOT entries
4852 if (odd && got)
4854 gad->odd = odd;
993 bfd_signed_vma max, cur, odd, fdcur, min; member in struct:_frvfdpic_dynamic_got_plt_info::_frvfdpic_dynamic_got_alloc_data
4822 _frvfdpic_compute_got_alloc_data(struct _frvfdpic_dynamic_got_alloc_data *gad, bfd_signed_vma fdcur, bfd_signed_vma odd, bfd_signed_vma cur, bfd_vma got, bfd_vma fd, bfd_vma fdplt, bfd_vma tlsd, bfd_vma tlsdplt, bfd_vma wrap) argument
5326 bfd_signed_vma odd; local
[all...]
/openbsd-current/lib/libcrypto/modes/asm/
H A Dghash-x86.pl373 my $odd = $cnt&1;
374 my $nix = $odd ? $nlo : $nhi;
376 &shl (&LB($nlo),4) if ($odd);
381 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0);
383 &and ($nhi,0xf0) if ($odd);
387 &mov ($nhi,$nlo) if (!$odd && $cnt>=0);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_modes.c183 unsigned int even, odd; member in struct:analog_param_field
187 { .even = _even, .odd = _odd }
276 * odd field. Each sync takes half a life so
277 * the odd field front porch is shorter by
295 * for the even field and one line for the odd
303 * for the even field, 4 for the odd field. In
312 * odd field, we should be using 2 lines but
461 vfp_min = params->vfp_lines.even + params->vfp_lines.odd;
462 vbp_min = params->vbp_lines.even + params->vbp_lines.odd;
463 vslen = params->vslen_lines.even + params->vslen_lines.odd;
[all...]
/openbsd-current/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
/openbsd-current/gnu/usr.bin/perl/dist/Env/lib/
H A DEnv.pm55 it with the (odd) value "C<:/any/path>", but the first approach leaves it with
/openbsd-current/sys/dev/usb/
H A Dutvfu.c354 * The image is interlaced, so there is a "scan" of odd lines, followed
358 * the rows based on "odd" value.
364 utvfu_chunk_to_vbuf(uint8_t *frame, uint8_t *src, int chunk_no, int odd) argument
373 part_index = (line * 2 + !odd) * 3 + (part_no % 3);
391 int frame_id, odd, chunk_no, frame_len; local
406 odd = UTVFU_ODD(hdr);
428 utvfu_chunk_to_vbuf(sc->sc_fb.buf, chunk, chunk_no, odd);
434 if (odd && !sc->sc_fb.last_odd) {
448 sc->sc_fb.last_odd = odd;
/openbsd-current/gnu/llvm/llvm/tools/opt-viewer/
H A Dopt-viewer.py199 def render_entry(self, r, odd):
203 <td class=\"column-entry-{odd}\"><a href={r.Link}>{r.DebugLocString}</a></td>
204 <td class=\"column-entry-{odd}\">{r.RelativeHotness}</td>
205 <td class=\"column-entry-{odd}\">{escaped_name}</td>
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Danalyze.c113 int odd = (fmid - bmid) & 1; /* True if southeast corner is on an odd local
142 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
169 if (!odd && fmin <= d && d <= fmax && x <= fd[d])

Completed in 525 milliseconds

12