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

1 2 3 4

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 11 float F2 = 01e-19f;
  /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
  /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) {}
  /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/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);
warn-enum-compare.cpp 9 enum Foo {F1, F2, F3};
  /external/skia/gm/
selftest.cpp 57 static skiagm::GM* F2(void*) {
62 static skiagm::GMRegistry gR2(F2);
  /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/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/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/v8/test/mjsunit/compiler/
inline-arguments.js 62 function F2() { F1.apply(this, arguments); }
65 F2(y);
  /external/chromium_org/third_party/openssl/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; \
  /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/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/dropbear/libtomcrypt/src/hashes/
sha1.c 41 #define F2(x,y,z) ((x & y) | (z & (x | y)))
76 #define FF2(a,b,c,d,e,i) e = (ROLc(a, 5) + F2(b,c,d) + e + W[i] + 0x8f1bbcdcUL); b = ROLc(b, 30);
  /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();
  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 153 Function *F2 = EE2->FindFunctionNamed("foo2");
154 void *foo2 = EE2->getPointerToFunction(F2);
  /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; \
  /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/wpa_supplicant_8/src/crypto/
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...]
  /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_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/usrsctp/overrides/usrsctplib/netinet/
sctp_sha1.h 89 #define F2(B,C,D) (B ^ C ^ D) /* 20 <= t <= 39 */
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 79 typedef int (*F2)(int64_t x, int64_t y);
110 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
143 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
166 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
191 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
193 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
195 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
230 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
260 int result = FUNCTION_CAST<F2>(buffer)(3, 2);

Completed in 842 milliseconds

1 2 3 4