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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 133 int x3 = SkClampMax(sx + 2, src.width() - 1); local
141 SkPMColor s30 = *src.getAddr32(x3, y0);
146 SkPMColor s31 = *src.getAddr32(x3, y1);
151 SkPMColor s32 = *src.getAddr32(x3, y2);
156 SkPMColor s33 = *src.getAddr32(x3, y3);
  /external/jpeg/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
140 tmp3 = _mm_madd_epi16(tmp3, * ( __m128i*)(table1+16)); /*x3*w29+x1*w28, x3*w25+x1*w24, x3*w21+x1*w20, x3*w17+x1*w16*/
    [all...]
jsimd_arm_neon.S 80 .macro transpose_4x4 x0, x1, x2, x3
82 vtrn.16 \x2, \x3
84 vtrn.32 \x1, \x3
114 .macro idct_helper x0, x1, x2, x3, x4, x5, x6, x7, \
123 vsub.s16 \t10, \x3, \x5
124 vadd.s16 \x5, \x3, \x5
125 vswp.s16 \t10, \x3
131 vadd.s16 \t12, \x3, \x3
133 vqdmulh.s16 \t13, \x3, d0[3
    [all...]
  /external/libffi/src/pa/
hpux32.S 329 .byte 0x83 ;# DW_CFA_offset, column 0x3
338 .uleb128 0x3
343 .uleb128 0x3
356 .byte 0x83 ;# DW_CFA_offset, column 0x3
365 .uleb128 0x3
linux.S 318 .byte 0x83 ;# DW_CFA_offset, column 0x3
327 .uleb128 0x3
332 .uleb128 0x3
345 .byte 0x83 ;# DW_CFA_offset, column 0x3
354 .uleb128 0x3
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 828 double x3 = x[i + 3].f * exp_prescale; local
841 x3 = x[i+3].i < 0 ? -exp_max_val : exp_max_val;
846 val3 = cvRound(x3);
851 x3 = (x3 - val3)*exp_postscale;
876 x3 = buf[3].d * icvExpTab[val3 & EXPTAB_MASK] * EXPPOLY( x3 );
879 y[i + 3] = (float)x3;
933 double x3 = x[i + 3].f * exp_prescale; local
952 x3 = t < 0 ? -exp_max_val : exp_max_val
1396 double x0, x1, x2, x3; local
1496 double x0, x1, x2, x3; local
    [all...]
  /external/pixman/pixman/
pixman-mips-memcpy-asm.S 57 andi t8, t8, 0x3 /* t8 is a0/a1 word-displacement */
62 andi a3, a3, 0x3 /* we need to copy a3 bytes to make a0/a1 aligned */
184 andi a2, t8, 0x3 /* now a2 is the reminder past 1w chunks */
217 andi a3, a3, 0x3 /* test if the a0 is word aligned */
354 andi a2, t8, 0x3 /* now a2 is the reminder past 1w chunks */
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
127 tmp3 = _mm_shuffle_epi32(row0, 0x55); /*x3, x1, x3, x1, x3, x1, x3, x1*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
140 tmp3 = _mm_madd_epi16(tmp3, * ( __m128i*)(table1+16)); /*x3*w29+x1*w28, x3*w25+x1*w24, x3*w21+x1*w20, x3*w17+x1*w16*/
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 133 int x3 = SkClampMax(sx + 2, src.width() - 1); local
141 SkPMColor s30 = *src.getAddr32(x3, y0);
146 SkPMColor s31 = *src.getAddr32(x3, y1);
151 SkPMColor s32 = *src.getAddr32(x3, y2);
156 SkPMColor s33 = *src.getAddr32(x3, y3);
  /bionic/libc/kernel/arch-mips/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/mach-au1x00/
au1000.h 124 #define INTC_INT_RISE_AND_FALL_EDGE 0x3
199 #define I2S_CONFIG_FM_MASK (0x3 << I2S_CONFIG_FM_BIT)
271 #define MAC_SET_BL(X) (((X) & 0x3) << 6)
347 #define TX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
394 #define RX_GET_DMA_BUFFER(X) (((X) >> 2) & 0x3)
516 #define SSI_CONFIG_BM_MASK (0x3 << 8)
766 #define SYS_CS_MUX_FQ1 0x3
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_disasm.c 282 [0x3] = ".xy",
726 GLuint swz_x = (inst->bits2.da3src.src0_swizzle >> 0) & 0x3;
727 GLuint swz_y = (inst->bits2.da3src.src0_swizzle >> 2) & 0x3;
728 GLuint swz_z = (inst->bits2.da3src.src0_swizzle >> 4) & 0x3;
729 GLuint swz_w = (inst->bits2.da3src.src0_swizzle >> 6) & 0x3;
774 GLuint swz_x = (inst->bits2.da3src.src1_swizzle >> 0) & 0x3;
775 GLuint swz_y = (inst->bits2.da3src.src1_swizzle >> 2) & 0x3;
776 GLuint swz_z = (inst->bits2.da3src.src1_swizzle >> 4) & 0x3;
777 GLuint swz_w = (inst->bits2.da3src.src1_swizzle >> 6) & 0x3;
827 GLuint swz_x = (inst->bits3.da3src.src2_swizzle >> 0) & 0x3;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_disasm.c 282 [0x3] = ".xy",
726 GLuint swz_x = (inst->bits2.da3src.src0_swizzle >> 0) & 0x3;
727 GLuint swz_y = (inst->bits2.da3src.src0_swizzle >> 2) & 0x3;
728 GLuint swz_z = (inst->bits2.da3src.src0_swizzle >> 4) & 0x3;
729 GLuint swz_w = (inst->bits2.da3src.src0_swizzle >> 6) & 0x3;
774 GLuint swz_x = (inst->bits2.da3src.src1_swizzle >> 0) & 0x3;
775 GLuint swz_y = (inst->bits2.da3src.src1_swizzle >> 2) & 0x3;
776 GLuint swz_z = (inst->bits2.da3src.src1_swizzle >> 4) & 0x3;
777 GLuint swz_w = (inst->bits2.da3src.src1_swizzle >> 6) & 0x3;
827 GLuint swz_x = (inst->bits3.da3src.src2_swizzle >> 0) & 0x3;
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 69 x3 = 0;
70 function test3() { return first((y++, typeof x3), 2); }
72 delete x3;
  /external/clang/include/clang/Analysis/
ProgramPoint.h 82 Data2(0, (((unsigned) k) >> 0) & 0x3),
83 L(l, (((unsigned) k) >> 2) & 0x3),
84 Tag(tag, (((unsigned) k) >> 4) & 0x3) {
96 Data2(P2, (((unsigned) k) >> 0) & 0x3),
97 L(l, (((unsigned) k) >> 2) & 0x3),
98 Tag(tag, (((unsigned) k) >> 4) & 0x3) {}
  /external/v8/test/mjsunit/regress/
regress-969.js 69 x3 = 0;
70 function test3() { return first((y++, typeof x3), 2); }
72 delete x3;
  /external/valgrind/main/memcheck/tests/
unit_libcbase.c 68 CHECK( ! VG_IS_2_ALIGNED(0x3) );
85 CHECK( ! VG_IS_4_ALIGNED(0x3) );
102 CHECK( ! VG_IS_8_ALIGNED(0x3) );
119 CHECK( ! VG_IS_16_ALIGNED(0x3) );
136 CHECK( ! VG_IS_WORD_ALIGNED(0x3) );
162 CHECK( ! VG_IS_PAGE_ALIGNED(0x3) );
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 272 float x2, float y2, float x3, float y3) {
278 pathDelegate.cubicTo(x1, y1, x2, y2, x3, y3);
283 float x2, float y2, float x3, float y3) {
289 pathDelegate.rCubicTo(x1, y1, x2, y2, x3, y3);
669 * (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
676 * @param x3 The x-coordinate of the end point on a cubic curve
680 float x3, float y3) {
681 mPath.curveTo(x1, y1, x2, y2, mLastX = x3, mLastY = y3);
  /art/runtime/arch/x86/
thread_x86.cc 69 entry.dpl = 0x3;

Completed in 1171 milliseconds

<<11121314151617181920>>