Searched defs:MULT (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 085-incorrect-argument-count.c | 1 #define MULT(x,y) ((x)*(y)) macro
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | mpegaudiodsp_altivec.c | 61 #define MULT(a, b) \ in apply_window() macro
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegaudiodsp.c | 78 #define MULT(a, b) \ in apply_window() macro 108 #undef MULT in apply_window() macro [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | xvididct.c | 145 #define MULT(c, x, n) ((unsigned)((int)((c) * (unsigned)(x)) >> (n))) macro [all...] |
/third_party/ffmpeg/libavutil/ |
H A 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/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-scheduler-mips64.cc | 426 MULT = 4, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-scheduler-mips.cc | 401 MULT = 4, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-scheduler-riscv64.cc | 433 MULT = 4, enumerator
|
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 147 MULT = 1 variable
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 250 #define MULT (HI(0) | LO(24)) macro
|
/third_party/python/Objects/ |
H A D | longobject.c | 4510 #define MULT(X, Y, result) \ in long_pow() macro [all...] |
Completed in 26 milliseconds