HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 876 - 900 of 4500) sorted by null

<<31323334353637383940>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
control_code.d 13 c: 1d 0d CC = R5 <= 0x3;
25 20: 1b 0d CC = R3 <= 0x3;
  /toolchain/binutils/binutils-2.25/include/opcode/
i386.h 103 #define REGMEM_FIELD_HAS_REG 0x3/* always = 0x3 */
tilegx.h 524 return (((unsigned int)(n >> 62)) & 0x3);
577 return (((n >> 18)) & 0x3);
583 return (((unsigned int)(n >> 49)) & 0x3);
629 return (((n >> 18)) & 0x3);
635 return (((unsigned int)(n >> 49)) & 0x3);
900 return (((tilegx_bundle_bits)(n & 0x3)) << 62);
957 return ((n & 0x3) << 18);
964 return (((tilegx_bundle_bits)(n & 0x3)) << 49);
1013 return ((n & 0x3) << 18);
1020 return (((tilegx_bundle_bits)(n & 0x3)) << 49)
    [all...]
  /external/pdfium/core/src/fxge/fontdata/chromefontdata/
FoxitSans.c 14 0x1d, 0x2, 0xf8, 0x1d, 0x3, 0xf8, 0x18, 0x4,
17 0x1c, 0x34, 0xa2, 0x12, 0x0, 0x3, 0x1, 0x1,
72 0x0, 0x7b, 0x0, 0x3, 0x0, 0x76, 0x0, 0x69,
88 0xd9, 0x2, 0xeb, 0x2, 0xfc, 0x3, 0x47, 0x3,
89 0xc2, 0x3, 0xe1, 0x4, 0x42, 0x4, 0x68, 0x4,
98 0x96, 0xa, 0xcf, 0xb, 0x3, 0xb, 0x2a, 0xb,
107 0xed, 0x13, 0x3, 0x13, 0x1c, 0x13, 0x40, 0x13,
150 0x78, 0xea, 0x3, 0x93, 0x16, 0xf2, 0x6, 0xec,
163 0xe5, 0x3, 0x27, 0xa, 0xfb, 0x8a, 0xf8, 0x86
    [all...]
FoxitSansBold.c 15 0x1e, 0x3, 0xf8, 0x14, 0x4, 0xfb, 0x3e, 0xfb,
78 0x5e, 0x2, 0x8a, 0x2, 0xed, 0x3, 0x76, 0x4,
127 0xe4, 0x32, 0x3, 0x32, 0x7c, 0x32, 0xf4, 0x33,
137 0xf7, 0x7, 0x1, 0xf3, 0xf7, 0x12, 0x3, 0xf3,
140 0x1, 0xc6, 0xc6, 0xed, 0xc6, 0x3, 0xc6, 0xf9,
148 0xd8, 0xf7, 0x2b, 0x77, 0x1, 0xd2, 0xe2, 0x3,
171 0x3, 0xf8, 0x27, 0x16, 0xf7, 0x1f, 0xf9, 0x5f,
177 0xf7, 0x16, 0x3, 0xc6, 0x16, 0xf8, 0xa0, 0xf7,
183 0xd1, 0xf7, 0xa, 0x3, 0xd1, 0x16, 0xf7, 0xa,
292 0x3, 0x9e, 0xfb, 0x64, 0x15, 0xf4, 0x6, 0xe2
    [all...]
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 116 vsubl.s16 q15, d0, d3 @x3 = x4 - x7
119 vadd.s32 q3, q15, q14 @pi4_tmp_ptr[1] = x3 + x2
121 vsub.s32 q5, q15, q14 @pi4_tmp_ptr[3] = x3 - x2
133 vsub.s32 q15, q2, q5 @x3 = x4-x7
136 vadd.s32 q1, q15, q14 @pi4_tmp_ptr[1] = x3 + x2
138 vsub.s32 q3, q15, q14 @pi4_tmp_ptr[3] = x3 - x2
229 vsubl.s16 q2, d0, d1 @ i4_x1 = i4_x4 - i4_x5;...x3
  /external/skia/src/core/
SkEdge.cpp 336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
346 x3 = SkScalarRoundToFDot6(pts[3].fX, shift);
356 x3 = int(pts[3].fX * scale);
364 SkTSwap(x0, x3);
383 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
412 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
428 fCLastX = SkFDot6ToFixed(x3);
  /external/mesa3d/src/mesa/program/
prog_noise.c 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
421 x3 = x0 - 1.0f + 3.0f * G3;/* Offsets for last corner in (x,y,z) coords */
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3;
465 t3 * t3 * grad3(perm[ii + 1 + perm[jj + 1 + perm[kk + 1]]], x3, y3,
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
566 x3 = x0 - i3 + 3.0f * G4; /* Offsets for fourth corner in (x,y,z,w) coords */
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w3)
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderSleb128Test.java 123 performTest(0x3cc8eb78, new byte[]{(byte)0xf8, (byte)0xd6, (byte)0xa3, (byte)0xe6, 0x3});
137 performTest(0xc419, new byte[]{(byte)0x99, (byte)0x88, 0x3});
138 performTest(0xcf34, new byte[]{(byte)0xb4, (byte)0x9e, 0x3});
160 performTest(0xfb03, new byte[]{(byte)0x83, (byte)0xf6, 0x3});
164 performTest(0x3a00e01f, new byte[]{(byte)0x9f, (byte)0xc0, (byte)0x83, (byte)0xd0, 0x3});
175 performTest(0x672f41, new byte[]{(byte)0xc1, (byte)0xde, (byte)0x9c, 0x3});
178 performTest(0x7ebcae, new byte[]{(byte)0xae, (byte)0xf9, (byte)0xfa, 0x3});
194 performTest(0xdbfc, new byte[]{(byte)0xfc, (byte)0xb7, 0x3});
208 performTest(0x3ac72481, new byte[]{(byte)0x81, (byte)0xc9, (byte)0x9c, (byte)0xd6, 0x3});
211 performTest(0x656268, new byte[]{(byte)0xe8, (byte)0xc4, (byte)0x95, 0x3});
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexWriterSleb128Test.java 126 performTest(0x3cc8eb78, new byte[]{(byte)0xf8, (byte)0xd6, (byte)0xa3, (byte)0xe6, 0x3});
140 performTest(0xc419, new byte[]{(byte)0x99, (byte)0x88, 0x3});
141 performTest(0xcf34, new byte[]{(byte)0xb4, (byte)0x9e, 0x3});
163 performTest(0xfb03, new byte[]{(byte)0x83, (byte)0xf6, 0x3});
167 performTest(0x3a00e01f, new byte[]{(byte)0x9f, (byte)0xc0, (byte)0x83, (byte)0xd0, 0x3});
178 performTest(0x672f41, new byte[]{(byte)0xc1, (byte)0xde, (byte)0x9c, 0x3});
181 performTest(0x7ebcae, new byte[]{(byte)0xae, (byte)0xf9, (byte)0xfa, 0x3});
197 performTest(0xdbfc, new byte[]{(byte)0xfc, (byte)0xb7, 0x3});
211 performTest(0x3ac72481, new byte[]{(byte)0x81, (byte)0xc9, (byte)0x9c, (byte)0xd6, 0x3});
214 performTest(0x656268, new byte[]{(byte)0xe8, (byte)0xc4, (byte)0x95, 0x3});
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1b.s 68 .uleb128 0x3
293 .uleb128 0x3
305 .uleb128 0x3
308 .uleb128 0x3
327 .uleb128 0x3
361 .uleb128 0x3
386 .uleb128 0x3
413 .uleb128 0x3
426 .uleb128 0x3
449 .uleb128 0x3
    [all...]
  /external/libavc/common/armv8/
ih264_inter_pred_filters_luma_horz_av8.s 93 // x3 => dst_strd
175 st1 {v20.8b, v21.8b}, [x1], x3 ////Store dest row0
185 st1 {v23.8b, v24.8b}, [x1], x3 ////Store dest row1
228 st1 {v20.8b, v21.8b}, [x1], x3 ////Store dest row2
237 st1 {v23.8b, v24.8b}, [x1], x3 ////Store dest row3
280 st1 {v20.8b, v21.8b}, [x1], x3 ////Store dest row2
291 st1 {v23.8b, v24.8b}, [x1], x3 ////Store dest row5
332 st1 {v20.8b, v21.8b}, [x1], x3 ////Store dest row6
335 st1 {v23.8b, v24.8b}, [x1], x3 ////Store dest row7
380 st1 {v23.8b}, [x1], x3 ////Store dest row
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afmodule.c 188 FT_Int x3 = darken_params[4]; local
194 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 ||
196 x1 > x2 || x2 > x3 || x3 > x4 ||
204 module->darken_params[4] = x3;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
SpriteBatch.java 270 float x3; local
286 x3 = cos * p3x - sin * p3y;
289 x4 = x1 + (x3 - x2);
298 x3 = p3x;
309 x3 += worldOriginX;
345 vertices[idx++] = x3;
682 float x3; local
698 x3 = cos * p3x - sin * p3y;
701 x4 = x1 + (x3 - x2);
710 x3 = p3x;
802 float x3; local
913 float x3 = transform.m00 * width + transform.m01 * height + transform.m02; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Resize.S 145 * uint32_t xinc, // x3
183 sub x8, x2, x3
184 lsl x9, x3, #VECSHIFT
255 lsl x3, x3, #(47 - CHUNKSHIFT)
417 add x2, x2, x3
422 add x2, x2, x3
428 add x2, x2, x3
434 add x2, x2, x3
492 add x2, x2, x3
    [all...]
  /system/bt/btcore/test/
property_test.cpp 30 bt_bdaddr_t addr0 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
186 bt_bdaddr_t addr0 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
199 bt_bdaddr_t addr = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
210 bt_bdaddr_t addr0 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
213 bt_bdaddr_t addr1 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0xff}};
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 17 AF_AX25 = 0x3
58 ARPHRD_AX25 = 0x3
145 BPF_STX = 0x3
198 EPOLL_CTL_MOD = 0x3
205 ETH_P_ALL = 0x3
270 F_GETFL = 0x3
294 F_TEST = 0x3
402 IPV6_2292HOPOPTS = 0x3
428 IPV6_PMTUDISC_PROBE = 0x3
458 IP_HDRINCL = 0x3
    [all...]
zerrors_linux_amd64.go 17 AF_AX25 = 0x3
58 ARPHRD_AX25 = 0x3
145 BPF_STX = 0x3
198 EPOLL_CTL_MOD = 0x3
205 ETH_P_ALL = 0x3
270 F_GETFL = 0x3
294 F_TEST = 0x3
402 IPV6_2292HOPOPTS = 0x3
428 IPV6_PMTUDISC_PROBE = 0x3
458 IP_HDRINCL = 0x3
    [all...]
zerrors_linux_arm.go 17 AF_AX25 = 0x3
58 ARPHRD_AX25 = 0x3
145 BPF_STX = 0x3
200 EPOLL_CTL_MOD = 0x3
207 ETH_P_ALL = 0x3
272 F_GETFL = 0x3
296 F_TEST = 0x3
404 IPV6_2292HOPOPTS = 0x3
430 IPV6_PMTUDISC_PROBE = 0x3
460 IP_HDRINCL = 0x3
    [all...]
zerrors_linux_ppc64.go 17 AF_AX25 = 0x3
59 ARPHRD_AX25 = 0x3
120 B110 = 0x3
184 BPF_STX = 0x3
245 ENCODING_FM_MARK = 0x3
267 EPOLL_CTL_MOD = 0x3
279 ETH_P_ALL = 0x3
356 F_GETFL = 0x3
380 F_TEST = 0x3
529 IPV6_2292HOPOPTS = 0x3
    [all...]
zerrors_linux_ppc64le.go 17 AF_AX25 = 0x3
60 ARPHRD_AX25 = 0x3
121 B110 = 0x3
185 BPF_STX = 0x3
246 ENCODING_FM_MARK = 0x3
268 EPOLL_CTL_MOD = 0x3
279 ETH_P_ALL = 0x3
356 F_GETFL = 0x3
380 F_TEST = 0x3
531 IPV6_2292HOPOPTS = 0x3
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 17 AF_AX25 = 0x3
58 ARPHRD_AX25 = 0x3
145 BPF_STX = 0x3
198 EPOLL_CTL_MOD = 0x3
205 ETH_P_ALL = 0x3
270 F_GETFL = 0x3
294 F_TEST = 0x3
402 IPV6_2292HOPOPTS = 0x3
428 IPV6_PMTUDISC_PROBE = 0x3
458 IP_HDRINCL = 0x3
    [all...]
zerrors_linux_amd64.go 17 AF_AX25 = 0x3
58 ARPHRD_AX25 = 0x3
145 BPF_STX = 0x3
198 EPOLL_CTL_MOD = 0x3
205 ETH_P_ALL = 0x3
270 F_GETFL = 0x3
294 F_TEST = 0x3
402 IPV6_2292HOPOPTS = 0x3
428 IPV6_PMTUDISC_PROBE = 0x3
458 IP_HDRINCL = 0x3
    [all...]
zerrors_linux_arm.go 17 AF_AX25 = 0x3
58 ARPHRD_AX25 = 0x3
145 BPF_STX = 0x3
200 EPOLL_CTL_MOD = 0x3
207 ETH_P_ALL = 0x3
272 F_GETFL = 0x3
296 F_TEST = 0x3
404 IPV6_2292HOPOPTS = 0x3
430 IPV6_PMTUDISC_PROBE = 0x3
460 IP_HDRINCL = 0x3
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Intersector.java 732 float x1 = p1.x, y1 = p1.y, x2 = p2.x, y2 = p2.y, x3 = p3.x, y3 = p3.y, x4 = p4.x, y4 = p4.y; local
734 float d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
738 float ua = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / d;
747 public static boolean intersectLines (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4,
749 float d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
753 float ua = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / d;
768 float x3 = vertices[n - 2], y3 = vertices[n - 1]; local
771 float d = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1)
809 float x3 = vertices[n - 2], y3 = vertices[n - 1]; local
839 float x1 = p1.x, y1 = p1.y, x2 = p2.x, y2 = p2.y, x3 = p3.x, y3 = p3.y, x4 = p4.x, y4 = p4.y; local
    [all...]

Completed in 1412 milliseconds

<<31323334353637383940>>