HomeSort by relevance Sort by last modified time
    Searched refs:mul (Results 226 - 250 of 591) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 85 mul r0, r0, r12 ; input[0] * cospi_16_64
90 mul r0, r0, r12 ; out * cospi_16_64
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-gcc.c 64 #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/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h 332 #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/libhevc/common/arm64/
ihevc_deblk_luma_horz.s 220 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
ihevc_sao_edge_offset_class0.s 105 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/
vp9_idct32x32_1_add_neon.asm 85 mul r0, r0, r12 ; input[0] * cospi_16_64
90 mul r0, r0, r12 ; out * cospi_16_64
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 64 #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/
bn_lcl.h 332 #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/
pre_desc.h 51 { /* mul-table data types */
175 mul_table_info mul; /* Mul-table */ member in struct:__anon34840
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_1_add_neon.asm 85 mul r0, r0, r12 ; input[0] * cospi_16_64
90 mul r0, r0, r12 ; out * cospi_16_64
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 456 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 <= 0)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter.cpp 655 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));
    [all...]
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64.s 24 mul $s0,$s4,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/skia/src/core/
SkBlitter.cpp 655 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));
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 1021 MaybeULong *mul, *mul2; local
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 69 def mul(a, b): function
130 AA[t][j] ^= mul(AA[i][j], AA[t][i])
146 r = r | mul(a, b)
184 r = mul(2, r)
200 del mul
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_vert.s 128 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
ihevc_inter_pred_chroma_vert_w16out.s 129 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
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 288 mul q_value, q_scale, coeff /*mov coeff, coeff, lsl #14*/
305 mul coeff, q_value, QPx2
333 mul q_value, q_scale, coeff
347 mul stepsize, stepsize, QP
350 mul q_value, coeff, stepsize
493 "mul %0, %2, %3\n\t"
577 "mul %0, %3, %4\n\t"
580 "mul %0, %1, %0\n\t"
  /art/runtime/
parsed_options.cc 73 size_t mul; local
75 mul = 1;
77 mul = KB;
79 mul = MB;
81 mul = GB;
87 if (val <= std::numeric_limits<size_t>::max() / mul) {
88 val *= mul;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_audioop.py 260 self.assertEqual(audioop.mul(b'', w, 2), b'')
261 self.assertEqual(audioop.mul(datas[w], w, 0),
263 self.assertEqual(audioop.mul(datas[w], w, 1),
265 self.assertEqual(audioop.mul(datas[1], 1, 2),
267 self.assertEqual(audioop.mul(datas[2], 2, 2),
269 self.assertEqual(audioop.mul(datas[4], 4, 2),
369 self.assertRaises(audioop.error, audioop.mul, data, size, 1.0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_audioop.py 260 self.assertEqual(audioop.mul(b'', w, 2), b'')
261 self.assertEqual(audioop.mul(datas[w], w, 0),
263 self.assertEqual(audioop.mul(datas[w], w, 1),
265 self.assertEqual(audioop.mul(datas[1], 1, 2),
267 self.assertEqual(audioop.mul(datas[2], 2, 2),
269 self.assertEqual(audioop.mul(datas[4], 4, 2),
369 self.assertRaises(audioop.error, audioop.mul, data, size, 1.0)
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 857 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 },
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-mips.cc 142 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/
micromips-fpu-instructions.s 16 # 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

Completed in 1693 milliseconds

1 2 3 4 5 6 7 8 91011>>