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

1 2 3 4

  /external/v8/test/mjsunit/compiler/
compare-objeq-elim.js 56 function F4(a, b) {
85 test(F4, a, b);
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-large.cc 35 #define F4(Q, x) \
42 F4(DECL, f)
46 F4(CALL, f)
54 F4(CALL, f)
  /libcore/luni/src/main/java/java/security/spec/
RSAKeyGenParameterSpec.java 33 * The value of the public exponent {@code F4} = 65537.
35 public static final BigInteger F4 = BigInteger.valueOf(65537L);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
StructPadTest.java 29 Float4 F4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
32 S.set_f4(0, F4, true);
37 I.f4 = S.get_f4(0);
  /external/ceres-solver/examples/
powell.cc 33 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2)
38 // f4 = sqrt(10) * (x1 - x4)^2
88 struct F4 {
92 // f4 = sqrt(10) (x1 - x4)^2
123 problem.AddResidualBlock(new AutoDiffCostFunction<F4, 1, 1, 1>(new F4),
  /external/fio/crc/
md5.h 14 #define F4(x, y, z) (y ^ (x | ~z))
  /external/google-breakpad/src/common/
md5.cc 156 #define F4(x, y, z) (y ^ (x | ~z))
227 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
228 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
229 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
230 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
231 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
232 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
233 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
234 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
235 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/libvpx/libvpx/
md5_utils.c 147 #define F4(x, y, z) (y ^ (x | ~z))
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, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.c 147 #define F4(x, y, z) (y ^ (x | ~z))
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, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/openssh/openbsd-compat/
md5.c 145 #define F4(x, y, z) (y ^ (x | ~z))
229 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
230 MD5STEP(F4, d, a, b, c, in[7 ] + 0x432aff97, 10);
231 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
232 MD5STEP(F4, b, c, d, a, in[5 ] + 0xfc93a039, 21);
233 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
234 MD5STEP(F4, d, a, b, c, in[3 ] + 0x8f0ccc92, 10);
235 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
236 MD5STEP(F4, b, c, d, a, in[1 ] + 0x85845dd1, 21);
237 MD5STEP(F4, a, b, c, d, in[8 ] + 0x6fa87e4f, 6)
    [all...]
rmd160.c 80 #define F4(x, y, z) ((x) ^ ((y) | (~z)))
257 R(b, c, d, e, a, F4, K4, 9, 4);
258 R(a, b, c, d, e, F4, K4, 15, 0);
259 R(e, a, b, c, d, F4, K4, 5, 5);
260 R(d, e, a, b, c, F4, K4, 11, 9);
261 R(c, d, e, a, b, F4, K4, 6, 7);
262 R(b, c, d, e, a, F4, K4, 8, 12);
263 R(a, b, c, d, e, F4, K4, 13, 2);
264 R(e, a, b, c, d, F4, K4, 12, 10);
265 R(d, e, a, b, c, F4, K4, 5, 14)
    [all...]
  /external/valgrind/memcheck/tests/
sh-mem.c 17 typedef float F4;
213 DO(4, F4, U4, /*isF4*/1);
sh-mem-random.c 18 typedef float F4;
163 case 4: { // F4
166 *(F4*)(arr+dst) = *(F4*)(arr+src);
209 printf("counts 1/2/4/8/F4/F8: %d %d %d %d %d %d\n",
  /external/wpa_supplicant_8/src/crypto/
md5-internal.c 194 #define F4(x, y, z) (y ^ (x | ~z))
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/flac/libFLAC/
md5.c 43 #define F4(x, y, z) (y ^ (x | ~z))
114 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
115 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
116 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
117 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
118 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
119 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
120 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
121 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
122 MD5STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsmd5.c 60 #define F4(x, y, z) (y ^ (x | ~z))
128 STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
129 STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
130 STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
131 STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
132 STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
133 STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
134 STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
135 STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
136 STEP(F4, a, b, c, d, in[8] + 0x6fa87e4f, 6)
    [all...]
  /external/v8/test/cctest/
test-assembler-x87.cc 157 typedef int (*F4)(double x);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 49 Float4 F4 = s.get_f4();
50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) {
53 F4.x = 2.99f;
54 F4.y = 3.99f;
55 F4.z = 4.99f;
56 F4.w = 5.99f;
57 s.set_f4(F4);
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 49 Float4 F4 = s.get_f4();
50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) {
53 F4.x = 2.99f;
54 F4.y = 3.99f;
55 F4.z = 4.99f;
56 F4.w = 5.99f;
57 s.set_f4(F4);
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_vector.java 49 Float4 F4 = s.get_f4();
50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) {
53 F4.x = 2.99f;
54 F4.y = 3.99f;
55 F4.z = 4.99f;
56 F4.w = 5.99f;
57 s.set_f4(F4);
    [all...]
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_vector.java 49 Float4 F4 = s.get_f4();
50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) {
53 F4.x = 2.99f;
54 F4.y = 3.99f;
55 F4.z = 4.99f;
56 F4.w = 5.99f;
57 s.set_f4(F4);
    [all...]
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
UT_vector.java 49 Float4 F4 = s.get_f4();
50 if (F4.x != 1.0f || F4.y != 2.0f || F4.z != 3.0f || F4.w != 4.0f) {
53 F4.x = 2.99f;
54 F4.y = 3.99f;
55 F4.z = 4.99f;
56 F4.w = 5.99f;
57 s.set_f4(F4);
    [all...]
  /external/clang/test/Layout/
ms-x86-basic-layout.cpp 652 struct F4 : A4, B {
654 F4() : a(0xf00000f4) {}
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)
867 sizeof(F4)+
  /external/clang/test/Parser/
cxx-class.cpp 65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}}
  /external/llvm/unittests/Support/
Casting.cpp 115 const foo *F4 = cast<foo>(B2);
116 EXPECT_NE(F4, null_foo);
149 // foo *F4 = dyn_cast<foo>(fub());
150 // EXPECT_EQ(F4, null_foo);
162 foo *F4 = dyn_cast_or_null<foo>(fub());
163 EXPECT_EQ(F4, null_foo);

Completed in 567 milliseconds

1 2 3 4