Home
last modified time | relevance | path

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

/external/dexmaker/src/main/java/com/google/dexmaker/
DBinaryOp.java55 MULTIPLY() { in MULTIPLY() enumConstant
/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
DCompositeLongValue.java33 public static final byte MULTIPLY = '*'; field in CompositeLongValue
DCompositeIntegerValue.java33 public static final byte MULTIPLY = '*'; field in CompositeIntegerValue
/external/jpeg/
Dmips_jidctfst.c121 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djfdctfst.c106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctint.c129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctfst.c119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djidctred.c98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
/external/qemu/distrib/jpeg-6b/
Djfdctfst.c106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djfdctint.c129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctint.c129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
Djidctfst.c119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
Djidctred.c98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro