Searched refs:DIVIDE (Results 1 - 15 of 15) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java34 public static final byte DIVIDE = '/'; field in class:CompositeDoubleValue
H A DCompositeFloatValue.java34 public static final byte DIVIDE = '/'; field in class:CompositeFloatValue
H A DCompositeIntegerValue.java34 public static final byte DIVIDE = '/'; field in class:CompositeIntegerValue
H A DCompositeLongValue.java34 public static final byte DIVIDE = '/'; field in class:CompositeLongValue
H A DSpecificDoubleValue.java136 return new CompositeDoubleValue(this, CompositeDoubleValue.DIVIDE, other);
141 return new CompositeDoubleValue(other, CompositeDoubleValue.DIVIDE, this);
H A DSpecificFloatValue.java136 return new CompositeFloatValue(this, CompositeFloatValue.DIVIDE, other);
141 return new CompositeFloatValue(other, CompositeFloatValue.DIVIDE, this);
H A DSpecificLongValue.java175 return new CompositeLongValue(this, CompositeLongValue.DIVIDE, other);
181 return new CompositeLongValue(other, CompositeLongValue.DIVIDE, this);
H A DSpecificIntegerValue.java230 return new CompositeIntegerValue(this, CompositeIntegerValue.DIVIDE, other);
236 return new CompositeIntegerValue(other, CompositeIntegerValue.DIVIDE, this);
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.h136 DIVIDE = 21 | BINARY_OP_PRECEDENCE(10), enumerator in enum:JSC::JSTokenType
H A DLexer.cpp884 token = DIVIDE;
H A DASTBuilder.h885 case DIVIDE:
H A DJSParser.cpp1926 case DIVIDE: {
/external/icu4c/i18n/
H A DdecNumber.c193 #define DIVIDE 0x80 /* Divide operators */ macro
1000 decDivideOp(res, lhs, rhs, set, DIVIDE, &status);
1515 decDivideOp(res, a, b, &aset, DIVIDE, &status); /* into result */
2186 decDivideOp(dac, &dnOne, lhs, &aset, DIVIDE, &status);
2249 decDivideOp(dac, &dnOne, dac, &aset, DIVIDE, &status);
2982 decDivideOp(b, f, a, &workset, DIVIDE, &ignore); /* b=f/a */
4159 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4251 Int maxexponent=0; /* DIVIDE maximum exponent if unrounded */
4312 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4314 if (op&DIVIDE) {
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/srec/config/en.us/dictionary/
H A Dc0.631177 DIVIDE D IH0 V AY1 D
[all...]

Completed in 694 milliseconds