Searched refs:mul (Results 126 - 150 of 410) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_sao_edge_offset_class0.s105 mul x4, x4, x1 //(ht - 1) * src_strd
150 mul x14, x14, x1 //(ht - row) * src_strd
184 mul x14, x14, x1 //II (ht - row) * src_strd
327 mul x14, x14, x1 //(ht - row) * src_strd
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm85 mul r0, r0, r12 ; input[0] * cospi_16_64
90 mul r0, r0, r12 ; out * cospi_16_64
/external/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c64 #undef mul macro
90 #define mul(r,a,word,carry) do { \ macro
141 mul(rp[0],ap[0],w,c1);
142 mul(rp[1],ap[1],w,c1);
143 mul(rp[2],ap[2],w,c1);
144 mul(rp[3],ap[3],w,c1);
149 mul(rp[0],ap[0],w,c1); if (--num == 0) return c1;
150 mul(rp[1],ap[1],w,c1); if (--num == 0) return c1;
151 mul(rp[2],ap[2],w,c1);
/external/openssl/crypto/bn/
H A Dbn_lcl.h332 #define mul(r,a,w,c) { \ macro
359 #define mul(r,a,w,c) { \ macro
387 #define mul(r,a,w,c) { \ macro
467 #define mul(r,a,bl,bh,c) { \ macro
/external/srec/srec/include/
H A Dpre_desc.h51 { /* mul-table data types */
175 mul_table_info mul; /* Mul-table */ member in struct:__anon30241
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c456 int mul; local
494 mul = 1;
497 mul = atol(tok_mul + 1);
498 BUG_ON(mul <= 0);
501 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul);
510 for (i = 0; i < mul; i++) {
587 int mul; local
613 mul = 1;
616 mul = atol(tok_mul + 1);
617 BUG_ON(mul <
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter.cpp655 unsigned mul = SkAlpha255To256(mulp[i]);
658 r = SkFastMin32(SkAlphaMul(r, mul) + add, a);
659 g = SkFastMin32(SkAlphaMul(g, mul) + add, a);
660 b = SkFastMin32(SkAlphaMul(b, mul) + add, a);
675 unsigned mul = SkAlpha255To256(mulp[i]);
679 SkFastMin32(SkAlphaMul(r, mul) + add, a),
680 SkFastMin32(SkAlphaMul(g, mul) + add, a),
681 SkFastMin32(SkAlphaMul(b, mul) + add, a));
H A DSkFloat.h43 void mul(const SkFloat& a) { fPacked = Mul(fPacked, a.fPacked); } function in class:SkFloat
/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64.s24 mul $s0,$s4,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/skia/src/core/
H A DSkBlitter.cpp655 unsigned mul = SkAlpha255To256(mulp[i]);
658 r = SkFastMin32(SkAlphaMul(r, mul) + add, a);
659 g = SkFastMin32(SkAlphaMul(g, mul) + add, a);
660 b = SkFastMin32(SkAlphaMul(b, mul) + add, a);
675 unsigned mul = SkAlpha255To256(mulp[i]);
679 SkFastMin32(SkAlphaMul(r, mul) + add, a),
680 SkFastMin32(SkAlphaMul(g, mul) + add, a),
681 SkFastMin32(SkAlphaMul(b, mul) + add, a));
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c823 BINARY (mul, *, u);
1021 MaybeULong *mul, *mul2; local
1136 mul = VG_(indexXA)( results, i );
1137 if (mul->b == False)
1152 mul = VG_(indexXA)( results, 0 );
1153 tl_assert(mul->b == True); /* we just established that all exprs are ok */
1158 if (mul2->ul != mul->ul) {
1168 res.word = (UWord)mul->ul; /* NB: narrowing from ULong */
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js91 var mul = 1024;
93 if (n < (1024 * mul)) {
94 return (parseInt(n / mul) + '.' + parseInt(10 * ((n / mul) % 1)) +
97 mul *= 1024;
/external/libhevc/common/arm/
H A Dihevc_inter_pred_chroma_vert.s128 tst r4,#7 @checks ht for mul of 8
223 mul r12,r4,r14 @multiply height by width
232 vmull.u8 q15,d5,d1 @mul with coeff 1
279 vmull.u8 q15,d5,d1 @mul with coeff 1
343 vmull.u8 q15,d5,d1 @mul with coeff 1
H A Dihevc_inter_pred_chroma_vert_w16out.s129 tst r4,#7 @checks ht for mul of 8
222 mul r12,r4,r14 @multiply height by width
232 vmull.u8 q15,d5,d1 @mul with coeff 1
275 vmull.u8 q15,d5,d1 @mul with coeff 1
332 vmull.u8 q15,d5,d1 @mul with coeff 1
/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp857 using tcu::mul;
893 { "highp_mul", "in0 * in1", mul<double>, glu::PRECISION_HIGHP, Vec2(-1e5f, 1e5f), Vec2(-1e5f, 1e5f) },
897 { "mediump_mul", "in0 * in1", mul<double>, glu::PRECISION_MEDIUMP, Vec2(-1e2f, 1e2f), Vec2(-1e2f, 1e2f) },
915 { "highp_mul", "in0 * in1", mul<int>, glu::PRECISION_HIGHP, 32, fullRange32I, fullRange32I },
919 { "mediump_mul", "in0 * in1", mul<int>, glu::PRECISION_MEDIUMP, 16, fullRange16I, fullRange16I },
923 { "lowp_mul", "in0 * in1", mul<int>, glu::PRECISION_LOWP, 8, fullRange8I, fullRange8I },
941 { "highp_mul", "in0 * in1", mul<deUint32>, glu::PRECISION_HIGHP, 32, fullRange32U, fullRange32U },
945 { "mediump_mul", "in0 * in1", mul<deUint32>, glu::PRECISION_MEDIUMP, 16, fullRange16U, fullRange16U },
949 { "lowp_mul", "in0 * in1", mul<deUint32>, glu::PRECISION_LOWP, 8, fullRange8U, fullRange8U },
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips.cc142 COMPARE(mul(a0, a1, a2),
143 "70a62002 mul a0, a1, a2");
144 COMPARE(mul(t2, t3, t4),
145 "716c5002 mul t2, t3, t4");
146 COMPARE(mul(v0, v1, s0),
147 "70701002 mul v0, v1, s0");
/external/llvm/test/MC/Mips/
H A Dmicromips-fpu-instructions.s16 # CHECK-EL: mul.s $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x20]
17 # CHECK-EL: mul.d $f4, $f6, $f8 # encoding: [0x06,0x55,0xb0,0x21]
79 # CHECK-EB: mul.s $f4, $f6, $f8 # encoding: [0x55,0x06,0x20,0xb0]
80 # CHECK-EB: mul.d $f4, $f6, $f8 # encoding: [0x55,0x06,0x21,0xb0]
140 mul.s $f4, $f6, $f8
141 mul.d $f4, $f6, $f8
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.S939 mul t2, t0, t8
1300 mul t2, t0, t8
1309 mul t4, t1, t3
2309 mul t2, t0, t8
2405 mul t2, t0, t8
3154 mul t2, t0, t8
3544 mul s4, s0, t5 /* s4 = wt*(256-(vx>>8)) */
3545 mul s5, s0, t4 /* s5 = wt*(vx>>8) */
3546 mul s6, s1, t5 /* s6 = wb*(256-(vx>>8)) */
3547 mul s
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js186 mat2.mul = mat2.multiply;
H A Dmat2d.js173 mat2d.mul = mat2d.multiply;
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl125 72 mul
190 TopMargin LineSpace 3 mul sub BottomMargin sub
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.cpp186 ir_expression *mul(operand a, operand b) function in namespace:ir_builder
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorFilters.cpp550 SkColorFilter* SkColorFilter::CreateLightingFilter(SkColor mul, SkColor add) { argument
552 matrix.setScale(byte_to_scale(SkColorGetR(mul)),
553 byte_to_scale(SkColorGetG(mul)),
554 byte_to_scale(SkColorGetB(mul)),
/external/deqp/modules/gles2/scripts/
H A Dgen-swizzles.py76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
/external/deqp/modules/gles3/scripts/
H A Dgen-swizzles.py76 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)

Completed in 987 milliseconds

1234567891011>>