Home
last modified time | relevance | path

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

/external/dexmaker/src/main/java/com/google/dexmaker/
DBinaryOp.java55 MULTIPLY() { in MULTIPLY() enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DBinaryFunction.java54 public static final BinaryFunction MULTIPLY = new BinaryFunction() { field in BinaryFunction
/external/proguard/src/proguard/evaluation/value/
DCompositeFloatValue.java33 public static final byte MULTIPLY = '*'; field in CompositeFloatValue
DCompositeDoubleValue.java33 public static final byte MULTIPLY = '*'; field in CompositeDoubleValue
DCompositeIntegerValue.java33 public static final byte MULTIPLY = '*'; field in CompositeIntegerValue
DCompositeLongValue.java33 public static final byte MULTIPLY = '*'; field in CompositeLongValue
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jfdctfst.c106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Dfpdfapi_jfdctint.c129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Dfpdfapi_jidctint.c129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Dfpdfapi_jidctfst.c119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Dfpdfapi_jidctred.c98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
/external/libjpeg-turbo/
Djfdctfst.c106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c131 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctfst.c119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djidctred.c100 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctint.c153 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
/external/opencv3/3rdparty/libjpeg/
Djfdctfst.c107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djidctfst.c119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c147 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctint.c152 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro