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

1 2 3 4 5 6 7

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 11 float F2 = 01e-19f;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
eval_if.hpp 29 , typename BOOST_MPL_AUX_NA_PARAM(F2)
37 typedef typename if_<C,F1,F2>::type f_;
40 : if_<C,F1,F2>::type
43 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,eval_if,(C,F1,F2))
51 , typename F2
59 typedef typename if_c<C,F1,F2>::type f_;
62 : if_c<C,F1,F2>::type
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
simd-2.asm 25 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 0F 2A E8
    [all...]
  /external/chromium_org/third_party/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/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/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/skia/gm/
selftest.cpp 57 static skiagm::GM* F2(void*) {
62 static skiagm::GMRegistry gR2(F2);
  /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/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 94 Function *F2 = buildFunction(M);
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);
142 void *F2_addr = EE->getPointerToFunction(F2);
149 EE->freeMachineCodeForFunction(F2);
180 EXPECT_EQ(F2, Listener2.EmittedEvents[1].F);
194 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/chromium_org/base/
md5.cc 53 #define F2(x, y, z) F1(z, x, y)
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, a, b, c, d, in[ 9]+0x21e1cde6, 5)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.cc 130 #define F2(x, y, z) F1(z, x, y)
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, a, b, c, d, in[ 9] + 0x21e1cde6, 5)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
md5.c 174 #define F2(x, y, z) F1(z, x, y)
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, a, b, c, d, in[ 9]+0x21e1cde6, 5)
    [all...]
  /external/libvpx/libvpx/
md5_utils.c 145 #define F2(x, y, z) F1(z, x, y)
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, 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)
68 struct F2 {
72 // f2 = sqrt(5) (x3 - x4)
117 problem.AddResidualBlock(new AutoDiffCostFunction<F2, 1, 1, 1>(new F2),
  /external/llvm/lib/Support/
FileUtilities.cpp 186 OwningPtr<MemoryBuffer> F2;
187 if (error_code ec = MemoryBuffer::getFile(NameB, F2)) {
195 const char *File2Start = F2->getBufferStart();
197 const char *File2End = F2->getBufferEnd();
201 uint64_t B_size = F2->getBufferSize();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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) {}

Completed in 319 milliseconds

1 2 3 4 5 6 7