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

1 2 3 4

  /external/clang/test/Lexer/
11-27-2007-FloatLiterals.c 13 float F3 = 0xFp100000000000000000000F;
  /external/chromium_org/v8/test/mjsunit/compiler/
compare-objeq-elim.js 50 function F3(a, b) {
84 test(F3, a, b);
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-direct-large.cc 30 #define F3(Q, x) \
34 F3(Q, x##0) F3(Q, x##1) F3(Q, x##2) F3(Q, x##3) F3(Q, x##4) F3(Q, x##5) \
35 F3(Q, x##6) F3(Q, x##7) F3(Q, x##8) F3(Q, x##9
    [all...]
  /external/ceres-solver/examples/
powell.cc 33 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2)
37 // f3 = (x2 - 2*x3)^2
78 struct F3 {
82 // f3 = (x2 - 2 x3)^2
120 problem.AddResidualBlock(new AutoDiffCostFunction<F3, 1, 1, 1>(new F3),
  /external/fio/crc/
md5.h 13 #define F3(x, y, z) (x ^ y ^ z)
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.cc 131 #define F3(x, y, z) (x ^ y ^ z)
181 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4);
182 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11);
183 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
184 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
185 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4);
186 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11);
187 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16);
188 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
189 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
md5_utils.c 146 #define F3(x, y, z) (x ^ y ^ z)
201 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
202 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
203 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
204 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
205 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
206 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
207 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
208 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
209 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
md5.cc 133 #define F3(x, y, z) (x ^ y ^ z)
183 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4);
184 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11);
185 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
186 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
187 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4);
188 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11);
189 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16);
190 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
191 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/libvpx/libvpx/
md5_utils.c 146 #define F3(x, y, z) (x ^ y ^ z)
201 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
202 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
203 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
204 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
205 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
206 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
207 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
208 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
209 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.c 146 #define F3(x, y, z) (x ^ y ^ z)
201 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
202 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
203 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
204 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
205 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
206 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
207 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
208 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
209 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/
rmd_locl.h 104 #define F3(x,y,z) (((x)|(~y))^(z))
113 #define F3(x,y,z) (((~(y)) | (x)) ^ (z))
137 a+=F3(b,c,d)+X(w)+K; \
  /external/chromium_org/third_party/skia/src/utils/
SkSHA1.cpp 102 struct F3 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) {
195 operation(F3(), A, B, C, D, E, W[40], K[2]);
196 operation(F3(), E, A, B, C, D, W[41], K[2]);
197 operation(F3(), D, E, A, B, C, W[42], K[2]);
198 operation(F3(), C, D, E, A, B, W[43], K[2]);
199 operation(F3(), B, C, D, E, A, W[44], K[2]);
200 operation(F3(), A, B, C, D, E, W[45], K[2]);
201 operation(F3(), E, A, B, C, D, W[46], K[2]);
202 operation(F3(), D, E, A, B, C, W[47], K[2]);
203 operation(F3(), C, D, E, A, B, W[48], K[2])
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sha1.c 93 #define F3(B,C,D) ((B & C) | (B & D) | (C & D)) /* 40 <= t <= 59 */
170 (F3(ctx->B, ctx->C, ctx->D)) +
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
md5.c 175 #define F3(x, y, z) (x ^ y ^ z)
236 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
237 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
238 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
239 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
240 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
241 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
242 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
243 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
244 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/clang/test/CodeGen/
volatile.c 20 struct { struct { int y; } x; } F3;
80 i=F3.x.y;
81 // CHECK: load i32* getelementptr {{.*}} @F3
  /external/skia/src/utils/
SkSHA1.cpp 102 struct F3 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) {
195 operation(F3(), A, B, C, D, E, W[40], K[2]);
196 operation(F3(), E, A, B, C, D, W[41], K[2]);
197 operation(F3(), D, E, A, B, C, W[42], K[2]);
198 operation(F3(), C, D, E, A, B, W[43], K[2]);
199 operation(F3(), B, C, D, E, A, W[44], K[2]);
200 operation(F3(), A, B, C, D, E, W[45], K[2]);
201 operation(F3(), E, A, B, C, D, W[46], K[2]);
202 operation(F3(), D, E, A, B, C, W[47], K[2]);
203 operation(F3(), C, D, E, A, B, W[48], K[2])
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 193 #define F3(x, y, z) (x ^ y ^ z)
248 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
249 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
250 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
251 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
252 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
253 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
254 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
255 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
256 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]
  /external/chromium_org/base/
md5.cc 54 #define F3(x, y, z) (x ^ y ^ z)
108 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
109 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
110 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
111 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
112 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
113 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
114 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
115 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
116 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
md5.cc 59 #define F3(x, y, z) (x ^ y ^ z)
113 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
114 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
115 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
116 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
117 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
118 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
119 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
120 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
121 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
md5.cc 59 #define F3(x, y, z) (x ^ y ^ z)
113 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
114 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
115 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
116 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
117 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
118 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
119 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
120 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
121 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-x87.cc 151 typedef int (*F3)(float x);
  /external/clang/test/Layout/
ms-x86-basic-layout.cpp 621 struct F3 : A4, virtual A16f {
623 F3() : a(0xf00000f3) {}
624 virtual void g() {printf("F3");}
628 // CHECK-NEXT: 0 | struct F3
629 // CHECK-NEXT: 0 | (F3 vftable pointer)
632 // CHECK-NEXT: 20 | (F3 vbtable pointer)
640 // CHECK-X64-NEXT: 0 | struct F3
641 // CHECK-X64-NEXT: 0 | (F3 vftable pointer)
644 // CHECK-X64-NEXT: 24 | (F3 vbtable pointer)
836 sizeof(F3)
    [all...]
  /external/clang/test/Sema/
attr-aligned.c 55 array_with_align_attr F3;
56 char f3[__alignof__(F3) == 16 ? 1 : -1] = { 0 }; variable
  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 9 enum Foo {F1, F2, F3};
  /external/flac/libFLAC/
md5.c 45 #define F3(x, y, z) (x ^ y ^ z)
100 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
101 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
102 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
103 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
104 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
105 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
106 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
107 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
108 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4)
    [all...]

Completed in 957 milliseconds

1 2 3 4