Searched refs:src1 (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/chromium_org/media/base/simd/
H A Dfilter_yuv_sse2.cc18 const uint8* src1,
28 src1[pixel] * fraction) >> 8;
38 reinterpret_cast<const __m128i*>(src1 + pixel);
45 __m128i src1 = _mm_loadu_si128(src1_128); local
47 __m128i src3 = _mm_unpackhi_epi8(src1, zero);
49 src1 = _mm_unpacklo_epi8(src1, zero);
51 src1 = _mm_mullo_epi16(src1, src1_fraction);
54 src0 = _mm_add_epi16(src0, src1);
16 FilterYUVRows_SSE2(uint8* dest, const uint8* src0, const uint8* src1, int width, int fraction) argument
[all...]
/external/qemu/target-i386/
H A Dcc_helper_template.h58 target_long src1, src2; local
59 src1 = CC_SRC;
61 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
63 af = (CC_DST ^ src1 ^ src2) & 0x10;
66 of = lshift((src1 ^ src2 ^ -1) & (src1 ^ CC_DST), 12 - DATA_BITS) & CC_O;
73 target_long src1;
74 src1 = CC_SRC;
75 cf = (DATA_TYPE)CC_DST < (DATA_TYPE)src1;
82 target_long src1, src
[all...]
/external/clang/test/CodeGen/
H A Darm-neon-misc.c24 void t2(uint64_t *src1, uint8_t *src2, uint64x2_t *dst) { argument
26 uint64x2_t q = vld1q_u64(src1);
/external/qemu/include/qemu/
H A Dbitmap.h28 * bitmap_and(dst, src1, src2, nbits) *dst = *src1 & *src2
29 * bitmap_or(dst, src1, src2, nbits) *dst = *src1 | *src2
30 * bitmap_xor(dst, src1, src2, nbits) *dst = *src1 ^ *src2
31 * bitmap_andnot(dst, src1, src2, nbits) *dst = *src1 & ~(*src2)
33 * bitmap_equal(src1, src2, nbits) Are *src1 an
128 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, int nbits) argument
137 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, int nbits) argument
147 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, int nbits) argument
157 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, int nbits) argument
176 bitmap_equal(const unsigned long *src1, const unsigned long *src2, int nbits) argument
204 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, int nbits) argument
[all...]
/external/pcre/dist/sljit/
H A DsljitNativePPC_32.c45 sljit_si dst, sljit_si src1, sljit_si src2)
52 SLJIT_ASSERT(src1 == TMP_REG1);
59 SLJIT_ASSERT(src1 == TMP_REG1);
74 SLJIT_ASSERT(src1 == TMP_REG1);
86 SLJIT_ASSERT(src1 == TMP_REG1);
90 SLJIT_ASSERT(src1 == TMP_REG1);
94 SLJIT_ASSERT(src1 == TMP_REG1);
101 return push_inst(compiler, ADDI | D(dst) | A(src1) | compiler->imm);
106 return push_inst(compiler, ADDIS | D(dst) | A(src1) | compiler->imm);
110 return push_inst(compiler, ADDIC | D(dst) | A(src1) | compile
44 emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_si src2) argument
[all...]
H A DsljitNativeMIPS_64.c127 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
133 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
148 FAIL_IF(push_inst(compiler, ins | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
155 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
161 sljit_si dst, sljit_si src1, sljit_sw src2)
168 SLJIT_ASSERT(src1
160 emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_sw src2) argument
[all...]
H A DsljitNativePPC_64.c133 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
134 src1 = TMP_REG1; \
144 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
145 src1 = TMP_REG1; \
149 sljit_si dst, sljit_si src1, sljit_si src2)
154 SLJIT_ASSERT(src1 == TMP_REG1);
161 SLJIT_ASSERT(src1 == TMP_REG1);
174 SLJIT_ASSERT(src1 == TMP_REG1);
189 SLJIT_ASSERT(src1 == TMP_REG1);
201 SLJIT_ASSERT(src1
148 emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_si src2) argument
[all...]
H A DsljitNativeSPARC_32.c39 sljit_si dst, sljit_si src1, sljit_sw src2)
48 SLJIT_ASSERT(src1 == TMP_REG1 && !(flags & SRC2_IMM));
55 SLJIT_ASSERT(src1 == TMP_REG1 && !(flags & SRC2_IMM));
68 SLJIT_ASSERT(src1 == TMP_REG1 && !(flags & SRC2_IMM));
78 SLJIT_ASSERT(src1 == TMP_REG1 && !(flags & SRC2_IMM));
82 SLJIT_ASSERT(src1 == TMP_REG1 && !(flags & SRC2_IMM));
97 return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
100 return push_inst(compiler, ADDC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
103 return push_inst(compiler, SUB | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst) | (flags & SET_FLAGS));
106 return push_inst(compiler, SUBC | (flags & SET_FLAGS) | D(dst) | S1(src1) | ARG
38 emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_sw src2) argument
[all...]
H A DsljitNativeMIPS_32.c44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \
46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
58 FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
64 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \
66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
70 sljit_si dst, sljit_si src1, sljit_sw src2)
77 SLJIT_ASSERT(src1
69 emit_single_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_si src1, sljit_sw src2) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxcmp.cpp57 worktype a1 = _toggle_macro_(src1[x]), \
67 worktype a1 = _toggle_macro_(src1[x*2]), \
70 a1 = _toggle_macro_(src1[x*2+1]); \
81 worktype a1 = _toggle_macro_(src1[x*3]), \
84 a1 = _toggle_macro_(src1[x*3+1]); \
88 a1 = _toggle_macro_(src1[x*3+2]); \
99 worktype a1 = _toggle_macro_(src1[x*4]), \
102 a1 = _toggle_macro_(src1[x*4+1]); \
106 a1 = _toggle_macro_(src1[x*4+2]); \
110 a1 = _toggle_macro_(src1[
256 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
355 CvMat srcstub1, *src1 = (CvMat*)srcarr; local
567 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
705 CvMat srcstub1, *src1 = (CvMat*)srcarr; local
975 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1076 CvMat srcstub1, *src1 = (CvMat*)srcarr; local
1425 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
[all...]
H A Dcxlogic.cpp63 ( const uchar* src1, int step1, const uchar* src2, int step2, \
64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
70 if( (((size_t)src1 | (size_t)src2 | (size_t)dst) & 3) == 0 ) \
74 int t0 = __op__(((const int*)(src1+i))[0], ((const int*)(src2+i))[0]);\
75 int t1 = __op__(((const int*)(src1+i))[1], ((const int*)(src2+i))[1]);\
80 t0 = __op__(((const int*)(src1+i))[2], ((const int*)(src2+i))[2]); \
81 t1 = __op__(((const int*)(src1+i))[3], ((const int*)(src2+i))[3]); \
89 int t = __op__(*(const int*)(src1+i), *(const int*)(src2+i)); \
96 int t = __op__(((const uchar*)src1)[
352 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
527 cvXor( const void* src1, const void* src2, void* dst, const void* mask ) argument
544 cvAnd( const void* src1, const void* src2, void* dst, const void* mask ) argument
562 cvOr( const void* src1, const void* src2, void* dst, const void* mask ) argument
573 IPCVAPI_IMPL( CvStatus, icvNot_8u_C1R, ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ), (src1, step1, dst, step, size) ) argument
[all...]
H A Dcxarithm.cpp60 worktype t0 = __op__((src1)[i], (src2)[i]); \
61 worktype t1 = __op__((src1)[i+1], (src2)[i+1]); \
66 t0 = __op__((src1)[i+2],(src2)[i+2]); \
67 t1 = __op__((src1)[i+3],(src2)[i+3]); \
75 worktype t0 = __op__((src1)[i],(src2)[i]); \
82 ( const type* src1, int step1, const type* src2, int step2, \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
92 worktype t0 = __op__((src1)[
286 CvMat srcstub1, srcstub2, *src1, *src2; local
761 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1321 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1669 CvMat srcstub1, *src1 = (CvMat*)srcarr1; local
1869 icvAddWeighted_8u_fast_C1R( const uchar* src1, int step1, double alpha, const uchar* src2, int step2, double beta, double gamma, uchar* dst, int step, CvSize size ) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dbitmap.h37 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, argument
41 *dst = *src1 | *src2;
43 __bitmap_or(dst, src1, src2, nbits);
/external/bison/lib/
H A Dvbitset.c502 vbitset_and (bitset dst, bitset src1, bitset src2) argument
512 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
515 ssize1 = VBITSET_SIZE (src1);
518 src1p = VBITSET_WORDS (src1);
529 vbitset_and_cmp (bitset dst, bitset src1, bitset src2) argument
540 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
543 ssize1 = VBITSET_SIZE (src1);
546 src1p = VBITSET_WORDS (src1);
582 vbitset_andn (bitset dst, bitset src1, bitset src2) argument
592 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE
622 vbitset_andn_cmp(bitset dst, bitset src1, bitset src2) argument
687 vbitset_or(bitset dst, bitset src1, bitset src2) argument
723 vbitset_or_cmp(bitset dst, bitset src1, bitset src2) argument
778 vbitset_xor(bitset dst, bitset src1, bitset src2) argument
814 vbitset_xor_cmp(bitset dst, bitset src1, bitset src2) argument
872 vbitset_and_or(bitset dst, bitset src1, bitset src2, bitset src3) argument
902 vbitset_and_or_cmp(bitset dst, bitset src1, bitset src2, bitset src3) argument
939 vbitset_andn_or(bitset dst, bitset src1, bitset src2, bitset src3) argument
969 vbitset_andn_or_cmp(bitset dst, bitset src1, bitset src2, bitset src3) argument
1006 vbitset_or_and(bitset dst, bitset src1, bitset src2, bitset src3) argument
1036 vbitset_or_and_cmp(bitset dst, bitset src1, bitset src2, bitset src3) argument
[all...]
H A Dbitset_stats.c460 bitset_stats_and (bitset dst, bitset src1, bitset src2) argument
462 BITSET_CHECK3_ (dst, src1, src2);
463 BITSET_AND_ (dst->s.bset, src1->s.bset, src2->s.bset);
468 bitset_stats_and_cmp (bitset dst, bitset src1, bitset src2) argument
470 BITSET_CHECK3_ (dst, src1, src2);
471 return BITSET_AND_CMP_ (dst->s.bset, src1->s.bset, src2->s.bset);
476 bitset_stats_andn (bitset dst, bitset src1, bitset src2) argument
478 BITSET_CHECK3_ (dst, src1, src2);
479 BITSET_ANDN_ (dst->s.bset, src1->s.bset, src2->s.bset);
484 bitset_stats_andn_cmp (bitset dst, bitset src1, bitse argument
492 bitset_stats_or(bitset dst, bitset src1, bitset src2) argument
500 bitset_stats_or_cmp(bitset dst, bitset src1, bitset src2) argument
508 bitset_stats_xor(bitset dst, bitset src1, bitset src2) argument
516 bitset_stats_xor_cmp(bitset dst, bitset src1, bitset src2) argument
524 bitset_stats_and_or(bitset dst, bitset src1, bitset src2, bitset src3) argument
532 bitset_stats_and_or_cmp(bitset dst, bitset src1, bitset src2, bitset src3) argument
540 bitset_stats_andn_or(bitset dst, bitset src1, bitset src2, bitset src3) argument
548 bitset_stats_andn_or_cmp(bitset dst, bitset src1, bitset src2, bitset src3) argument
556 bitset_stats_or_and(bitset dst, bitset src1, bitset src2, bitset src3) argument
564 bitset_stats_or_and_cmp(bitset dst, bitset src1, bitset src2, bitset src3) argument
[all...]
H A Dbitset.c409 bitset_op4_cmp (bitset dst, bitset src1, bitset src2, bitset src3, argument
428 bitset_or (tmp, src1, src2);
433 bitset_and (tmp, src1, src2);
438 bitset_andn (tmp, src1, src2);
450 bitset_and_or_ (bitset dst, bitset src1, bitset src2, bitset src3) argument
452 bitset_and_or_cmp_ (dst, src1, src2, src3);
459 bitset_and_or_cmp_ (bitset dst, bitset src1, bitset src2, bitset src3) argument
461 return bitset_op4_cmp (dst, src1, src2, src3, BITSET_OP_AND_OR);
467 bitset_andn_or_ (bitset dst, bitset src1, bitset src2, bitset src3) argument
469 bitset_andn_or_cmp_ (dst, src1, src
476 bitset_andn_or_cmp_(bitset dst, bitset src1, bitset src2, bitset src3) argument
484 bitset_or_and_(bitset dst, bitset src1, bitset src2, bitset src3) argument
493 bitset_or_and_cmp_(bitset dst, bitset src1, bitset src2, bitset src3) argument
[all...]
/external/qemu/target-arm/
H A Dneon_helper.c159 #define NEON_USAT(dest, src1, src2, type) do { \
160 uint32_t tmp = (uint32_t)src1 + (uint32_t)src2; \
167 #define NEON_FN(dest, src1, src2) NEON_USAT(dest, src1, src2, uint8_t)
170 #define NEON_FN(dest, src1, src2) NEON_USAT(dest, src1, src2, uint16_t)
185 uint64_t HELPER(neon_qadd_u64)(CPUARMState *env, uint64_t src1, uint64_t src2) argument
189 res = src1 + src2;
190 if (res < src1) {
197 #define NEON_SSAT(dest, src1, src
227 neon_qadd_s64(CPUARMState *env, uint64_t src1, uint64_t src2) argument
265 neon_qsub_u64(CPUARMState *env, uint64_t src1, uint64_t src2) argument
308 neon_qsub_s64(CPUARMState *env, uint64_t src1, uint64_t src2) argument
327 neon_hadd_s32(int32_t src1, int32_t src2) argument
337 neon_hadd_u32(uint32_t src1, uint32_t src2) argument
354 neon_rhadd_s32(int32_t src1, int32_t src2) argument
364 neon_rhadd_u32(uint32_t src1, uint32_t src2) argument
381 neon_hsub_s32(int32_t src1, int32_t src2) argument
391 neon_hsub_u32(uint32_t src1, uint32_t src2) argument
[all...]
/external/opencv/cv/src/
H A D_cvmatrix.h63 #define icvAddMatrix_32f( src1, src2, dst, w, h ) \
64 icvAddVector_32f( (src1), (src2), (dst), (w)*(h))
66 #define icvSubMatrix_32f( src1, src2, dst, w, h ) \
67 icvSubVector_32f( (src1), (src2), (dst), (w)*(h))
91 CV_INLINE double icvDotProduct_32f( const float* src1, const float* src2, int len ) argument
94 for( int i = 0; i < len; i++ ) s += src1[i]*src2[i];
102 CV_INLINE double icvDotProduct_64f( const double* src1, const double* src2, int len ) argument
105 for( int i = 0; i < len; i++ ) s += src1[i]*src2[i];
113 CV_INLINE void icvMulVectors_32f( const float* src1, const float* src2, argument
118 dst[i] = src1[
123 icvMulVectors_64d( const double* src1, const double* src2, double* dst, int len ) argument
134 icvAddVector_32f( const float* src1, const float* src2, float* dst, int len ) argument
144 icvAddVector_64d( const double* src1, const double* src2, double* dst, int len ) argument
155 icvSubVector_32f( const float* src1, const float* src2, float* dst, int len ) argument
165 icvSubVector_64d( const double* src1, const double* src2, double* dst, int len ) argument
283 icvMulMatrix_32f( const float* src1, int w1, int h1, const float* src2, int w2, int h2, float* dst ) argument
308 icvMulMatrix_64d( const double* src1, int w1, int h1, const double* src2, int w2, int h2, double* dst ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h164 src_reg src1 = src_reg(),
339 src_reg src0, src_reg src1);
342 src_reg src0, src_reg src1, src_reg src2);
353 vec4_instruction *ADD(dst_reg dst, src_reg src0, src_reg src1);
354 vec4_instruction *MUL(dst_reg dst, src_reg src0, src_reg src1);
355 vec4_instruction *MACH(dst_reg dst, src_reg src0, src_reg src1);
356 vec4_instruction *MAC(dst_reg dst, src_reg src0, src_reg src1);
357 vec4_instruction *AND(dst_reg dst, src_reg src0, src_reg src1);
358 vec4_instruction *OR(dst_reg dst, src_reg src0, src_reg src1);
359 vec4_instruction *XOR(dst_reg dst, src_reg src0, src_reg src1);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.h164 src_reg src1 = src_reg(),
339 src_reg src0, src_reg src1);
342 src_reg src0, src_reg src1, src_reg src2);
353 vec4_instruction *ADD(dst_reg dst, src_reg src0, src_reg src1);
354 vec4_instruction *MUL(dst_reg dst, src_reg src0, src_reg src1);
355 vec4_instruction *MACH(dst_reg dst, src_reg src0, src_reg src1);
356 vec4_instruction *MAC(dst_reg dst, src_reg src0, src_reg src1);
357 vec4_instruction *AND(dst_reg dst, src_reg src0, src_reg src1);
358 vec4_instruction *OR(dst_reg dst, src_reg src0, src_reg src1);
359 vec4_instruction *XOR(dst_reg dst, src_reg src0, src_reg src1);
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dimageformats.h40 static void average(L8 *dst, const L8 *src1, const L8 *src2) argument
42 dst->L = gl::average(src1->L, src2->L);
76 static void average(R8 *dst, const R8 *src1, const R8 *src2) argument
78 dst->R = gl::average(src1->R, src2->R);
99 static void average(A8 *dst, const A8 *src1, const A8 *src2) argument
101 dst->A = gl::average(src1->A, src2->A);
125 static void average(L8A8 *dst, const L8A8 *src1, const L8A8 *src2) argument
127 *(unsigned short*)dst = (((*(unsigned short*)src1 ^ *(unsigned short*)src2) & 0xFEFE) >> 1) + (*(unsigned short*)src1 & *(unsigned short*)src2);
151 static void average(A8L8 *dst, const A8L8 *src1, cons argument
190 average(R8G8 *dst, const R8G8 *src1, const R8G8 *src2) argument
232 average(R8G8B8 *dst, const R8G8B8 *src1, const R8G8B8 *src2) argument
276 average(B8G8R8 *dst, const B8G8R8 *src1, const B8G8R8 *src2) argument
303 average(R5G6B5 *dst, const R5G6B5 *src1, const R5G6B5 *src2) argument
350 average(A8R8G8B8 *dst, const A8R8G8B8 *src1, const A8R8G8B8 *src2) argument
395 average(R8G8B8A8 *dst, const R8G8B8A8 *src1, const R8G8B8A8 *src2) argument
440 average(B8G8R8A8 *dst, const B8G8R8A8 *src1, const B8G8R8A8 *src2) argument
485 average(B8G8R8X8 *dst, const B8G8R8X8 *src1, const B8G8R8X8 *src2) argument
512 average(B5G5R5A1 *dst, const B5G5R5A1 *src1, const B5G5R5A1 *src2) argument
541 average(R5G5B5A1 *dst, const R5G5B5A1 *src1, const R5G5B5A1 *src2) argument
573 average(R4G4B4A4 *dst, const R4G4B4A4 *src1, const R4G4B4A4 *src2) argument
605 average(A4R4G4B4 *dst, const A4R4G4B4 *src1, const A4R4G4B4 *src2) argument
637 average(B4G4R4A4 *dst, const B4G4R4A4 *src1, const B4G4R4A4 *src2) argument
676 average(R16 *dst, const R16 *src1, const R16 *src2) argument
715 average(R16G16 *dst, const R16G16 *src1, const R16G16 *src2) argument
758 average(R16G16B16 *dst, const R16G16B16 *src1, const R16G16B16 *src2) argument
805 average(R16G16B16A16 *dst, const R16G16B16A16 *src1, const R16G16B16A16 *src2) argument
844 average(R32 *dst, const R32 *src1, const R32 *src2) argument
883 average(R32G32 *dst, const R32G32 *src1, const R32G32 *src2) argument
926 average(R32G32B32 *dst, const R32G32B32 *src1, const R32G32B32 *src2) argument
973 average(R32G32B32A32 *dst, const R32G32B32A32 *src1, const R32G32B32A32 *src2) argument
1012 average(R8S *dst, const R8S *src1, const R8S *src2) argument
1051 average(R8G8S *dst, const R8G8S *src1, const R8G8S *src2) argument
1094 average(R8G8B8S *dst, const R8G8B8S *src1, const R8G8B8S *src2) argument
1141 average(R8G8B8A8S *dst, const R8G8B8A8S *src1, const R8G8B8A8S *src2) argument
1180 average(R16S *dst, const R16S *src1, const R16S *src2) argument
1219 average(R16G16S *dst, const R16G16S *src1, const R16G16S *src2) argument
1262 average(R16G16B16S *dst, const R16G16B16S *src1, const R16G16B16S *src2) argument
1309 average(R16G16B16A16S *dst, const R16G16B16A16S *src1, const R16G16B16A16S *src2) argument
1348 average(R32S *dst, const R32S *src1, const R32S *src2) argument
1387 average(R32G32S *dst, const R32G32S *src1, const R32G32S *src2) argument
1430 average(R32G32B32S *dst, const R32G32B32S *src1, const R32G32B32S *src2) argument
1477 average(R32G32B32A32S *dst, const R32G32B32A32S *src1, const R32G32B32A32S *src2) argument
1509 average(A16B16G16R16F *dst, const A16B16G16R16F *src1, const A16B16G16R16F *src2) argument
1541 average(R16G16B16A16F *dst, const R16G16B16A16F *src1, const R16G16B16A16F *src2) argument
1567 average(R16F *dst, const R16F *src1, const R16F *src2) argument
1590 average(A16F *dst, const A16F *src1, const A16F *src2) argument
1614 average(L16F *dst, const L16F *src1, const L16F *src2) argument
1640 average(L16A16F *dst, const L16A16F *src1, const L16A16F *src2) argument
1666 average(R16G16F *dst, const R16G16F *src1, const R16G16F *src2) argument
1694 average(R16G16B16F *dst, const R16G16B16F *src1, const R16G16B16F *src2) argument
1725 average(A32B32G32R32F *dst, const A32B32G32R32F *src1, const A32B32G32R32F *src2) argument
1757 average(R32G32B32A32F *dst, const R32G32B32A32F *src1, const R32G32B32A32F *src2) argument
1783 average(R32F *dst, const R32F *src1, const R32F *src2) argument
1806 average(A32F *dst, const A32F *src1, const A32F *src2) argument
1829 average(L32F *dst, const L32F *src1, const L32F *src2) argument
1854 average(L32A32F *dst, const L32A32F *src1, const L32A32F *src2) argument
1880 average(R32G32F *dst, const R32G32F *src1, const R32G32F *src2) argument
1908 average(R32G32B32F *dst, const R32G32B32F *src1, const R32G32B32F *src2) argument
1955 average(R10G10B10A2 *dst, const R10G10B10A2 *src1, const R10G10B10A2 *src2) argument
1984 average(R9G9B9E5 *dst, const R9G9B9E5 *src1, const R9G9B9E5 *src2) argument
2019 average(R11G11B10F *dst, const R11G11B10F *src1, const R11G11B10F *src2) argument
[all...]
/external/pixman/demos/
H A Dsrgb-test.c54 uint32_t *src1 = malloc (WIDTH * HEIGHT * 4); local
63 src1,
72 src1[p + x] = linear_argb_to_premult_argb (alpha, 1, 0, 1);
80 free (src1);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c115 const union tgsi_exec_channel *src1,
118 dst->f[0] = src0->f[0] < src1->f[0] ? src1->f[0] : src0->f[0] > src2->f[0] ? src2->f[0] : src0->f[0];
119 dst->f[1] = src0->f[1] < src1->f[1] ? src1->f[1] : src0->f[1] > src2->f[1] ? src2->f[1] : src0->f[1];
120 dst->f[2] = src0->f[2] < src1->f[2] ? src1->f[2] : src0->f[2] > src2->f[2] ? src2->f[2] : src0->f[2];
121 dst->f[3] = src0->f[3] < src1->f[3] ? src1->f[3] : src0->f[3] > src2->f[3] ? src2->f[3] : src0->f[3];
127 const union tgsi_exec_channel *src1,
113 micro_clamp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
125 micro_cmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
137 micro_cnd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
270 micro_lrp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
282 micro_mad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
346 micro_seq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
357 micro_sge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
388 micro_sgt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
409 micro_sle(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
420 micro_slt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
431 micro_sne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
891 micro_add(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
956 micro_lt( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3 ) argument
970 micro_max(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
981 micro_min(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
992 micro_mul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
1033 micro_sub(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3140 micro_shl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3151 micro_and(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3162 micro_or(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3173 micro_xor(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3184 micro_mod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3205 micro_idiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3216 micro_imax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3227 micro_imin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3238 micro_isge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3249 micro_ishr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3260 micro_islt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3291 micro_uadd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3302 micro_udiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3313 micro_umad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
3325 micro_umax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3336 micro_umin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3347 micro_umod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3358 micro_umul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3369 micro_useq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3380 micro_usge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3391 micro_ushr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3402 micro_uslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3413 micro_usne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3434 micro_ucmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c115 const union tgsi_exec_channel *src1,
118 dst->f[0] = src0->f[0] < src1->f[0] ? src1->f[0] : src0->f[0] > src2->f[0] ? src2->f[0] : src0->f[0];
119 dst->f[1] = src0->f[1] < src1->f[1] ? src1->f[1] : src0->f[1] > src2->f[1] ? src2->f[1] : src0->f[1];
120 dst->f[2] = src0->f[2] < src1->f[2] ? src1->f[2] : src0->f[2] > src2->f[2] ? src2->f[2] : src0->f[2];
121 dst->f[3] = src0->f[3] < src1->f[3] ? src1->f[3] : src0->f[3] > src2->f[3] ? src2->f[3] : src0->f[3];
127 const union tgsi_exec_channel *src1,
113 micro_clamp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
125 micro_cmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
137 micro_cnd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
270 micro_lrp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
282 micro_mad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
346 micro_seq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
357 micro_sge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
388 micro_sgt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
409 micro_sle(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
420 micro_slt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
431 micro_sne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
891 micro_add(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
956 micro_lt( union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2, const union tgsi_exec_channel *src3 ) argument
970 micro_max(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
981 micro_min(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
992 micro_mul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
1033 micro_sub(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3140 micro_shl(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3151 micro_and(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3162 micro_or(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3173 micro_xor(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3184 micro_mod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3205 micro_idiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3216 micro_imax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3227 micro_imin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3238 micro_isge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3249 micro_ishr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3260 micro_islt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3291 micro_uadd(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3302 micro_udiv(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3313 micro_umad(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
3325 micro_umax(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3336 micro_umin(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3347 micro_umod(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3358 micro_umul(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3369 micro_useq(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3380 micro_usge(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3391 micro_ushr(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3402 micro_uslt(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3413 micro_usne(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1) argument
3434 micro_ucmp(union tgsi_exec_channel *dst, const union tgsi_exec_channel *src0, const union tgsi_exec_channel *src1, const union tgsi_exec_channel *src2) argument
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp200 FX_DWORD src0, src1, src, dest, s1, s2, m1, m2, m3; local
373 src1 = *srcPtr++;
375 dest |= src1 >> s1;
380 src0 = src1;
381 src1 = *srcPtr++;
382 src = (((src0 << 8) | src1) >> s1) & 0xff;
387 src0 = src1;
389 src1 = *srcPtr++;
391 src1 = 0;
393 src = (((src0 << 8) | src1) >> s
[all...]

Completed in 994 milliseconds

1234567891011