Home
last modified time | relevance | path

Searched refs:MULT (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/ppc/
Dmpegaudiodsp_altivec.c60 #define MULT(a, b) \ in apply_window() macro
73 MULT( 0, 0); in apply_window()
74 MULT( 256, 64); in apply_window()
75 MULT( 512, 128); in apply_window()
76 MULT( 768, 192); in apply_window()
77 MULT(1024, 256); in apply_window()
78 MULT(1280, 320); in apply_window()
79 MULT(1536, 384); in apply_window()
80 MULT(1792, 448); in apply_window()
/third_party/ffmpeg/libavcodec/
Dxvididct.c145 #define MULT(c, x, n) ((unsigned)((int)((c) * (unsigned)(x)) >> (n))) macro
169 mm0 = MULT(TAN1, mm4, 16) + mm7; in idct_col_8()
170 mm1 = MULT(TAN1, mm7, 16) - mm4; in idct_col_8()
171 mm2 = MULT(TAN3, mm5, 16) + mm6; in idct_col_8()
172 mm3 = MULT(TAN3, mm6, 16) - mm5; in idct_col_8()
180 mm5 = 2 * MULT(SQRT2, mm5, 16); // 2*sqrt2 in idct_col_8()
181 mm6 = 2 * MULT(SQRT2, mm6, 16); // Watch out: precision loss but done to match in idct_col_8()
188 mm3 = MULT(TAN2, mm2, 16) + mm1; in idct_col_8()
189 mm2 = MULT(TAN2, mm1, 16) - mm2; in idct_col_8()
219 mm1 = MULT(TAN1, mm0, 16); in idct_col_4()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dmpegaudiodsp.c78 #define MULT(a, b) \ in apply_window() macro
91 MULT( 0, 0) in apply_window()
92 MULT( 256, 64) in apply_window()
93 MULT( 512, 128) in apply_window()
94 MULT( 768, 192) in apply_window()
95 MULT(1024, 256) in apply_window()
96 MULT(1280, 320) in apply_window()
97 MULT(1536, 384) in apply_window()
98 MULT(1792, 448) in apply_window()
108 #undef MULT in apply_window()
/third_party/icu/icu4c/source/test/perf/perldriver/
DFormat.pm99 my @MULT = (1 , 1e3, 1e6, 1e9);
105 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT);
107 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_slice_accum.txt69 The possible operations are ACCUM, LOAD, RETURN, MULT, ADD and SLICE_ACCUM_SUN.
/third_party/openGLES/extensions/SUN/
DSUN_slice_accum.txt69 The possible operations are ACCUM, LOAD, RETURN, MULT, ADD and SLICE_ACCUM_SUN.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDSPInstrFormats.td237 // MULT sub-class format.
DMipsISelLowering.h196 MULT, enumerator
DMips16InstrInfo.td305 // MULT
312 // MULT-LO
911 // Format: MULT rx, ry MIPS16e
DMipsScheduleP5600.td197 def : InstRW<[P5600WriteAL2Mult], (instrs MULT, MULTu, PseudoMULT,
DMipsDSPInstrInfo.td81 def MipsMULT : MipsDSPBase<"MULT", SDT_MipsDPA>;
DMicroMipsInstrInfo.td1106 def PseudoMULT_MM : MultDivPseudo<MULT, ACC64, GPR32Opnd, MipsMult, II_MULT>,
DMipsScheduleGeneric.td175 def : InstRW<[GenericWriteMul], (instrs MULT, MULTu)>;
DMipsInstrInfo.td2334 def MULT : MMRel, Mult<"mult", II_MULT, GPR32Opnd, [HI0, LO0]>,
2391 def PseudoMULT : MultDivPseudo<MULT, ACC64, GPR32Opnd, MipsMult, II_MULT>,
DMipsISelLowering.cpp263 case MipsISD::MULT: return "MipsISD::MULT"; in getTargetNodeName()
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_32.c374 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
383 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
DsljitNativeMIPS_64.c470 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
479 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
DsljitNativeMIPS_common.c226 #define MULT (HI(0) | LO(24)) macro
1252 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? MULTU : MULT) | S(SLJIT_R0) | T(SLJIT_R1), MOVA… in sljit_emit_op0()
/third_party/python/Objects/
Dlongobject.c4403 #define MULT(X, Y, result) \ in long_pow() macro
4421 MULT(z, z, z); in long_pow()
4423 MULT(z, a, z); in long_pow()
4432 MULT(table[i-1], a, table[i]); in long_pow()
4440 MULT(z, z, z); in long_pow()
4442 MULT(z, table[index], z); in long_pow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenMCPseudoLowering.inc749 TmpInst.setOpcode(Mips::MULT);
762 TmpInst.setOpcode(Mips::MULT);
DMipsGenMCCodeEmitter.inc2132 UINT64_C(24), // MULT
5989 case Mips::MULT:
11594 CEFBS_HasStdEnc_NotMips32r6_NotMips64r6_NotInMicroMips, // MULT = 2119
DMipsGenAsmWriter.inc3360 24083U, // MULT
6114 0U, // MULT
/third_party/python/Lib/test/
Dtest_buffer.py146 MULT = 1 variable
195 multiplier = choice(cap[obj][MULT])
208 multiplier = choice(cap[obj][MULT])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5059 TOut.emitRR(Inst.getOpcode() == Mips::MULImmMacro ? Mips::MULT : Mips::DMULT, in expandMulImm()
5079 TOut.emitRR(Inst.getOpcode() == Mips::MULOMacro ? Mips::MULT : Mips::DMULT, in expandMulO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td533 defm MULT : I3<"mul.lo.s", mul>;

12