Searched defs:MULTIPLY (Results 1 – 16 of 16) sorted by relevance
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | BinaryOp.java | 55 MULTIPLY() { in MULTIPLY() enumConstant
|
/external/proguard/src/proguard/evaluation/value/ |
D | CompositeFloatValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeFloatValue
|
D | CompositeDoubleValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeDoubleValue
|
D | CompositeLongValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeLongValue
|
D | CompositeIntegerValue.java | 33 public static final byte MULTIPLY = '*'; field in CompositeIntegerValue
|
/external/jpeg/ |
D | mips_jidctfst.c | 121 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
|
D | jfdctfst.c | 106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
|
D | jfdctint.c | 129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
|
D | jidctint.c | 129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
|
D | jidctfst.c | 119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
|
D | jidctred.c | 98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
|
/external/qemu/distrib/jpeg-6b/ |
D | jfdctfst.c | 106 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
|
D | jfdctint.c | 129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
|
D | jidctint.c | 129 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
|
D | jidctfst.c | 119 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS)) macro
|
D | jidctred.c | 98 #define MULTIPLY(var,const) MULTIPLY16C16(var,const) macro
|