HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 51 - 75 of 1543) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSrc, #4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 42 x3 RN 9 label
67 M_LDR x3, [pSrc], srcStep
69 M_STR x3, [pDst], dstStep
75 LDR x3, [pSrc, #4]
81 ORR x2, x2, x3, LSL #24
85 LDR x3, [pSrc, #4]
91 ORR x2, x2, x3, LSL #24
98 LDR x3, [pSrc, #4]
104 ORR x2, x2, x3, LSL #16
109 LDR x3, [pSrc, #4
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog.c 382 switch(inst & 0x3) {
396 switch(inst0 & 0x3) {
418 (inst) & 0x3, toswiz((inst >> 2) & 0x7), toswiz((inst >> 5) & 0x7), toswiz((inst >> 8) & 0x7),
419 (inst >> 11) & 0x3,
420 (inst >> 13) & 0x3, toswiz((inst >> 15) & 0x7), toswiz((inst >> 18) & 0x7), toswiz((inst >> 21) & 0x7),
421 (inst >> 24) & 0x3, (inst >> 29) & 0x3);
428 (inst >> 12) & 0x3, toswiz((inst >> 14) & 0x7), (inst >> 17) & 0x3,
429 (inst >> 19) & 0x3, toswiz((inst >> 21) & 0x7), (inst >> 24) & 0x3
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s 9 add x2, x3, x5, sxtb
13 // CHECK-ERROR: add x2, x3, x5, sxtb
24 add x3, x5, w7, uxtb #5
30 // CHECK-ERROR: add x3, x5, w7, uxtb #5
37 add xzr, x3, x5, uxtx
38 sub x3, xzr, w9, sxth #1
41 // CHECK-ERROR: add xzr, x3, x5, uxtx
44 // CHECK-ERROR: sub x3, xzr, w9, sxth #1
51 adds sp, x3, w2, uxtb
52 adds x3, xzr, x9, uxt
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 382 switch(inst & 0x3) {
396 switch(inst0 & 0x3) {
418 (inst) & 0x3, toswiz((inst >> 2) & 0x7), toswiz((inst >> 5) & 0x7), toswiz((inst >> 8) & 0x7),
419 (inst >> 11) & 0x3,
420 (inst >> 13) & 0x3, toswiz((inst >> 15) & 0x7), toswiz((inst >> 18) & 0x7), toswiz((inst >> 21) & 0x7),
421 (inst >> 24) & 0x3, (inst >> 29) & 0x3);
428 (inst >> 12) & 0x3, toswiz((inst >> 14) & 0x7), (inst >> 17) & 0x3,
429 (inst >> 19) & 0x3, toswiz((inst >> 21) & 0x7), (inst >> 24) & 0x3
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_reg.h 30 #define CMD_3D (0x3 << 29)
43 #define MI_WAIT_FOR_EVENT (CMD_MI | (0x3 << 23))
54 #define _3DSTATE_DRAWRECT_INFO (CMD_3D | (0x1d<<24) | (0x80<<16) | 0x3)
113 #define TEXCOORDFMT_1D 0x3
207 #define S6_TRISTRIP_PV_MASK (0x3<<0)
214 #define BUF_3D_ID_COLOR_BACK (0x3<<24)
222 #define BUF_3D_ADDR(x) ((x) & ~0x3)
234 #define PRIM3D_TRIFAN (0x3<<18)
261 #define BR13_8888 (0x3 << 24)
  /external/libgsm/src/
gsm_decode.c 41 bc[0] = sr & 0x3; sr >>= 2;
42 Mc[0] = sr & 0x3; sr >>= 2;
65 bc[1] = sr & 0x3; sr >>= 2;
66 Mc[1] = sr & 0x3; sr >>= 2;
89 bc[2] = sr & 0x3; sr >>= 2;
90 Mc[2] = sr & 0x3; sr >>= 2;
113 bc[3] = sr & 0x3; sr >>= 2;
114 Mc[3] = sr & 0x3; sr >>= 2;
155 bc[0] = sr & 0x3; sr >>= 2;
156 Mc[0] = sr & 0x3; sr >>= 2
    [all...]
gsm_explode.c 44 bc[0] = sr & 0x3; sr >>= 2;
45 Mc[0] = sr & 0x3; sr >>= 2;
70 bc[1] = sr & 0x3; sr >>= 2;
71 Mc[1] = sr & 0x3; sr >>= 2;
97 bc[2] = sr & 0x3; sr >>= 2;
98 Mc[2] = sr & 0x3; sr >>= 2;
125 bc[3] = sr & 0x3; sr >>= 2;
126 Mc[3] = sr & 0x3; sr >>= 2;
170 bc[0] = sr & 0x3; sr >>= 2;
171 Mc[0] = sr & 0x3; sr >>= 2
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_reg.h 30 #define CMD_3D (0x3 << 29)
43 #define MI_WAIT_FOR_EVENT (CMD_MI | (0x3 << 23))
54 #define _3DSTATE_DRAWRECT_INFO (CMD_3D | (0x1d<<24) | (0x80<<16) | 0x3)
113 #define TEXCOORDFMT_1D 0x3
207 #define S6_TRISTRIP_PV_MASK (0x3<<0)
214 #define BUF_3D_ID_COLOR_BACK (0x3<<24)
222 #define BUF_3D_ADDR(x) ((x) & ~0x3)
234 #define PRIM3D_TRIFAN (0x3<<18)
261 #define BR13_8888 (0x3 << 24)
  /external/ceres-solver/internal/ceres/
problem.cc 84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x2, x3, x4, x5);
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
115 x0, x1, x2, x3, x4, x5, x6);
121 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
125 x0, x1, x2, x3, x4, x5, x6, x7)
    [all...]
  /cts/tests/src/android/renderscript/cts/
intrinsic_convolve5x5.rs 30 uint32_t x3 = min((int32_t)x+1, gWidth-1);
42 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
48 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
54 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
60 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
66 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]
77 uint32_t x3 = min((int32_t)x+1, gWidth-1);
89 + convert_float3(rsGetElementAt_uchar3(gIn, x3, y0)) * gCoeffs[3]
95 + convert_float3(rsGetElementAt_uchar3(gIn, x3, y1)) * gCoeffs[8]
101 + convert_float3(rsGetElementAt_uchar3(gIn, x3, y2)) * gCoeffs[13
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 81 int32 x0, x1, x3, x5, x7;//, x8; local
90 x3 = x7;
97 blk[24] = (x0 + x3) >> 8;
101 blk[32] = (x0 - x3) >> 8;
107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
125 x3 = x7;
132 blk[24] = (x2 + x3) >> 8;
136 blk[32] = (x2 - x3) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
145 x3 = blk[24]
185 int32 x1, x3, x5, x7;\/\/, x8; local
235 int32 x1, x3, x5, x7; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
691 int32 x1, x3, x5, x7; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1171 int32 x1, x3, x5, x7; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1692 int32 x1, x3, x5, x7; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 174 Word16 x1, x2, x3, x4, x5; local
179 x3 = x[0];
189 if (x3 < x1)
192 x1 = x3;
193 x3 = tmp;
205 if (x3 < x2)
208 x2 = x3;
209 x3 = tmp;
221 if (x4 < x3)
223 x3 = x4
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_sq.h 43 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8)
44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3)
78 #define S_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) & 0x3) << 30)
79 #define G_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) >> 30) & 0x3)
86 #define S_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) & 0x3) << 0)
87 #define G_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) >> 0) & 0x3)
112 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((x) & 0x3) << 4)
113 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((x) >> 4) & 0x3)
118 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((x) & 0x3) << 6)
119 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((x) >> 6) & 0x3)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 36 float x3, y3; member in struct:bezier
53 float x3, float y3,
  /external/mesa3d/src/gallium/drivers/r600/
eg_sq.h 43 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8)
44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3)
78 #define S_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) & 0x3) << 30)
79 #define G_SQ_CF_ALU_WORD0_KCACHE_MODE0(x) (((x) >> 30) & 0x3)
86 #define S_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) & 0x3) << 0)
87 #define G_SQ_CF_ALU_WORD1_KCACHE_MODE1(x) (((x) >> 0) & 0x3)
112 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((x) & 0x3) << 4)
113 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(x) (((x) >> 4) & 0x3)
118 #define S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((x) & 0x3) << 6)
119 #define G_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(x) (((x) >> 6) & 0x3)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 36 float x3, y3; member in struct:bezier
53 float x3, float y3,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
543 x3 = blk[10];
567 x1 = W6 * (x3 + x2) + 4;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
576 x7 = x8 + x3;
577 x8 -= x3;
578 x3 = x0 + x2;
588 res2 = (x3 + x2) >> 14;
606 res = (x3 - x2) >> 14
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/clang/test/SemaCXX/
attr-selectany.cpp 10 extern const __declspec(selectany) int x3 = 3; variable
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 23 V4 = 0x3,
  /hardware/ti/omap4xxx/domx/domx/
rpmsg_omx_defs.h 36 #define OMX_DESC_SYM_ADD 0x3 // symbol add message
  /ndk/sources/android/support/src/musl-multibyte/
internal.c 27 C(0x2),C(0x3),C(0x4),C(0x5),C(0x6),C(0x7),
29 D(0x0),D(0x1),D(0x2),D(0x3),D(0x4),D(0x5),D(0x6),D(0x7),
31 E(0x0),E(0x1),E(0x2),E(0x3),E(0x4),E(0x5),E(0x6),E(0x7),
33 F(0x0),F(0x1),F(0x2),F(0x3),F(0x4)
  /external/clang/test/Sema/
expr-address-of.c 25 int *x3 = &y[10]; local
61 register int x3[10][10][10]; local
62 int (*_dummy3)[10] = &x3[0][0]; // expected-error {{address of register variable requested}}
  /frameworks/av/media/libeffects/loudness/common/core/
math.h 59 const T x3 = x2 * x; local
61 const T x5 = x3 * x2;
63 0.16666666666666665741480812812369549646973609924316406250f * x3 +
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.fs 29 uint32_t x3 = min((int32_t)x+1, gWidth-1);
41 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y0)) * gCoeffs[3]
47 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y1)) * gCoeffs[8]
53 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y2)) * gCoeffs[13]
59 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y3)) * gCoeffs[18]
65 + convert_float4(rsGetElementAt_uchar4(gIn, x3, y4)) * gCoeffs[23]

Completed in 1453 milliseconds

1 23 4 5 6 7 8 91011>>