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

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/arm/
H A Dfp16-compile-vcvt.c8 __fp16 h2 = 1234.0; variable
15 f2 = h2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Doverflow-warn-6.C14 h2 (int x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt121.C5 struct S { void g2 (void (*) (...)); void h2 () { g2 (f); } };// { dg-error "match" "match" } function in struct:S
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Doverflow-warn-6.c14 h2 (int x) function
H A Dc99-const-expr-10.c25 h2 (void) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.niklas/
H A Dt121.C5 struct S { void g2 (void (*) (...)); void h2 () { g2 (f); } };// { dg-error "" } function in struct:S
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dr1.c8 int h2 (a) {return a > 0;} function
10 p2 () {assert (h2 (1));}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dr1.c8 int h2 (a) {return a > 0;} function
10 p2 () {assert (h2 (1));}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dtree_join.cc94 map_t h2, h3; local
96 h2[1] = 'a';
97 h2[3] = 'c';
102 * It is not true that all elements in h2 are smaller than those
104 * to join h2, and h3 should result in an exception.
111 h2.join(h3);
122 assert(h2.size() == 2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dmangle32.C29 void h2(T t) { } function
38 h2(G());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D931017-1.c14 h2 (e) function
39 b = h2 (&v);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D931017-1.c14 h2 (e) function
39 b = h2 (&v);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D07.cc42 unsigned int h4 = 0, h3 = 0, h2 = 0; local
64 is >> h2; local
65 VERIFY( h2 == 1232224 );
74 h3 = h4 = h2 = 0;
105 is >> h2; local
106 VERIFY( h2 == 345 );
109 h2 = 0;
126 is >> h2; local
127 VERIFY( h2 == 1000000 );
129 h2
132 is >> h2; local
137 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 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/
H A D07.cc43 unsigned int h4 = 0, h3 = 0, h2 = 0; local
65 is >> h2; local
66 VERIFY( h2 == 1232224 );
75 h3 = h4 = h2 = 0;
106 is >> h2; local
107 VERIFY( h2 == 345 );
110 h2 = 0;
127 is >> h2; local
128 VERIFY( h2 == 1000000 );
130 h2
133 is >> h2; local
138 is >> h2; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/
H A D07.cc40 unsigned int h4 = 0, h3 = 0, h2 = 0; local
62 is >> h2; local
63 VERIFY( h2 == 1232224 );
72 h3 = h4 = h2 = 0;
103 is >> h2; local
104 VERIFY( h2 == 345 );
107 h2 = 0;
124 is >> h2; local
125 VERIFY( h2 == 1000000 );
127 h2
130 is >> h2; local
135 is >> h2; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dprintenv.lua34 print('<h2>Server Environment</h2>')
40 print('<h2>Request Headers</h2>')
46 print('<h2>Query Variables</h2>')
52 print('<h2>Form Test</h2>')
69 print('<h2>Form Variables</h2>')
[all...]

Completed in 262 milliseconds

12345678