/external/clang/test/Lexer/ |
11-27-2007-FloatLiterals.c | 13 float F3 = 0xFp100000000000000000000F;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
simd-2.asm | 17 cvtdq2pd xmm5, xmm4 ; F3 0F E6 EC
18 cvtdq2pd xmm3, [0] ; F3 0F E6 1D 00 00 00 00
19 cvtdq2pd xmm2, qword [0] ; F3 0F E6 15 00 00 00 00
69 cvtsi2ss xmm0, edx ; F3 0F 2A C2
70 cvtsi2ss xmm1, [0] ; F3 0F 2A 0D 00 00 00 00
71 cvtsi2ss xmm2, dword [0] ; F3 0F 2A 15 00 00 00 00
73 cvtss2sd xmm3, xmm4 ; F3 0F 5A DC
74 cvtss2sd xmm5, [0] ; F3 0F 5A 2D 00 00 00 00
75 cvtss2sd xmm6, dword [0] ; F3 0F 5A 35 00 00 00 00
77 cvtss2si ebx, xmm7 ; F3 0F 2D DF [all...] |
/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/chromium/base/ |
md5.cc | 50 #define F3(x, y, z) (x ^ y ^ z) 104 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4); 105 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11); 106 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16); 107 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23); 108 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4); 109 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11); 110 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16); 111 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23); 112 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
md5c.c | 161 #define F3(x, y, z) (x ^ y ^ z) 217 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4); 218 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11); 219 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16); 220 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23); 221 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4); 222 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11); 223 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16); 224 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23); 225 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/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/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/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...] |
/external/wpa_supplicant_8/src/crypto/ |
md4-internal.c | 183 #define F3(x, y, z) (x ^ y ^ z) 250 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3); 251 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9); 252 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11); 253 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15); 254 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3); 255 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9); 256 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11); 257 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15); 258 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3) [all...] |
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...] |
/dalvik/tests/091-deep-interface-hierarchy/src/ |
Main.java | 54 interface F3 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) 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/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/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/clang/test/Misc/ |
diag-template-diffing.cpp | [all...] |
/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...] |
/external/clang/test/CodeGen/ |
volatile.c | 19 struct { struct { int y; } x; } F3; 79 i=F3.x.y; 80 // CHECK: load i32* getelementptr {{.*}} @F3
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_vector.java | 40 Float3 F3 = s.get_f3(); 41 if (F3.x != 1.0f || F3.y != 2.0f || F3.z != 3.0f) { 44 F3.x = 2.99f; 45 F3.y = 3.99f; 46 F3.z = 4.99f; 47 s.set_f3(F3);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_vector.java | 40 Float3 F3 = s.get_f3(); 41 if (F3.x != 1.0f || F3.y != 2.0f || F3.z != 3.0f) { 44 F3.x = 2.99f; 45 F3.y = 3.99f; 46 F3.z = 4.99f; 47 s.set_f3(F3);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
UT_vector.java | 40 Float3 F3 = s.get_f3(); 41 if (F3.x != 1.0f || F3.y != 2.0f || F3.z != 3.0f) { 44 F3.x = 2.99f; 45 F3.y = 3.99f; 46 F3.z = 4.99f; 47 s.set_f3(F3);
|
/external/llvm/unittests/Support/ |
Casting.cpp | 109 const foo *F3 = cast<foo>(B2); 110 EXPECT_NE(F3, null_foo); 142 const foo *F3 = dyn_cast<foo>(B4); 143 EXPECT_NE(F3, null_foo); 156 const foo *F3 = dyn_cast_or_null<foo>(B4); 157 EXPECT_NE(F3, null_foo);
|
/external/chromium_org/v8/test/mjsunit/tools/ |
profile.js | 71 'T: F1': 0x50110, 'T: F2': 0x50210, 'T: F3': 0x50410 }; 83 this.profile.addCode('T', 'F3', 0x50400, 0x100); 117 this.enter('T: F3'); 118 this.enter('T: F3'); 119 this.enter('T: F3'); 209 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3'], 1, 5], 210 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3', 'T: F3'], 1, 4], 211 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3', 'T: F3', 'T: F3'], 1, 1] [all...] |
/external/v8/test/mjsunit/tools/ |
profile.js | 71 'T: F1': 0x50110, 'T: F2': 0x50210, 'T: F3': 0x50410 }; 83 this.profile.addCode('T', 'F3', 0x50400, 0x100); 117 this.enter('T: F3'); 118 this.enter('T: F3'); 119 this.enter('T: F3'); 209 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3'], 1, 5], 210 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3', 'T: F3'], 1, 4], 211 [['lib1-f1', 'lib1-f2', 'T: F1', 'T: F3', 'T: F3', 'T: F3'], 1, 1] [all...] |