/third_party/ffmpeg/libavcodec/ |
H A D | flacdsp_lpc_template.c | 25 #undef MUL macro 33 # define MUL(a, b) MUL64(a, b) macro 37 # define MUL(a, b) ((a) * (b)) macro
|
H A D | binkdsp.c | 36 #define MUL(X,Y) ((int)((unsigned)(X) * (Y)) >> 11) macro
|
H A D | simple_idct_template.c | 45 #undef MUL macro 62 #define MUL(a, b) MUL16(a, b) macro 104 #define MUL(a, b) ((int)((SUINT)(a) * (b))) macro [all...] |
H A D | mpegaudioenc_template.c | 44 #define MUL(a,b) (((int64_t)(a) * (int64_t)(b)) >> FRAC_BITS) macro [all...] |
/third_party/toybox/toys/pending/ |
H A D | expr.c | 132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_mips_dsp_r2.c | 24 #define MUL(a, b) (((a) * (b)) >> 16) macro 482 #undef MUL macro
|
H A D | enc.c | 114 #define MUL(a, b) (((a) * (b)) >> 16) macro 225 #undef MUL macro [all...] |
H A D | dec_sse2.c | 199 #define MUL global() macro 241 #undef MUL global() macro [all...] |
H A D | dec_neon.c | 1258 #define MUL(a, b) (((a) * (b)) >> 16) macro 1277 #undef MUL macro
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.hpp | 66 MUL, enumerator
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 352 COND, LOGOR, LOGAND, OR, XOR, AND, EQUAL, RELATION, SHIFT, ADD, MUL, UNARY, enumerator
|
/third_party/mbedtls/library/ |
H A D | aes.c | 371 #define MUL(x, y) (((x) && (y)) ? pow[(log[(x)]+log[(y)]) % 255] : 0) macro
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 431 MUL = 7, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 408 MUL = 7, enumerator
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_common.c | 115 #define MUL (F7(0x1) | F3(0x0) | OPC(0x33)) macro
|
H A D | sljitNativeARM_32.c | 106 #define MUL 0xe0000090 macro
|
H A D | sljitNativeARM_T2_32.c | 150 #define MUL 0xfb00f000 macro
|
H A D | sljitNativeX86_common.c | 224 #define MUL (/* GROUP_F7 */ 4 << 3) macro
|
H A D | sljitNativeMIPS_common.c | 247 #define MUL (HI(0) | (2 << 6) | LO(24)) macro 295 #define MUL (HI(28) | LO(2)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4177 MachineInstr *MUL = MRI.getUniqueVRegDef(Root.getOperand(IdxMulOpd).getReg()); in genFusedMultiply() local 4328 MachineInstr *MUL = MRI.getUniqueVRegDef(Root.getOperand(IdxMulOpd).getReg()); genMaddR() local 4367 MachineInstr *MUL; genAlternativeCodeSequence() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 202 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM, enumerator
|