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

1 2 3 4 5

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 11 float F2 = 01e-19f;
  /external/clang/test/SemaCXX/
derived-to-base-ambig.cpp 18 class F2 : public E2, public A2 { };
20 void g(E2* e2, F2* f2) {
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
31 void overload_call(F2* f2) {
32 overload_okay(f2);
  /external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c 11 struct foo *F2;
volatile.c 15 struct { int x; } F2;
68 i=F2.x;
69 // CHECK: load i32* getelementptr {{.*}} @F2
141 F2.x=i;
143 // CHECK: store i32 {{.*}}, i32* getelementptr {{.*}} @F2
  /external/skia/src/utils/
SkSHA1.cpp 98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) {
173 operation(F2(), A, B, C, D, E, W[20], K[1]);
174 operation(F2(), E, A, B, C, D, W[21], K[1]);
175 operation(F2(), D, E, A, B, C, W[22], K[1]);
176 operation(F2(), C, D, E, A, B, W[23], K[1]);
177 operation(F2(), B, C, D, E, A, W[24], K[1]);
178 operation(F2(), A, B, C, D, E, W[25], K[1]);
179 operation(F2(), E, A, B, C, D, W[26], K[1]);
180 operation(F2(), D, E, A, B, C, W[27], K[1]);
181 operation(F2(), C, D, E, A, B, W[28], K[1])
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
15.3.4.4-1.js 66 function F2()
137 actual = F2.call(undefined);
138 expect = F2.call();
147 actual = F2.call(null);
148 expect = F2.call();
15.3.4.3-1.js 66 function F2()
162 actual = F2.apply(undefined);
163 expect = F2.apply();
172 actual = F2.apply(null);
173 expect = F2.apply();
regress-94506.js 49 function F2()
84 actual = F2();
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/clang/test/FixIt/
fixit-vexing-parse.cpp 30 S F2();
39 S s2, // expected-note {{change this ',' to a ';' to call 'F2'}}
40 F2(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
  /external/bison/src/
uniqstr.h 80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \
91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \
95 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 \
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 92 Function *F2 = buildFunction(M);
95 void *F2_addr = EE->getPointerToFunction(F2);
98 EE->freeMachineCodeForFunction(F2);
111 EXPECT_EQ(F2, Listener.EmittedEvents[1].F);
124 F2->eraseFromParent();
133 Function *F2 = buildFunction(M);
140 void *F2_addr = EE->getPointerToFunction(F2);
147 EE->freeMachineCodeForFunction(F2);
178 EXPECT_EQ(F2, Listener2.EmittedEvents[1].F);
192 EXPECT_EQ(F2, Listener3.EmittedEvents[0].F)
    [all...]
  /external/chromium/base/
md5.cc 49 #define F2(x, y, z) F1(z, x, y)
87 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
88 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
89 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
90 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
91 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
92 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
93 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
94 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
95 MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
md5c.c 160 #define F2(x, y, z) F1(z, x, y)
200 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
201 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
202 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
203 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
204 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
205 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
206 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
207 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
208 MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5)
    [all...]
  /external/libvpx/libvpx/
md5_utils.c 154 #define F2(x, y, z) F1(z, x, y)
194 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
195 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
196 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
197 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
198 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
199 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
200 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
201 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
202 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
MD5.cpp 115 #define F2(x, y, z) F1(z, x, y)
147 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
148 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
149 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
150 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
151 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
152 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
153 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
154 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
155 MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5)
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md4-internal.c 182 #define F2(x, y, z) ((x & y) | (x & z) | (y & z))
233 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3);
234 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5);
235 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9);
236 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13);
237 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3);
238 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5);
239 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9);
240 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13);
241 MD4STEP(F2, a, b, c, d, in[ 2] + 0x5a827999, 3)
    [all...]
md5-internal.c 192 #define F2(x, y, z) F1(z, x, y)
231 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
232 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
233 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
234 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
235 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
236 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
237 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
238 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
239 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5)
    [all...]
  /dalvik/tests/091-deep-interface-hierarchy/src/
Main.java 53 interface F2 extends E1, E2, E3, E4, E5 {}
58 interface G1 extends F1, F2, F3, F4, F5 {}
59 interface G2 extends F1, F2, F3, F4, F5 {}
60 interface G3 extends F1, F2, F3, F4, F5 {}
61 interface G4 extends F1, F2, F3, F4, F5 {}
62 interface G5 extends F1, F2, F3, F4, F5 {}
  /external/ceres-solver/examples/
powell.cc 33 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2)
36 // f2 = sqrt(5) * (x3 - x4)
69 class F2 {
74 // f2 = sqrt(5) (x3 - x4)
118 problem.AddResidualBlock(new AutoDiffCostFunction<F2, 1, 1, 1>(new F2),
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.time/locale.time.get.byname/
get_monthname_wide.pass.cpp 36 typedef std::time_put_byname<wchar_t, wchar_t*> F2;
38 : public F2
42 : F2(nm, refs) {}
  /external/flac/libFLAC/
md5.c 44 #define F2(x, y, z) F1(z, x, y)
83 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
84 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
85 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
86 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
87 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
88 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
89 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
90 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
91 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5)
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 37 F2,
  /external/llvm/unittests/Support/
Casting.cpp 120 const foo *F2 = dyn_cast<foo>(B2);
121 EXPECT_NE(F2, null_foo);
134 const foo *F2 = dyn_cast_or_null<foo>(B2);
135 EXPECT_NE(F2, null_foo);
  /external/openssl/crypto/ripemd/
rmd_locl.h 103 #define F2(x,y,z) (((x)&(y))|((~x)&z))
109 * Transformed F2 and F4 are courtesy of Wei Dai <weidai@eskimo.com>
112 #define F2(x,y,z) ((((y) ^ (z)) & (x)) ^ (z))
132 a+=F2(b,c,d)+X(w)+K; \

Completed in 673 milliseconds

1 2 3 4 5