HomeSort by relevance Sort by last modified time
    Searched defs:S7 (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p5.cpp 42 struct S7 : S1 {
49 S7 s7 alignas(4); // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S7'}}
  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 49 struct S7 : S5 {
50 S7() : S5 { 0 } {} // expected-warning {{binding reference member 'x' to a temporary}}
empty-class-layout.cpp 64 struct S7 : Empty {
67 SA(11, sizeof(S7) == 8);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 39 S7 = -0.76471637318198151807063387954939213287488216303768e-12L,
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinhl.c 51 S7 = 1.9841269841270074e-4, /* 0x1a01a01a01a070.0p-65 */
65 S7 = 1.98412698412698412698412697391263199e-4L, /* 0x1a01a01a01a01a01a01a0176aad11.0p-125L */
111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x);
116 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 66 struct S7 {
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 36 struct S7 { // expected-warning {{padding size of 'S7' with 7 bytes to alignment boundary}}
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
microsoft-abi-static-initializers.cpp 66 static S S7;
  /external/boringssl/src/decrepit/cast/
cast.c 249 #define S7 CAST_S_table7
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[z[9]];
296 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 36 struct S7 { int i : 8; unsigned j : 8; } x7;
struct2.c 33 struct S7 { int i : 8; unsigned j : 16; } x7;
  /art/runtime/arch/arm/
registers_arm.h 64 S7 = 7,
  /external/libgsm/src/
long_term.c 367 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
373 E = W * b; S7 += E; \
414 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
539 E = W * b; S7 += E; \
580 if (S7 > L_max) { L_max = S7; Nc = lambda + 7; }
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0;
753 E = W * b; S7 += E;
    [all...]
  /art/runtime/arch/mips/
registers_mips.h 53 S7 = 23,
  /art/runtime/arch/mips64/
registers_mips64.h 53 S7 = 23,
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 59 #define S7 23
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 59 #define S7 23
  /external/clang/test/PCH/
cxx-templates.h 168 struct S7;
171 struct S7<int[N]> : S6<const int[N]> { };
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
regnum.h 59 #define S7 23

Completed in 1649 milliseconds

1 2