Searched refs:ov (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dlocal6.C5 PCVector2<T> operator- (const PCVector2<T> &ov) const
7 return PCVector2<T>(ov.xFIELD, ov.yFIELD); // { dg-error "matching" }
/haiku-buildtools/gcc/mpfr/tests/
H A Dtmodf.c108 int inexact, ov; local
119 for (ov = 0; ov <= 1; ov++)
121 const char *s = ov ? "@Inf@" : "1";
123 if (ov)
132 printf ("Error in check_special_exprange (ov = %d):"
133 " expected 0 and %s, got\n", ov, s);
142 printf ("Bad inexact value in check_special_exprange (ov = %d):"
143 " expected 4, got %d\n", ov, inexac
[all...]
H A Dtexp2.c72 int inex, ov; local
80 ov = mpfr_overflow_p ();
81 if (!ov || !mpfr_inf_p (y) || inex <= 0)
85 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
93 ov = mpfr_overflow_p ();
94 if (!ov || !mpfr_inf_p (y) || inex <= 0)
98 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
104 ov = mpfr_overflow_p ();
105 if (ov || mpfr_inf_p (y) || inex >= 0 ||
110 printf ("inex = %d, %soverflow\n", inex, ov
[all...]
H A Dtexp10.c72 int inex, ov; local
80 ov = mpfr_overflow_p ();
81 if (!ov || !mpfr_inf_p (y) || inex <= 0)
85 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
200 int inex, ov; local
297 ov = mpfr_overflow_p ();
298 if (!(MPFR_IS_INF (y) && MPFR_IS_POS (y) && ov))
302 printf ("inex = %d, %soverflow\n", inex, ov ? "" : "no ");
/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Dret-cc.s7 ret ov
26 ret ov/pe
H A Dret-cc.d14 8: 9e04 ret ov/pe
15 a: 9e04 ret ov/pe
33 2e: 9e04 ret ov/pe
H A Djmp-cc.s7 jp ov, dd
23 jr ov/pe,dd
H A Djmp-cc.d14 a: 5e04 0040 jp ov/pe,0x40
15 e: e418 jr ov/pe,0x40
30 2e: e408 jr ov/pe,0x40
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z8k/
H A Dret-cc.s7 ret ov
26 ret ov/pe
H A Dret-cc.d14 8: 9e04 ret ov/pe
15 a: 9e04 ret ov/pe
33 2e: 9e04 ret ov/pe
H A Djmp-cc.s7 jp ov, dd
23 jr ov/pe,dd
H A Djmp-cc.d14 a: 5e04 0040 jp ov/pe,0x40
15 e: e418 jr ov/pe,0x40
30 2e: e408 jr ov/pe,0x40
/haiku-buildtools/jam/
H A Dexpand.c80 char *ov; /* for temp copy of variable in outbuf */ local
145 ov = out;
149 switch( *ov++ = *in++ )
153 case ':': ov[-1] = MAGIC_COLON; break;
154 case '[': ov[-1] = MAGIC_LEFT; break;
155 case ']': ov[-1] = MAGIC_RIGHT; break;
161 ov--;
173 * out_buf out ov
188 if( out < ov )
189 variables = var_expand( L0, out, ov, lo
[all...]
/haiku-buildtools/isl/
H A Disl_vertices.c1504 isl_basic_set *ov; local
1505 ov = cell->vertices->v[other_ids[j]].vertex;
1506 if (vertex_on_facet(ov, bset, i, v))
/haiku-buildtools/legacy/binutils/bfd/
H A Dieee.c2304 bfd_signed_vma ov;
2308 ov = bfd_get_signed_32 (abfd,
2313 ov = bfd_get_signed_16 (abfd,
2318 ov = bfd_get_signed_8 (abfd,
2323 ov = 0;
2328 ov &= r->howto->src_mask;
2332 ov += r->address;
2340 if (! ieee_write_expression (abfd, r->addend + ov,
2348 if (! ieee_write_expression (abfd, r->addend + ov,
2301 bfd_signed_vma ov; local
/haiku-buildtools/binutils/bfd/
H A Dieee.c2410 bfd_signed_vma ov;
2414 ov = bfd_get_signed_32 (abfd,
2419 ov = bfd_get_signed_16 (abfd,
2424 ov = bfd_get_signed_8 (abfd,
2429 ov = 0;
2434 ov &= r->howto->src_mask;
2438 ov += r->address;
2446 if (! ieee_write_expression (abfd, r->addend + ov,
2454 if (! ieee_write_expression (abfd, r->addend + ov,
2407 bfd_signed_vma ov; local
/haiku-buildtools/binutils/gold/
H A Dincremental.cc2596 unsigned char* ov = oview;
2624 elfcpp::Sym_write<size, big_endian> osym(ov);
2632 ov += sym_size;
2653 gold_assert(ov - oview == output_size);
H A Dobject.cc2672 unsigned char* ov = oview; local
2707 elfcpp::Sym_write<size, big_endian> osym(ov);
2718 ov += sym_size;
2743 gold_assert(ov - oview == output_size);
H A Dlayout.cc5484 unsigned char* ov = of->get_output_view(this->build_id_note_->offset(),
5496 sha1_buffer(reinterpret_cast<const char*>(iv), output_file_size, ov);
5498 md5_buffer(reinterpret_cast<const char*>(iv), output_file_size, ov);
5509 size_of_hashes, ov);
5515 ov);

Completed in 208 milliseconds