Searched refs:h2 (Results 1 - 25 of 117) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Darm-fp16-compile-convert.c7 __fp16 h2 = 1234.0; variable
22 h2 = c2;
25 s2 = h2;
28 h2 = i2;
31 l2 = h2;
34 h2 = d2;
H A Darm-fp16-compile-assign.c8 __fp16 h2 = 1234.0; variable
18 h1 = h2;
19 h2 = f1;
20 f2 = h2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dfp16-compile-vcvt.c9 __fp16 h2 = 1234.0; variable
16 f2 = h2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Doverflow-warn-6.C14 h2 (int x) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Doverflow-warn-6.c14 h2 (int x) function
H A Dc99-const-expr-10.c25 h2 (void) function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darray_constructor_34.f9013 complex(dp) h2(0:N-1) variable in program:test
22 h2 = 0
23 h2(i) = ri(j)
24 h1 = (/(sum((/(exp(-2*pi*(0,1)*mod(k*L,N)/N)*h2(L),L=0,N-1)/)),k=0,N-1)/)
H A Dfunction_optimize_11.f909 real(kind=dp) :: h1(0:N-1), h2(0:N-1) variable in program:test
15 h2 = (/ 1._dp, 0._dp, -1._dp, 1._dp /)
16 if (any(abs(h1 - h2) > eps)) call abort
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt121.C5 struct S { void g2 (void (*) (...)); void h2 () { g2 (f); } };// { dg-error "invalid conversion" "match" } function in struct:S
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dlib-23.c11 unsigned char *h1, *h2; local
22 h2 = (unsigned char *) malloc (N);
26 h2[i] = 0xde;
29 (void) acc_copyin (h2, N);
34 free (h2);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dr1.c8 int h2 (a) {return a > 0;} function
10 p2 () {assert (h2 (1));}
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtree_join.cc84 map_t h2, h3; local
86 h2[1] = 'a';
87 h2[3] = 'c';
92 // It is not true that all elements in h2 are smaller than those in
94 // join h2, and h3 should result in an exception.
98 h2.join(h3);
107 assert(h2.size() == 2);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c8 #define foo2(h2) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h2\" would be stringified" "traditional stringification" } */
9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "traditional stringification" } */
11 #define foo5(h2) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h2\" would be stringified" "traditional stringification" } */
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "traditional stringification" } */
22 #define bar2(h2) sdf "h2" fd
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931017-1.c14 h2 (e) function
39 b = h2 (&v);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/
H A D66055.cc30 test_type h2(10, hasher_type(), alloc_type());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/
H A D66055.cc30 test_type h2(10, hasher_type(), alloc_type());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/cons/
H A D66055.cc30 test_type h2(10, hasher_type(), alloc_type());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/cons/
H A D66055.cc30 test_type h2(10, hasher_type(), alloc_type());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle32.C29 void h2(T t) { } function
38 h2(G());
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr59099.c23 int t, h, s, t2, h2, c, i; local
34 h2 = p2->h;
37 gp = p2->q[h2++];
39 c = (t2 - h2) / 2;
44 gp1 = p2->q[h2++];
50 p2->h = h2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D07.cc41 unsigned int h4 = 0, h3 = 0, h2 = 0; local
63 is >> h2; local
64 VERIFY( h2 == 1232224 );
73 h3 = h4 = h2 = 0;
104 is >> h2; local
105 VERIFY( h2 == 345 );
108 h2 = 0;
125 is >> h2; local
126 VERIFY( h2 == 1000000 );
128 h2
131 is >> h2; local
136 is >> h2; local
[all...]
H A D08.cc41 unsigned int h4 = 0, h3 = 0, h2 = 0; local
58 is >> h2; local
59 VERIFY( h2 == 2212322 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D07.cc39 unsigned int h4 = 0, h3 = 0, h2 = 0; local
61 is >> h2; local
62 VERIFY( h2 == 1232224 );
71 h3 = h4 = h2 = 0;
102 is >> h2; local
103 VERIFY( h2 == 345 );
106 h2 = 0;
123 is >> h2; local
124 VERIFY( h2 == 1000000 );
126 h2
129 is >> h2; local
134 is >> h2; local
[all...]
H A D08.cc39 unsigned int h4 = 0, h3 = 0, h2 = 0; local
56 is >> h2; local
57 VERIFY( h2 == 2212322 );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Did-15.c50 add_double (l1, h1, l2, h2, lv, hv)
52 long h1, h2;
60 h = h1 + h2 + (l < l1);
64 return ((~((h1) ^ (h2)) & ((h1) ^ (h))) < 0);
68 mul_double (l1, h1, l2, h2, lv, hv)
70 long h1, h2;
83 encode (arg2, l2, h2);
110 neg_double (l2, h2, &neglow, &neghigh);
113 if (h2 < 0)

Completed in 125 milliseconds

12345