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

1 2

  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 9 struct S6;
25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
empty-class-layout.cpp 60 struct S6 : S5 { };
61 SA(10, sizeof(S6) == 2);
destructor.cpp 151 struct S6 {
154 ~S6();
  /bionic/libm/src/
k_sin.c 32 * sin(x) ~ x + S1*x + ... + S6*x
36 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
43 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
58 S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */
67 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*) { }
mangle.cpp 150 template<typename T> struct S6 {
154 template<typename T> void ft5(typename S6<T>::B) { }
  /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/clang/test/Sema/
type-spec-struct-union.c 40 struct S6 {
45 struct S6 a;
  /external/clang/test/ASTMerge/Inputs/
struct1.c 33 struct S6 { int i : 8; unsigned j : 8; } x6;
struct2.c 30 struct S6 { int i : 8; unsigned j; } x6;
  /external/clang/test/PCH/
cxx-templates.cpp 36 S6<const int[17]>::t2 b6 = a6;
cxx-templates.h 156 struct S6;
159 struct S6<const T [N]>
171 struct S7<int[N]> : S6<const int[N]> { };
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 258 static const ulong32 S6[256] = {
443 z[3] = x[3] ^ S5[GB(x, 0xD)] ^ S6[GB(x, 0xF)] ^ S7[GB(x, 0xC)] ^ S8[GB(x, 0xE)] ^ S7[GB(x, 0x8)];
444 z[2] = x[1] ^ S5[GB(z, 0x0)] ^ S6[GB(z, 0x2)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x3)] ^ S8[GB(x, 0xA)];
445 z[1] = x[0] ^ S5[GB(z, 0x7)] ^ S6[GB(z, 0x6)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S5[GB(x, 0x9)];
446 z[0] = x[2] ^ S5[GB(z, 0xA)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0xb)] ^ S8[GB(z, 0x8)] ^ S6[GB(x, 0xB)];
447 skey->cast5.K[i++] = S5[GB(z, 0x8)] ^ S6[GB(z, 0x9)] ^ S7[GB(z, 0x7)] ^ S8[GB(z, 0x6)] ^ S5[GB(z, 0x2)];
448 skey->cast5.K[i++] = S5[GB(z, 0xA)] ^ S6[GB(z, 0xB)] ^ S7[GB(z, 0x5)] ^ S8[GB(z, 0x4)] ^ S6[GB(z, 0x6)];
449 skey->cast5.K[i++] = S5[GB(z, 0xC)] ^ S6[GB(z, 0xd)] ^ S7[GB(z, 0x3)] ^ S8[GB(z, 0x2)] ^ S7[GB(z, 0x9)]
    [all...]
  /external/llvm/unittests/Support/
AlignOfTest.cpp 56 struct S6 { double f(); };
58 struct D2 : S6 { float g(); };
88 [AlignOf<double (S6::*)()>::Alignment > 0];
104 [AlignOf<S6>::Alignment > 0];
156 EXPECT_LE(alignOf<S1>(), alignOf<S6>());
231 EXPECT_EQ(alignOf<double (S6::*)()>(),
232 alignOf<AlignedCharArrayUnion<double (S6::*)()> >());
238 EXPECT_EQ(alignOf<S6>(), alignOf<AlignedCharArrayUnion<S6> >());
286 EXPECT_EQ(sizeof(double (S6::*)())
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 58 #define S6 22
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 58 #define S6 22
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 58 #define S6 22
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 58 #define S6 22
  /external/libgsm/src/
long_term.c 367 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
374 E = W * c; S6 += E; \
413 if (S6 > L_max) { L_max = S6; Nc = lambda + 6; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
540 E = W * c; S6 += E; \
579 if (S6 > L_max) { L_max = S6; Nc = lambda + 6; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
754 E = W * c; S6 += E;
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 93 struct __declspec(unknown(12) deprecated) S6 {}; /* expected-warning {{unknown __declspec attribute 'unknown' ignored}}*/
cxx0x-ambig.cpp 63 struct S6 {
  /bionic/libc/arch-mips/bionic/
_setjmp.S 75 REG_S s6, SC_REGS+S6*REGSZ(a0)
138 REG_L s6, SC_REGS+S6*REGSZ(a0)
setjmp.S 89 REG_S s6, SC_REGS+S6*REGSZ(a0)
167 REG_L s6, SC_REGS+S6*REGSZ(a0)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 179 case Mips::S6: case Mips::S6_64: case Mips::F22: case Mips::D22_64:
  /external/v8/src/arm/
constants-arm.h 226 S6 = 1 << 6, // Signed (or unsigned).

Completed in 812 milliseconds

1 2