Searched defs:F4 (Results 1 - 25 of 37) sorted by path

12

/external/ceres-solver/examples/
H A Dpowell.cc88 struct F4 { struct
123 problem.AddResidualBlock(new AutoDiffCostFunction<F4, 1, 1, 1>(new F4),
/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc226 new AutoDiffCostFunction<F4, 1, 1, 1>(new F4), NULL, &x_[0], &x_[3]);
270 class F4 { class in class:ceres::internal::PowellsFunction
/external/chromium_org/base/
H A Dmd5.cc55 #define F4(x, y, z) (y ^ (x | ~z)) macro
125 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
126 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
127 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
128 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
129 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
130 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
131 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
132 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
133 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc62 #define F4(x, y, z) (y ^ (x | ~z)) macro
132 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
133 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
134 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
135 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
136 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
137 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
138 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
139 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
140 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dmd5_utils.c147 #define F4(x, y, z) (y ^ (x | ~z)) macro
218 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
219 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
220 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
221 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
222 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
223 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
224 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
225 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
226 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c481 #define F4 0.309016994f /* F4 = (Math.sqrt(5.0)-1.0)/4.0 */ macro
487 float s = (x + y + z + w) * F4; /* Factor for 4D skewing */
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c3121 #define F4(x, y, z) (y ^ (x | ~z)) macro
3191 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
3192 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
3193 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
3194 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
3195 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
3196 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
3197 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
3198 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
3199 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c140 #define F4(x, y, z) (y ^ (x | ~z)) macro
210 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
211 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
212 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
213 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
214 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
215 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
216 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
217 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
218 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sha1.c94 #define F4(B,C,D) (B ^ C ^ D) /* 600 <= t <= 79 */ macro
176 (F4(ctx->B, ctx->C, ctx->D)) +
/external/chromium_org/third_party/webrtc/base/
H A Dmd5.cc134 #define F4(x, y, z) (y ^ (x | ~z)) macro
200 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
201 MD5STEP(F4, d, a, b, c, in[ 7] + 0x432aff97, 10);
202 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
203 MD5STEP(F4, b, c, d, a, in[ 5] + 0xfc93a039, 21);
204 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
205 MD5STEP(F4, d, a, b, c, in[ 3] + 0x8f0ccc92, 10);
206 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
207 MD5STEP(F4, b, c, d, a, in[ 1] + 0x85845dd1, 21);
208 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.c176 #define F4(x, y, z) (y ^ (x | ~z)) macro
253 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
254 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
255 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
256 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
257 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
258 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
259 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
260 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
261 MD5STEP(F4,
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc44 typedef Object* (*F4)(void* p0, void* p1, int p2, int p3, int p4); typedef
672 F4 fn = FUNCTION_CAST<F4>(code->entry());
782 F4 fn = FUNCTION_CAST<F4>(code->entry());
888 F4 fn = FUNCTION_CAST<F4>(code->entry());
H A Dtest-assembler-ia32.cc185 typedef int (*F4)(double x); typedef
208 F4 f = FUNCTION_CAST<F4>(code->entry());
554 F4 f = FUNCTION_CAST<F4>(code->entry());
H A Dtest-assembler-x64.cc55 typedef int64_t (*F4)(int64_t* x, int64_t* y); typedef
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
296 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
326 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
349 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
H A Dtest-assembler-x87.cc157 typedef int (*F4)(double x); typedef
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcompare-objeq-elim.js56 function F4(a, b) { function
85 test(F4, a, b);
H A Dinline-arguments.js73 function F4() { function
78 F4(1);
79 F4(1);
80 F4(1);
81 %OptimizeFunctionOnNextCall(F4);
82 F4(1);
/external/clang/test/Layout/
H A Dms-x86-basic-layout.cpp652 struct F4 : A4, B { struct in inherits:A4,B
654 F4() : a(0xf00000f4) {} function in struct:F4
655 virtual void g() {printf("F4");}
659 // CHECK-NEXT: 0 | struct F4
660 // CHECK-NEXT: 0 | (F4 vftable pointer)
678 // CHECK-X64-NEXT: 0 | struct F4
679 // CHECK-X64-NEXT: 0 | (F4 vftable pointer)
837 sizeof(F4)+
/external/clang/test/Parser/
H A Dcxx-class.cpp65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}} function in class:F
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct-large.cc33 #define F4(Q, x) \ macro
40 F4(DECL, f)
43 F4(CALL, f)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/fio/crc/
H A Dmd5.h14 #define F4(x, y, z) (y ^ (x | ~z)) macro

Completed in 3938 milliseconds

12