Searched refs:F2 (Results 1 - 25 of 115) sorted by relevance

12345

/external/clang/test/Lexer/
H A D11-27-2007-FloatLiterals.c11 float F2 = 01e-19f; variable
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp18 class F2 : public E2, public A2 { }; class in inherits:E2,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) {
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c11 struct foo *F2; variable in typeref:struct:foo
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsimd-2.asm25 cvtpd2dq xmm0, xmm1 ; F2 0F E6 C1
26 cvtpd2dq xmm2, [0] ; F2 0F E6 15 00 00 00 00
27 cvtpd2dq xmm3, dqword [0] ; F2 0F E6 1D 00 00 00 00
57 cvtsd2si edx, xmm0 ; F2 0F 2D D0
58 cvtsd2si eax, [0] ; F2 0F 2D 05 00 00 00 00
59 cvtsd2si ebx, qword [0] ; F2 0F 2D 1D 00 00 00 00
61 cvtsd2ss xmm1, xmm2 ; F2 0F 5A CA
62 cvtsd2ss xmm3, [0] ; F2 0F 5A 1D 00 00 00 00
63 cvtsd2ss xmm4, qword [0] ; F2 0F 5A 25 00 00 00 00
65 cvtsi2sd xmm5, eax ; F2
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkSHA1.cpp98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { struct
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(),
[all...]
/external/skia/src/utils/
H A DSkSHA1.cpp98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { struct
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(),
[all...]
/external/clang/test/FixIt/
H A Dfixit-vexing-parse.cpp30 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/skia/gm/
H A Dselftest.cpp57 static skiagm::GM* F2(void*) { function
62 static skiagm::GMRegistry gR2(F2);
/external/bison/src/
H A Duniqstr.h80 #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/clang/test/Misc/
H A Ddiag-template-diffing.cpp640 Foo1<2> F2, F3; local
641 F2 = F1;
642 F1 = F2;
643 F2 = F3;
644 F3 = F2;
690 Foo2<> F2, F3; local
691 F2 = F1;
692 F1 = F2;
693 F2 = F3;
694 F3 = F2;
739 Foo3<2, 1> F2, F3; local
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp94 Function *F2 = buildFunction(M); local
97 void *F2_addr = EE->getPointerToFunction(F2);
100 EE->freeMachineCodeForFunction(F2);
113 EXPECT_EQ(F2, Listener.EmittedEvents[1].F);
126 F2->eraseFromParent();
135 Function *F2 = buildFunction(M); local
142 void *F2_addr = EE->getPointerToFunction(F2);
149 EE->freeMachineCodeForFunction(F2);
180 EXPECT_EQ(F2, Listener2.EmittedEvents[1].F);
194 EXPECT_EQ(F2, Listener
[all...]
/external/chromium/base/
H A Dmd5.cc49 #define F2(x, y, z) F1(z, x, y) macro
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,
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmd5c.c160 #define F2(x, y, z) F1(z, x, y) macro
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,
[all...]
/external/chromium_org/base/
H A Dmd5.cc53 #define F2(x, y, z) F1(z, x, y) macro
91 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
92 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
93 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
94 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
95 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
96 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
97 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
98 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
99 MD5STEP(F2,
[all...]
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
H A Dmd5.cc58 #define F2(x, y, z) F1(z, x, y) macro
96 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
97 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
98 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
99 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
100 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
101 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
102 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
103 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
104 MD5STEP(F2,
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmd5.cc130 #define F2(x, y, z) F1(z, x, y) macro
164 MD5STEP(F2, a, b, c, d, in[ 1] + 0xf61e2562, 5);
165 MD5STEP(F2, d, a, b, c, in[ 6] + 0xc040b340, 9);
166 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
167 MD5STEP(F2, b, c, d, a, in[ 0] + 0xe9b6c7aa, 20);
168 MD5STEP(F2, a, b, c, d, in[ 5] + 0xd62f105d, 5);
169 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
170 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
171 MD5STEP(F2, b, c, d, a, in[ 4] + 0xe7d3fbc8, 20);
172 MD5STEP(F2,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.c174 #define F2(x, y, z) F1(z, x, y) macro
219 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
220 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
221 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
222 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
223 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
224 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
225 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
226 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
227 MD5STEP(F2,
[all...]
/external/libvpx/libvpx/
H A Dmd5_utils.c145 #define F2(x, y, z) F1(z, x, y) macro
184 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5);
185 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9);
186 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14);
187 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20);
188 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5);
189 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9);
190 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14);
191 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20);
192 MD5STEP(F2,
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd4-internal.c182 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
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,
[all...]
H A Dmd5-internal.c192 #define F2(x, y, z) F1(z, x, y) macro
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,
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dmd4-internal.c182 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
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,
[all...]
H A Dmd5-internal.c192 #define F2(x, y, z) F1(z, x, y) macro
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,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c182 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
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,
[all...]
H A Dmd5-internal.c192 #define F2(x, y, z) F1(z, x, y) macro
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,
[all...]
/external/ceres-solver/examples/
H A Dpowell.cc68 struct F2 { struct
117 problem.AddResidualBlock(new AutoDiffCostFunction<F2, 1, 1, 1>(new F2),

Completed in 723 milliseconds

12345