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

1234567891011>>

/external/chromium_org/third_party/libvpx/source/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/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
H A Dihevc_deblk_luma_horz.s220 mul v12.8h, v7.8h, v0.4h[0]
244 mul x10, x10, x6
262 mul v16.8h, v16.8h, v0.4h[0]
295 mul v12.8h, v7.8h, v0.4h[0]
302 mul x10, x10, x6
416 mul v7.8h, v7.8h, v0.4h[0]
468 mul v10.8h, v10.8h, v0.4h[0]
473 mul v12.8h, v12.8h, v0.4h[0]
514 mul x12, x11, x6
/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/
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:__anon31123
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dx86_64-gcc.c59 #undef mul macro
84 #define mul(r, a, word, carry) \ macro
134 mul(rp[0], ap[0], w, c1);
135 mul(rp[1], ap[1], w, c1);
136 mul(rp[2], ap[2], w, c1);
137 mul(rp[3], ap[3], w, c1);
143 mul(rp[0], ap[0], w, c1);
146 mul(rp[1], ap[1], w, c1);
149 mul(rp[2], ap[2], w, c1);
H A Dx86_64-mont5.pl1117 mul $a0 # a[1]*a[0]
1123 mul $a0 # a[2]*a[0]
1132 mul $a1 # a[2]*a[1]
1138 mul $a0 # a[3]*a[0]
1151 mul $a1 # a[3]*a[1]
1157 mul $a0 # a[4]*a[0]
1167 mul $a1 # a[4]*a[3]
1174 mul $a0 # a[5]*a[2]
1183 mul $a1 # a[5]*a[3]
1190 mul
[all...]
/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/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));
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-schedule.cc141 Node* mul = graph.NewNode(machine.Int32Mul(), param0, param1); local
142 Node* ret = graph.NewNode(common.Return(), mul, start);
/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/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

Completed in 8554 milliseconds

1234567891011>>