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

1 2

  /bionic/libm/src/
k_sinf.c 31 S4 = 0x16cd878c3b46a7.0p-71; /* 0.0000027183114939898219064 */
44 r = S3+z*S4;
k_sin.c 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))))
56 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
67 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 63 * S4 -> 4
150 je S4
168 S4:
  /external/clang/test/SemaCXX/
warn-dangling-field.cpp 31 template <typename T> struct S4 {
33 S4(int i) : x(i) {} // expected-warning {{binding reference member 'x' to stack allocated parameter 'i'}}
36 template struct S4<int>; // no warning from this instantiation
37 template struct S4<int&>; // expected-note {{in instantiation}}
dcl_ambig_res.cpp 34 struct S4 {
37 S4<int()> x; //type-id
38 S4<int(1)> y; // expected-error{{must be a type}}
warn-overloaded-virtual.cpp 38 struct S4 : public B4 {
empty-class-layout.cpp 53 struct S4 : Empty, S3 {
55 SA(8, sizeof(S4) == 2);
warn-reorder-ctor-initialization.cpp 94 struct S4: virtual S3, S2 {
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
constructor-initializer.cpp 265 struct S4 {
267 S4() : s1(s1.baz()) {}
destructor.cpp 138 struct S4 : public S2 { // expected-warning {{has virtual functions but non-virtual destructor}}
  /external/clang/test/SemaTemplate/
self-comparison.cpp 28 template <int A> struct S4 {
46 S4<1> s4; s4.foo<1>(); local
  /external/fdlibm/
k_sin.c 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))))
53 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 85 ImmutableSet<int> S4 = f.add(S2, 9);
90 EXPECT_FALSE(S4.isEmpty());
109 EXPECT_TRUE(S4.contains(9));
110 EXPECT_TRUE(S4.contains(3));
111 EXPECT_TRUE(S4.contains(4));
112 EXPECT_TRUE(S4.contains(5));
113 EXPECT_FALSE(S4.contains(20));
114 EXPECT_FALSE(S4.contains(43));
123 ImmutableSet<int> S4 = f.remove(S3, 3);
127 EXPECT_FALSE(S4.contains(3))
    [all...]
  /external/clang/test/CodeGenCXX/
warn-padded-packed.cpp 19 struct S4 {
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
  /external/dropbear/libtomcrypt/src/ciphers/
blowfish.c 378 #define F(x) ((S1[byte(x,3)] + S2[byte(x,2)]) ^ S3[byte(x,1)]) + S4[byte(x,0)]
399 ulong32 *S1, *S2, *S3, *S4;
410 S4 = skey->blowfish.S[3];
461 ulong32 *S1, *S2, *S3, *S4;
472 S4 = skey->blowfish.S[3];
cast5.c 168 static const ulong32 S4[256] = {
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 27 struct S4 { int i; } x4;
struct2.c 24 struct S4 { int i; float f; } x4;
  /external/clang/test/CXX/class/class.mem/
p1.cpp 33 struct S4
39 struct S4
44 int S4::v4; //expected-note{{previous definition is here}}
45 int S4::v4; //expected-error{{redefinition of 'v4'}}
  /external/clang/test/Sema/
type-spec-struct-union.c 27 // the type "struct S4" declared in the function parameter list has
29 // case, is that the code is ill-formed but we warn about the two S4's
31 int test_struct_scope_3(struct S4 * s4) { // expected-warning{{declaration of 'struct S4' will not be visible outside of this function}}
32 struct S4 { int y; } *s4_2 = 0;
33 /* if (s4 == s4_2) return 1; */
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_vector.java 130 Short4 S4 = s.get_u8_4();
131 if (S4.x != 1 || S4.y != 2 || S4.z != 3 || S4.w != 4) {
134 S4.x = 2;
135 S4.y = 3;
136 S4.z = 4;
137 S4.w = 5;
138 s.set_u8_4(S4);
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 47 struct S4 {} constexpr s4 = S4(); variable in typeref:struct:S4
  /external/clang/test/PCH/
cxx-templates.h 129 struct S4 {
132 extern template struct S4<int>;
135 S4<int> s;
  /external/libgsm/src/
long_term.c 366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
376 E = W * e; S4 += E; \
411 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
542 E = W * e; S4 += E; \
577 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0,
756 E = W * e; S4 += E;
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 283 #define S4 skey->twofish.S[3]
287 #define g_func(x, dum) (S1[byte(x,0)] ^ S2[byte(x,1)] ^ S3[byte(x,2)] ^ S4[byte(x,3)])
288 #define g1_func(x, dum) (S2[byte(x,0)] ^ S3[byte(x,1)] ^ S4[byte(x,2)] ^ S1[byte(x,3)])
481 ulong32 *S1, *S2, *S3, *S4;
492 S4 = skey->twofish.S[3];
554 ulong32 *S1, *S2, *S3, *S4;
565 S4 = skey->twofish.S[3];

Completed in 1641 milliseconds

1 2