Home
last modified time | relevance | path

Searched defs:MULT (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D085-incorrect-argument-count.c1 #define MULT(x,y) ((x)*(y)) macro
/third_party/ffmpeg/libavcodec/ppc/
Dmpegaudiodsp_altivec.c61 #define MULT(a, b) \ in apply_window() macro
/third_party/ffmpeg/libavcodec/x86/
Dmpegaudiodsp.c79 #define MULT(a, b) \ in apply_window() macro
/third_party/ffmpeg/libavcodec/
Dxvididct.c145 #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/
DMipsISelLowering.h196 MULT, enumerator
/third_party/python/Lib/test/
Dtest_buffer.py147 MULT = 1 variable
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_common.c229 #define MULT (HI(0) | LO(24)) macro
/third_party/python/Objects/
Dlongobject.c4258 #define MULT(X, Y, result) \ in long_pow() macro