Searched refs:S6 (Results 1 - 25 of 113) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dmalign-double.cpp100 union S6 { union
105 unsigned S6_align = __alignof(union S6);
106 unsigned S6_size = sizeof(union S6);
112 unsigned S6_c_offset = (unsigned) &((union S6*) 0)->c;
113 unsigned S6_d_offset = (unsigned) &((union S6*) 0)->d;
/external/boringssl/src/decrepit/cast/
H A Dcast.c248 #define S6 CAST_S_table6 macro
284 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]];
286 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]];
288 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]];
290 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]];
293 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]];
294 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]];
295 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[
[all...]
/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp32 struct S6 { // expected-warning {{padding size of 'S6' with 30 bits to alignment boundary}} struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
/external/clang/test/SemaCXX/
H A Dwarn-dangling-field.cpp44 struct S6 { struct
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}} function in struct:S6
H A Dtype-definition-in-specifier.cpp9 struct S6;
25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
/external/fdlibm/
H A Dk_sin.c26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
55 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ variable
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/external/fec/
H A Dsumsq_sse2_assist.s24 movaps (%esi),%xmm0 # S0 S1 S2 S3 S4 S5 S6 S7
25 pmaddwd %xmm0,%xmm0 # (S0*S0+S1*S1) (S2*S2+S3*S3) (S4*S4+S5*S5) (S6*S6+S7*S7)
29 psrlq $32,%xmm0 # (S2*S2+S3*S3) 0 (S6*S6+S7*S7) 0
/external/clang/test/OpenMP/
H A Dtarget_private_messages.cpp46 class S6 { class
50 S6() : a(0) {} function in class:S6
51 S6(T v) : a(v) { function in class:S6
56 S6 &operator=(S6 &s) {
148 S6<float> s6(0.0) , s6_0(1.0);
149 S7<S6<float> > s7(0.0) , s7_0(1.0);
194 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
195 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dfor_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
177 S6<float> s6(0.0) , s6_0(1.0);
178 S7<S6<float> > s7(0.0) , s7_0(1.0);
243 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
244 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dfor_simd_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
170 S6<float> s6(0.0) , s6_0(1.0);
171 S7<S6<float> > s7(0.0) , s7_0(1.0);
233 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
234 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dparallel_for_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
170 S6<float> s6(0.0) , s6_0(1.0);
171 S7<S6<float> > s7(0.0) , s7_0(1.0);
233 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
234 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dparallel_sections_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
197 S6<float> s6(0.0) , s6_0(1.0);
198 S7<S6<float> > s7(0.0) , s7_0(1.0);
277 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
278 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dsections_private_messages.cpp57 class S6 { class
61 S6() : a(0) {} function in class:S6
62 S6(T v) : a(v) { function in class:S6
69 S6 &operator=(S6 &s) {
197 S6<float> s6(0.0) , s6_0(1.0);
198 S7<S6<float> > s7(0.0) , s7_0(1.0);
277 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
278 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dsimd_private_messages.cpp49 class S6 { class
53 S6() : a(0) {} function in class:S6
54 S6(T v) : a(v) { function in class:S6
59 S6 &operator=(S6 &s) {
147 S6<float> s6(0.0) , s6_0(1.0);
148 S7<S6<float> > s7(0.0) , s7_0(1.0);
190 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
191 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dsingle_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
153 S6<float> s6(0.0) , s6_0(1.0);
154 S7<S6<float> > s7(0.0) , s7_0(1.0);
199 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
200 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtarget_firstprivate_messages.cpp46 class S6 { class
50 S6() : a(0) {} function in class:S6
51 S6(T v) : a(v) { function in class:S6
56 S6 &operator=(S6 &s) {
148 S6<float> s6(0.0) , s6_0(1.0);
149 S7<S6<float> > s7(0.0) , s7_0(1.0);
194 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
195 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtarget_parallel_for_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
167 S6<float> s6(0.0) , s6_0(1.0);
168 S7<S6<float> > s7(0.0) , s7_0(1.0);
227 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
228 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dtaskloop_private_messages.cpp53 class S6 { class
57 S6() : a(0) {} function in class:S6
58 S6(T v) : a(v) { function in class:S6
63 S6 &operator=(S6 &s) {
177 S6<float> s6(0.0) , s6_0(1.0);
178 S7<S6<float> > s7(0.0) , s7_0(1.0);
243 s6 = s6_0; // expected-note {{in instantiation of member function 'S6<float>::operator=' requested here}}
244 s7 = s7_0; // expected-note {{in instantiation of member function 'S7<S6<float> >::operator=' requested here}}
H A Dparallel_sections_firstprivate_messages.cpp51 class S6 { class
53 S6() : a(0) {} function in class:S6
56 S6(const S6 &s6) : a(s6.a) {} function in class:S6
57 S6(int v) : a(v) {} function in class:S6
172 S6 n(2);
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp61 struct S6 { struct
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c40 struct S6 { struct
45 struct S6 a;
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c33 struct S6 { int i : 8; unsigned j : 8; } x6; struct
H A Dstruct2.c30 struct S6 { int i : 8; unsigned j; } x6; struct
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp39 struct S6 { struct
48 S6 s6 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S6'}}
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringSwitch.h151 const char (&S6)[N6], const T &Value) {
152 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value);
161 const char (&S6)[N6], const char (&S7)[N7],
163 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value);
172 const char (&S6)[N6], const char (&S7)[N7],
174 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value);
183 const char (&S6)[N6], const char (&S7)[N7],
186 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value);
148 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const T &Value) argument
158 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const T &Value) argument
169 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const char (&S8)[N8], const T &Value) argument
180 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const char (&S5)[N5], const char (&S6)[N6], const char (&S7)[N7], const char (&S8)[N8], const char (&S9)[N9], const T &Value) argument

Completed in 551 milliseconds

12345