Searched refs:v4 (Results 1 - 25 of 199) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dparameter_array_section_2.f9011 real(kind=8),dimension(4),parameter::v4=(/1,2,3,4/) variable in program:PotentialMatrix
12 if (any (v2*v4(1:3:2) .ne. (/1,6/))) call abort ()
13 if (any (v2*v4(3:1:-2) .ne. (/3,2/))) call abort ()
H A Dhost_assoc_call_2.f9010 function InitialDiatomicX () result(v4) ! { dg-error "has a type" }
11 real(kind = 8), dimension(4) :: v4 local in function:InitialDiatomicX
12 v4 = 1
H A Dwidechar_4.f9015 subroutine test(s4, t4, u4, v4)
16 character(kind=4,len=*) :: s4, t4, u4, v4 local in subroutine:test
44 if ( (s4 >= v4)) call abort
45 if ( (s4 > v4)) call abort
46 if ( (s4 .ge. v4)) call abort
47 if ( (s4 .gt. v4)) call abort
48 if ( (s4 == v4)) call abort
49 if (.not. (s4 /= v4)) call abort
50 if ( (s4 .eq. v4)) call abort
51 if (.not. (s4 .ne. v4)) cal
60 character(kind=4,len=*) :: t4, u4, v4 local in subroutine:test2
104 character(kind=4,len=*) :: t4, u4, v4 local in subroutine:test3
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dalign-2.c5 typedef float v4 __attribute__((vector_size(sizeof(float)*4))); typedef
6 extern char compile_time_assert[__alignof__(v4) == sizeof(float)*4 ? 1 : -1];
H A DWcxx-compat-19.c10 extern int v4;
11 int v4 = 1; variable
H A Dsimd-3.c11 __attribute__ ((vector_size (8))) signed char v4, v5, v6; variable
15 v4 = v5 + v6;
H A Dpr46309.c15 int v4 = (a == 2); local
16 return v1 || v2 || v3 || v4;
25 int v4 = (a == 4); local
26 return v1 || v2 || v3 || v4;
59 int v4 = (a >= 192 && a <= 223); local
60 return v1 || v2 || v3 || v4;
H A D20090922-1.c22 struct U *v4; member in struct:V
47 struct U *v4 = (struct U *) &v->v4; local
48 if (v4->u1 && v4->u2 >= 0 && v4->u2)
52 for (int k = 0; k <= v4->u2; k++)
55 if (k == v4->u2)
56 v4->u3 += (q->t1) * 1000000;
H A Dqual-component-1.c33 const union u v4; variable in typeref:union:u
78 v4.a = 0; /* { dg-error "assignment of member" } */
79 v4.b[0] = 0; /* { dg-error "assignment of read-only" } */
80 *v4.b = 0; /* { dg-error "assignment of read-only" } */
81 v4.c[0][0] = 0; /* { dg-error "assignment of read-only" } */
82 *v4.c[0] = 0; /* { dg-error "assignment of read-only" } */
83 **v4.c = 0; /* { dg-error "assignment of read-only" } */
84 v4.d = 0; /* { dg-error "assignment of member" } */
85 v4.e[0] = 0; /* { dg-error "assignment of read-only" } */
86 *v4
[all...]
H A Dpr46309-2.c13 _Bool v4 = (a == 2); local
14 if (v1 || v2 || v3 || v4)
24 _Bool v4 = (a == 4); local
25 if (v1 || v2 || v3 || v4)
35 _Bool v4 = (a >= 192 && a <= 223); local
36 if (v1 || v2 || v3 || v4)
46 _Bool v4 = (a == 2); local
51 if (v1 || v2 || v3 || v4 || v5 || v6 || v7 || v8)
61 _Bool v4 = (a != 2); local
66 if (v1 && v2 && v3 && v4
76 _Bool v4 = (a != 2); local
91 _Bool v4 = (a == 2); local
105 _Bool v4 = (a == 2); local
119 _Bool v4 = (a != 2); local
133 _Bool v4 = (a != 2); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Danon6.C10 static union { int v4; }; // { dg-message "declared" } member in union:__anon979
11 static union { int v4; }; // { dg-error "redeclaration" } member in union:__anon980
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dvector-4.c7 __attribute__ ((vector_size (8))) signed char v4, v5, v6; variable
11 v4 = v5 + v6;
H A D980706-1.c3 long long f(long long v1, long long v2, long long v3, long long v4) argument
8 g(v4);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dasm-6.c13 unsigned v1, v2, v3, v4; local
14 __asm__ ("" : "=a" (v1), "=d" (v2), "=c" (v3), "=r" (v4));
15 f0 (f1 (), f1 (), f1 (), f1 (), (v4 >> 8) & 0xff);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr52181.c10 const int __attribute__((aligned(16))) v4[] = { 1 }; variable
11 int test[(__alignof__ (v4) != __alignof__ (v1) /* { dg-bogus "is negative" } */
12 || __alignof__ (v4) != __alignof__ (v2)
13 || __alignof__ (v4) != __alignof__ (v3)) ? -1 : 0];
/haiku-buildtools/binutils/gold/testsuite/
H A Dlarge.c30 int v4[0x10000] = { 1 }; variable
41 assert (v4[0] == 1 && v4[0xffff] == 0);
47 assert (&v1 < v3 && &v1 < v4 && &v1 < v5);
48 assert (&v2 < v3 && &v2 < v4 && &v2 < v5);
49 assert (&v6 < v3 && &v6 < v4 && &v6 < v5);
50 assert (&v7 < v3 && &v7 < v4 && &v7 < v5);
54 assert (v3 < v4);
56 assert (v5 < v4);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dattr2.C8 vector signed int v4; local
11 v4 = v1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dpr35244.c15 static int v4; local
18 #pragma omp threadprivate (v4, v5)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/modifiers/
H A D2.cc45 std::vector<int> v4; local
46 v4.assign(v3.begin(), v3.end());
47 VERIFY(std::equal(v4.begin(), v4.end(), A));
48 VERIFY(std::equal(A, A + N, v4.begin()));
51 v4.assign(M, K);
52 VERIFY(std::equal(v4.begin(), v4.end(), B));
53 VERIFY(std::equal(B, B + M, v4.begin()));
54 VERIFY((v4
[all...]
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Ddynamic-1.mm21 int v4;
26 @property int v4;
33 @dynamic v4;
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Ddynamic-1.m21 int v4;
26 @property int v4;
33 @dynamic v4;
/haiku-buildtools/gcc/gcc/testsuite/go.go-torture/execute/
H A Dexpr-1.go7 var v4 = (v3 * v3) % (v3 * v3);
8 if v4 != 0 {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/valarray/
H A Ddr630-2.cc48 valarray<int> v4(0, 5);
50 v4 = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 };
51 VERIFY( v4.size() == 10 );
52 VERIFY( v4.min() == -1 );
53 VERIFY( v4.max() == -1 );
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dpr39034.c14 volatile float v1 = 28.f, v2 = 3.f, v3 = 9.f, v4 = 31.f, v5 = 3.f, v6 = 10.f; local
15 float b32 = (float)((v1/v2-v3) - (v4/v5-v6));
16 _Decimal32 d32 = (float)((v1/v2-v3) - (v4/v5-v6));
27 volatile double v1 = 28., v2 = 3., v3 = 9., v4 = 31., v5 = 3., v6 = 10.; local
28 double b64 = (double)((v1/v2-v3) - (v4/v5-v6));
29 _Decimal64 d64 = (double)((v1/v2-v3) - (v4/v5-v6));
41 v4 = 31.l, v5 = 3.l, v6 = 10.l; local
42 long double b128 = (long double)((v1/v2-v3) - (v4/v5-v6));
43 _Decimal128 d128 = (long double)((v1/v2-v3) - (v4/v5-v6));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr42833.c4 typedef struct { int8_t v1; int8_t v2; int8_t v3; int8_t v4; } neon_s8; member in struct:__anon1821
124 tmp = (int8_t) vsrc2.v4;
125 if (tmp >= (ssize_t) sizeof (vsrc1.v4) * 8)
127 vdest.v4 = 0;
129 else if (tmp < -(ssize_t) sizeof (vsrc1.v4) * 8)
131 vdest.v4 = vsrc1.v4 >> (sizeof (vsrc1.v4) * 8 - 1);
133 else if (tmp == -(ssize_t) sizeof (vsrc1.v4) * 8)
135 vdest.v4
[all...]

Completed in 139 milliseconds

12345678