Searched defs:MULT (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 085-incorrect-argument-count.c | 1 #define MULT(x,y) ((x)*(y)) macro
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegaudiodsp_altivec.c | 61 #define MULT(a, b) \ in apply_window() macro
|
/third_party/ffmpeg/libavutil/ |
D | tx_priv.h | 34 #define MULT(x, m) ((x) * (m)) macro 46 #define MULT(x, m) ((x) * (m)) macro 58 #define MULT(x, m) (((((int64_t)(x)) * (int64_t)(m)) + 0x40000000) >> 31) macro
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegaudiodsp.c | 78 #define MULT(a, b) \ in apply_window() macro
|
/third_party/ffmpeg/libavcodec/ |
D | xvididct.c | 145 #define MULT(c, x, n) ((unsigned)((int)((c) * (unsigned)(x)) >> (n))) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 196 MULT, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-scheduler-mips.cc | 401 MULT = 4, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-scheduler-riscv64.cc | 433 MULT = 4, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-scheduler-mips64.cc | 426 MULT = 4, enumerator
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 147 MULT = 1 variable
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeMIPS_common.c | 250 #define MULT (HI(0) | LO(24)) macro
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | constants-mips.h | 530 MULT = ((3U << 3) + 0), enumerator
|
/third_party/python/Objects/ |
D | longobject.c | 4258 #define MULT(X, Y, result) \ in long_pow() macro
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | constants-mips64.h | 533 MULT = ((3U << 3) + 0), enumerator
|