HomeSort by relevance Sort by last modified time
    Searched refs:S6 (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
malign-double.cpp 100 union S6 {
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/
cast.c 253 #define S6 CAST_S_table6
289 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]];
291 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]];
293 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]];
295 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]];
298 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]];
299 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]];
300 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sin.c 31 * sin(x) ~ x + S1*x + ... + S6*x
35 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
42 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
57 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
k_sincos.h 23 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
40 r = S2 + z * (S3 + z * S4) + z * w * (S5 + z * S6);
  /device/google/contexthub/firmware/lib/libm/
kf_sin.c 29 S6 = 1.5896910177e-10; /* 0x2f2ec9d3 */
46 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_sin.c 30 * sin(x) ~ x + S1*x + ... + S6*x
34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
41 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
56 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 32 struct S6 { // expected-warning {{padding size of 'S6' with 30 bits to alignment boundary}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 44 struct S6 {
46 S6() : s5 { 0 } {} // expected-warning {{binding reference subobject of member 's5' to a temporary}}
type-definition-in-specifier.cpp 9 struct S6;
25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
  /external/fdlibm/
k_sin.c 26 * 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 */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/fec/
sumsq_sse2_assist.s 24 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/CXX/class.access/class.friend/
p11.cpp 61 struct S6 {
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 38 S6 = 0.16059043836821614596571832194524392581082444805729e-9L,
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
  /external/clang/test/Sema/
type-spec-struct-union.c 40 struct S6 {
45 struct S6 a;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
StringSwitch.h 126 StringLiteral S6, T Value) {
127 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value);
133 StringLiteral S6, StringLiteral S7, T Value) {
134 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value);
140 StringLiteral S6, StringLiteral S7, StringLiteral S8,
142 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value);
148 StringLiteral S6, StringLiteral S7, StringLiteral S8,
150 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value);
  /external/clang/test/OpenMP/
for_private_messages.cpp 53 class S6 {
57 S6() : a(0) {}
58 S6(T v) : a(v) {
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}
    [all...]
for_simd_private_messages.cpp 53 class S6 {
57 S6() : a(0) {}
58 S6(T v) : a(v) {
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}
    [all...]
parallel_for_private_messages.cpp 53 class S6 {
57 S6() : a(0) {}
58 S6(T v) : a(v) {
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}
    [all...]
parallel_sections_private_messages.cpp 57 class S6 {
61 S6() : a(0) {}
62 S6(T v) : a(v) {
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}
    [all...]
sections_private_messages.cpp 57 class S6 {
61 S6() : a(0) {}
62 S6(T v) : a(v) {
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}
    [all...]
simd_private_messages.cpp 49 class S6 {
53 S6() : a(0) {}
54 S6(T v) : a(v) {
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}
    [all...]
single_private_messages.cpp 53 class S6 {
57 S6() : a(0) {}
58 S6(T v) : a(v) {
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}
    [all...]
target_firstprivate_messages.cpp 46 class S6 {
50 S6() : a(0) {}
51 S6(T v) : a(v) {
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}
    [all...]
target_parallel_for_private_messages.cpp 53 class S6 {
57 S6() : a(0) {}
58 S6(T v) : a(v) {
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}
    [all...]
target_private_messages.cpp 46 class S6 {
50 S6() : a(0) {}
51 S6(T v) : a(v) {
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}
    [all...]

Completed in 265 milliseconds

1 2 3 4 5 6 7