/third_party/ffmpeg/libavcodec/mips/ |
D | mathops.h | 33 #define MULH MULH macro 34 static inline av_const int MULH(int a, int b) in MULH() function
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mathops.h | 32 #define MULH MULH macro 33 static inline av_const int MULH(int a, int b) in MULH() function
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mathops.h | 42 #define MULH MULH macro 43 static inline av_const int MULH(int a, int b){ in MULH() function
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mathops.h | 47 #define MULH MULH macro 48 static av_always_inline av_const int MULH(int a, int b) in MULH() function
|
/third_party/ffmpeg/libavcodec/avr32/ |
D | mathops.h | 42 #define MULH MULH macro 43 static inline av_const int MULH(int a, int b) in MULH() function
|
/third_party/ffmpeg/libavcodec/ |
D | mathops.h | 61 #ifndef MULH 62 static av_always_inline int MULH(int a, int b){ in MULH() function
|
D | mpegaudiodec_fixed.c | 33 #define MULH3(x, y, s) MULH((s)*(x), y)
|
D | dct32_template.c | 43 # define MULH3(x, y, s) MULH((s)*(x), y)
|
D | aptxenc.c | 113 d = rshift32_clip24(MULH(dither, dither), 7) - (1 << 23); in aptx_quantize_difference()
|
D | opus_silk.c | 171 gaindiv = (1 << 30) - MULH(rc, rc); in silk_is_lpc_stable() 173 totalinvgain = MULH(totalinvgain, gaindiv) << 2; in silk_is_lpc_stable()
|
D | mpegaudiodsp_template.c | 68 # define MULH3(x, y, s) MULH((s)*(x), y)
|
D | mpegaudiodec_template.c | 1087 SUINT tmp2 = MULH(tmp0 + tmp1, csa_table[j][0]); \ 1088 ptr[-1-j] = 4 * (tmp2 - MULH(tmp1, csa_table[j][2])); \ 1089 ptr[ j] = 4 * (tmp2 + MULH(tmp0, csa_table[j][3])); \
|
D | wmavoice.c | 1266 y = x - 9 * MULH(477218589, x); // x % 9 in pRNG()
|
D | ac3dec.c | 491 MULH(s->fixed_coeffs[CPL_CH][bin] * (1 << 4), cpl_coord); in calc_transform_coeffs_cpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoM.td | 29 def MULH : ALU_rr<0b0000001, 0b001, "mulh">, 64 def : PatGprGpr<mulhs, MULH>;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
D | comc597.mme.h | 852 MULH, R2, ZERO, ZERO, 0, NONE, NONE),
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_float_buffer.txt | 339 MULH H3, H3.xzxz, H3.yyww; # bilinear filter weights 341 MULH H0, H1, H3.x; # blend
|
D | NV_fragment_program.txt | 1550 | "MULH" | "MULH_SAT" 2043 floating-point multiply, "MULH" performs a 16-bit floating-point multiply,
|
/third_party/openGLES/extensions/NV/ |
D | NV_float_buffer.txt | 339 MULH H3, H3.xzxz, H3.yyww; # bilinear filter weights 341 MULH H0, H1, H3.x; # blend
|
D | NV_fragment_program.txt | 1550 | "MULH" | "MULH_SAT" 2043 floating-point multiply, "MULH" performs a 16-bit floating-point multiply,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedExynosM5.td | 792 def : InstRW<[M5WriteNMUL3], (instregex "^(SQR?D)?MULH?v")>;
|
D | AArch64SchedExynosM4.td | 747 M4ReadNMULM1], (instregex "^(SQR?D)?MULH?v")>;
|