Searched refs:v4 (Results 76 - 100 of 199) sorted by relevance

12345678

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dtask-1.C33 int v4 = 4; local
37 if (++v1 != 8 || ++v2 != 3 || ++v3 != 4 || ++v4 != 5 || ++v5 != 6)
41 if (v1 != 7 || v2 != 2 || v3 != 3 || v4 != 4 || v5 != 6)
H A Dtask-6.C35 T v4 = 4; local
39 if (++v1 != 8 || ++v2 != 3 || ++v3 != 4 || ++v4 != 5 || ++v5 != 6)
43 if (v1 != 7 || v2 != 2 || v3 != 3 || v4 != 4 || v5 != 6)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dcollapse3.f9042 subroutine test2(v1, v2, v3, v4, v5, v6)
44 integer :: v1, v2, v3, v4, v5, v6 local in subroutine:test2
50 do j = v3, v4
74 subroutine test3(v1, v2, v3, v4, v5, v6, v7, v8, v9)
76 integer :: v1, v2, v3, v4, v5, v6, v7, v8, v9 local in subroutine:test3
82 do j = v3, v4, v8
138 subroutine test5(v1, v2, v3, v4, v5, v6)
140 integer :: v1, v2, v3, v4, v5, v6 local in subroutine:test5
147 do j = v3, v4
171 subroutine test6(v1, v2, v3, v4, v
173 integer :: v1, v2, v3, v4 local in subroutine:test6
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/debug/
H A Dmultithreaded_swap.cc77 vector<int> &v3 = *pv3, &v4 = *pv4;
79 // v1 and v3 shares the same mutex instance, like v2 and v4
86 // thread t2 lock v4 and v3
87 thread t2([&v3, &v4]()
90 v4.swap(v3);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vmx/
H A Ddct.c7 vector signed short v0, v1, v2, v3, v4, v5, v6, v7; local
15 v4 = vec_mergeh (input[2], input[6]);
20 x0 = vec_mergeh (v0, v4);
21 x1 = vec_mergel (v0, v4);
44 vector signed short v0, v1, v2, v3, v4, v5, v6, v7, v8, v9; local
79 v4 = vec_subs (v8, v2); /* (V0+V7) - (V3+V4) */
92 in[2] = vec_mradds (v8, mul2, v4); /* y2 = v8 * a0 + v4 */
93 v6 = vec_mradds (v4, mul2, mul6);
94 in[6] = vec_subs (v6, v8); /* y6 = v4 * a
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/linear_congruential_engine/requirements/
H A Dconstexpr_data.cc42 constexpr auto v4 __attribute__((unused)) local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/requirements/
H A Dconstexpr_data.cc42 constexpr auto v4 __attribute__((unused)) local
/haiku-buildtools/binutils/gold/testsuite/
H A Dtwo_file_test_main.cc36 v5[i] = v4[i];
H A Dtwo_file_test_tls.cc38 v5[i] = v4[i];
H A Ddwp_test.h61 extern char v4[];
H A Dtwo_file_test_1.cc84 return v4[5] == ',';
117 char* p8 = &v4[6];
H A Ddwp_test_1.cc56 return v4[5] == ',';
89 char* p8 = &v4[6];
/haiku-buildtools/binutils/gas/testsuite/gas/aarch64/
H A Dfp-const0-parse.s41 fcmlt v4.4s, v26.4s, #0
60 fcmlt v4.4s, v26.4s, #0.0
H A Dillegal.s77 st2 {v4.2d, v5.2d}, [x3, #3]
78 st2 {v4.2d, v5.2d, v6.2d}, [x3]
79 st1 {v4.2d, v6.2d, v8.2d}, [x3]
80 st3 {v4.2d, v6.2d}, [x3]
81 st4 {v4.2d, v6.2d}, [x3]
82 st2 {v4.2d, v6.2d, v8.2d, v10.2d}, [x3]
83 st2 {v4.2d, v6.2d, v8.2d, v10.2d}, [x3], 48
106 ld3 {v1.s, v2.s, v3.s, v4.s}[1], [x3]
107 st3 {v2.s, v3.s, v4.s, v5.s}[1], [x4]
112 st2 {v2.b, v4
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-printf-3.c13 va_list v4, va_list v5, va_list v6, va_list v7, va_list v8)
30 vsprintf (s, "%d", v4);
12 foo(int i, char *s, size_t n, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5, va_list v6, va_list v7, va_list v8) argument
H A Dext-6.c12 va_list v3, va_list v4, va_list v5, va_list v6, va_list v7, va_list v8,
31 vsprintf (s, "%d", v4);
11 foo(int i, char *s, size_t n, int *ip, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5, va_list v6, va_list v7, va_list v8, va_list v9, va_list v10, va_list v11, va_list v12, va_list v13) argument
H A Dms_c90-printf-3.c14 va_list v4, va_list v5, va_list v6, va_list v7, va_list v8)
31 vsprintf (s, "%d", v4);
13 foo(int i, char *s, size_t n, va_list v0, va_list v1, va_list v2, va_list v3, va_list v4, va_list v5, va_list v6, va_list v7, va_list v8) argument
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug170.go11 var v4 = nil; // ERROR "nil" var
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-varargs-1.c17 const vector unsigned int v4 = {40,41,42,43}; variable
34 if (memcmp (&v, &v4, sizeof (v)) != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcast-qual-2.c29 voidfn_t *v4 = (voidfn_t *) noreturnfn; /* { dg-bogus "discards qualifier" } */ variable
H A Dfunc-ptr-conv-1.c15 void *v4 = (void *)&f; /* { dg-warning "12:pointer" "bad conversion" } */ variable
H A DWcxx-compat-8.c23 int v4 = C; variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp51.c7 v4 (unsigned a, unsigned b) function
/haiku-buildtools/gcc/mpfr/src/
H A Dgammaonethird.c53 unsigned long int v3, unsigned long int v4,
60 MPFR_ACC_OR_MUL (v4);
78 unsigned long int v3, unsigned long int v4,
86 MPFR_ACC_OR_DIV (v4);
51 mpfr_mul_ui5(mpfr_ptr y, mpfr_srcptr x, unsigned long int v1, unsigned long int v2, unsigned long int v3, unsigned long int v4, unsigned long int v5, mpfr_rnd_t mode) argument
76 mpfr_div_ui8(mpfr_ptr y, mpfr_srcptr x, unsigned long int v1, unsigned long int v2, unsigned long int v3, unsigned long int v4, unsigned long int v5, unsigned long int v6, unsigned long int v7, unsigned long int v8, mpfr_rnd_t mode) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/bool/cons/
H A D1.cc144 vec_type v4(v4_ref);
145 VERIFY( v4.size() == v4_ref.size() );
146 VERIFY( std::equal(v4.begin(), v4.end(), v4_ref.begin()) );

Completed in 280 milliseconds

12345678