/third_party/ffmpeg/libavcodec/ |
D | xvididct.c | 145 #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/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 085-incorrect-argument-count.c.expected | 1 0:2(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 3 0:3(1): preprocessor error: Error: macro MULT invoked with 1 arguments (expected 2) 5 0:4(1): preprocessor error: Error: macro MULT invoked with 3 arguments (expected 2) 8 MULT() 9 MULT(1) 10 MULT(1,2,3)
|
D | 085-incorrect-argument-count.c | 1 #define MULT(x,y) ((x)*(y)) macro 2 MULT() 3 MULT(1) 4 MULT(1,2,3)
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegaudiodsp_altivec.c | 61 #define MULT(a, b) \ in apply_window() macro 74 MULT( 0, 0); in apply_window() 75 MULT( 256, 64); in apply_window() 76 MULT( 512, 128); in apply_window() 77 MULT( 768, 192); in apply_window() 78 MULT(1024, 256); in apply_window() 79 MULT(1280, 320); in apply_window() 80 MULT(1536, 384); in apply_window() 81 MULT(1792, 448); in apply_window()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegaudiodsp.c | 79 #define MULT(a, b) \ in apply_window() macro 92 MULT( 0, 0) in apply_window() 93 MULT( 256, 64) in apply_window() 94 MULT( 512, 128) in apply_window() 95 MULT( 768, 192) in apply_window() 96 MULT(1024, 256) in apply_window() 97 MULT(1280, 320) in apply_window() 98 MULT(1536, 384) in apply_window() 99 MULT(1792, 448) in apply_window() 109 #undef MULT in apply_window()
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
D | Format.pm | 99 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/icu/icu4j/perf-tests/perldriver/ |
D | Format.pm | 97 my @MULT = (1 , 1e3, 1e6, 1e9); 103 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 105 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
/third_party/icu/icu4j/perf-tests/ |
D | decimalformatperf.pl | 425 my @MULT = (1 , 1e3, 1e6, 1e9); 430 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 432 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
D | ucharacterperf.pl | 427 my @MULT = (1 , 1e3, 1e6, 1e9); 432 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 434 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
D | normperf.pl | 480 my @MULT = (1 , 1e3, 1e6, 1e9); 485 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 487 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
D | dateformatperf.pl | 430 my @MULT = (1 , 1e3, 1e6, 1e9); 435 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 437 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
D | unicodesetperf.pl | 417 my @MULT = (1 , 1e3, 1e6, 1e9); 422 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 424 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
D | converterperf.pl | 444 my @MULT = (1 , 1e3, 1e6, 1e9); 449 ++$i while ($a*$MULT[$i] < 1 && $i < @MULT); 451 formatNumber($sigdig, $MULT[$i], $a, $delta) . ' ' . $SUFF[$i];
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/ |
D | SUN_slice_accum.txt | 69 The possible operations are ACCUM, LOAD, RETURN, MULT, ADD and SLICE_ACCUM_SUN.
|
/third_party/openGLES/extensions/SUN/ |
D | SUN_slice_accum.txt | 69 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/ |
D | MipsDSPInstrFormats.td | 237 // MULT sub-class format.
|
D | MipsISelLowering.h | 196 MULT, enumerator
|
D | Mips16InstrInfo.td | 305 // MULT 312 // MULT-LO 911 // Format: MULT rx, ry MIPS16e
|
D | MipsScheduleP5600.td | 197 def : InstRW<[P5600WriteAL2Mult], (instrs MULT, MULTu, PseudoMULT,
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeMIPS_32.c | 373 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op() 382 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
|
D | sljitNativeMIPS_64.c | 491 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op() 500 FAIL_IF(push_inst(compiler, SELECT_OP(DMULT, MULT) | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
|
D | sljitNativeMIPS_common.c | 229 #define MULT (HI(0) | LO(24)) macro 1463 …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/ |
D | longobject.c | 4258 #define MULT(X, Y, result) \ in long_pow() macro 4276 MULT(z, z, z); in long_pow() 4278 MULT(z, a, z); in long_pow() 4287 MULT(table[i-1], a, table[i]); in long_pow() 4295 MULT(z, z, z); in long_pow() 4297 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/ |
D | MipsGenMCPseudoLowering.inc | 749 TmpInst.setOpcode(Mips::MULT); 762 TmpInst.setOpcode(Mips::MULT);
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 147 MULT = 1 variable 196 multiplier = choice(cap[obj][MULT]) 209 multiplier = choice(cap[obj][MULT])
|