Home
last modified time | relevance | path

Searched defs:MULT (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D085-incorrect-argument-count.c1 #define MULT(x,y) ((x)*(y)) macro
/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegaudiodsp_altivec.c61 #define MULT(a, b) \ in apply_window() macro
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegaudiodsp.c78 #define MULT(a, b) \ in apply_window() macro
108 #undef MULT in apply_window() macro
[all...]
/third_party/ffmpeg/libavcodec/
H A Dxvididct.c145 #define MULT(c, x, n) ((unsigned)((int)((c) * (unsigned)(x)) >> (n))) macro
[all...]
/third_party/ffmpeg/libavutil/
H A Dtx_priv.h34 #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 Dinstruction-scheduler-mips64.cc426 MULT = 4, enumerator
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-scheduler-mips.cc401 MULT = 4, enumerator
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-scheduler-riscv64.cc433 MULT = 4, enumerator
/third_party/python/Lib/test/
H A Dtest_buffer.py147 MULT = 1 variable
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_common.c250 #define MULT (HI(0) | LO(24)) macro
/third_party/python/Objects/
H A Dlongobject.c4510 #define MULT(X, Y, result) \ in long_pow() macro
[all...]

Completed in 26 milliseconds