Home
last modified time | relevance | path

Searched defs:MULTIPLY (Results 1 – 25 of 1142) sorted by relevance

12345678910>>...46

/dports/multimedia/blind/blind-1.1/src/util/
H A Dcolour.h37 #define MULTIPLY(CY, CU, CV) ((CY) * y + (CU) * u + (CV) * v) in yuv_to_srgb() macro
47 #define MULTIPLY(CR, CG, CB) ((CR) * r + (CG) * g + (CB) * b) in srgb_to_yuv() macro
61 #define MULTIPLY(CX, CY, CZ) ((CX) * x + (CY) * y + (CZ) * z) in ciexyz_to_srgb() macro
71 #define MULTIPLY(CR, CG, CB) ((CR) * r + (CG) * g + (CB) * b) in srgb_to_ciexyz() macro
81 #define MULTIPLY(CY, CU, CV) ((CY) * y + (CU) * u + (CV) * v) in scaled_yuv_to_ciexyz() macro
97 #define MULTIPLY(CX, CY, CZ) ((CX) * x + (CY) * y + (CZ) * z) in ciexyz_to_scaled_yuv() macro
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Djrevdct.c142 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
145 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT32) (const))) macro
150 #define MULTIPLY(var,const) ((var) * (const)) macro
H A Djfwddct.c143 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
146 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT32) (const))) macro
151 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djrevdct.c140 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
143 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT32) (const))) macro
148 #define MULTIPLY(var,const) ((var) * (const)) macro
H A Djfwddct.c141 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
144 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT32) (const))) macro
149 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtime.h30 MULTIPLY, enumerator
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/graphics/
H A DBlendMode.h30 MULTIPLY /**< Multiplicative blending (color modulate). */ enumerator
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djfdctfst.pas113 function MULTIPLY(X : DCTELEM; Y: INT32): DCTELEM; in MULTIPLY() function
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/src/
H A Djfdctfst.pas113 function MULTIPLY(X : DCTELEM; Y: INT32): DCTELEM; in MULTIPLY() function
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/
H A DOperation.java27 ADD, SUBTRACT, DIVIDE, MULTIPLY, MODULUS, POWER enumConstant
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/xml/xpath/
H A DArithmeticExpr.h58 static const jint MULTIPLY = 2; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/xml/xpath/
H A DArithmeticExpr.h58 static const jint MULTIPLY = 2; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/xml/xpath/
H A DArithmeticExpr.h58 static const jint MULTIPLY = 2; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/xml/xpath/
H A DArithmeticExpr.h58 static const jint MULTIPLY = 2; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/xml/xpath/
H A DArithmeticExpr.h58 static const jint MULTIPLY = 2; variable
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dh_roman8.h33 #define MULTIPLY 040 macro
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Djrevdct.c124 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
127 #define MULTIPLY(var,const) (((INT16) (var)) * ((int32) (const))) macro
132 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/draw_state-0.8.0/src/
H A Dpreset.rs50 pub const MULTIPLY: Blend = Blend { const
/dports/multimedia/mpeg_stat/mpeg_stat/
H A Djrevdct.c184 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
187 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT32) (const))) macro
192 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Djrevdct.c121 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
124 #define MULTIPLY(var,const) (((INT16) (var)) * ((int32) (const))) macro
129 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Djrevdct.c121 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
124 #define MULTIPLY(var,const) (((INT16) (var)) * ((int32) (const))) macro
129 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Djrevdct.cpp121 #define MULTIPLY(var,const) (((INT16) (var)) * ((INT16) (const))) macro
124 #define MULTIPLY(var,const) (((INT16) (var)) * ((int32) (const))) macro
129 #define MULTIPLY(var,const) ((var) * (const)) macro
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dtime.h30 MULTIPLY, enumerator
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dtime.h31 MULTIPLY, enumerator
/dports/multimedia/assimp/assimp-5.1.3/port/jassimp/jassimp/src/jassimp/
H A DAiTextureOp.java68 MULTIPLY(0x0), enumConstant

12345678910>>...46