Searched refs:DIVIDE (Results 1 - 24 of 24) 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/valgrind/main/none/tests/s390x/
H A Ddfp-1.stdout.exp14 64-bit DIVIDE
30 128-bit DIVIDE
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DBinaryOp.java27 * {@link #DIVIDE}, and {@link #REMAINDER}) support ints, longs, floats and
35 * For int and long operands, {@link #DIVIDE} and {@link #REMAINDER} throw
62 DIVIDE() { method in enum:BinaryOp
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h72 #ifndef DIVIDE
73 #define DIVIDE(a, b) ((a) / (b)) macro
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc-sbc.c151 return DIVIDE(bits, nrof_blocks);
H A Dbitalloc.c80 return DIVIDE(8 * internal_CalculateFramelen(frame) * frame->frequency, blocksbands);
/external/pixman/test/
H A Dutils.c454 #define DIVIDE(c, a) \ macro
461 DIVIDE (r, a);
462 DIVIDE (g, a);
463 DIVIDE (b, a);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c194 #define DIVIDE 0x80 /* Divide operators */ macro
1013 decDivideOp(res, lhs, rhs, set, DIVIDE, &status);
1532 decDivideOp(res, a, b, &aset, DIVIDE, &status); /* into result */
2206 decDivideOp(dac, &dnOne, lhs, &aset, DIVIDE, &status);
2269 decDivideOp(dac, &dnOne, dac, &aset, DIVIDE, &status);
3006 decDivideOp(b, f, a, &workset, DIVIDE, &ignore); /* b=f/a */
4188 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4280 Int maxexponent=0; /* DIVIDE maximum exponent if unrounded */
4341 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4343 if (op&DIVIDE) {
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c194 #define DIVIDE 0x80 /* Divide operators */ macro
1015 decDivideOp(res, lhs, rhs, set, DIVIDE, &status);
1534 decDivideOp(res, a, b, &aset, DIVIDE, &status); /* into result */
2208 decDivideOp(dac, &dnOne, lhs, &aset, DIVIDE, &status);
2271 decDivideOp(dac, &dnOne, dac, &aset, DIVIDE, &status);
3008 decDivideOp(b, f, a, &workset, DIVIDE, &ignore); /* b=f/a */
4190 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4282 Int maxexponent=0; /* DIVIDE maximum exponent if unrounded */
4343 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4345 if (op&DIVIDE) {
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java742 Method divide = binaryOpMethod(int.class, int.class, BinaryOp.DIVIDE);
790 Method divide = binaryOpMethod(long.class, long.class, BinaryOp.DIVIDE);
841 Method divide = binaryOpMethod(float.class, float.class, BinaryOp.DIVIDE);
860 Method divide = binaryOpMethod(double.class, double.class, BinaryOp.DIVIDE);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/srec/config/en.us/dictionary/
H A Dc0.631177 DIVIDE D IH0 V AY1 D
[all...]

Completed in 906 milliseconds