Home
last modified time | relevance | path

Searched refs:DIVIDE (Results 1 – 25 of 32) sorted by relevance

12

/external/valgrind/none/tests/s390x/
Ddfp-1.stdout.exp14 64-bit DIVIDE
30 128-bit DIVIDE
/external/proguard/src/proguard/evaluation/value/
DSpecificFloatValue.java136 return new CompositeFloatValue(this, CompositeFloatValue.DIVIDE, other); in divide()
141 return new CompositeFloatValue(other, CompositeFloatValue.DIVIDE, this); in divideOf()
DSpecificDoubleValue.java136 return new CompositeDoubleValue(this, CompositeDoubleValue.DIVIDE, other); in divide()
141 return new CompositeDoubleValue(other, CompositeDoubleValue.DIVIDE, this); in divideOf()
DSpecificLongValue.java175 return new CompositeLongValue(this, CompositeLongValue.DIVIDE, other); in divide()
181 return new CompositeLongValue(other, CompositeLongValue.DIVIDE, this); in divideOf()
DCompositeDoubleValue.java34 public static final byte DIVIDE = '/'; field in CompositeDoubleValue
DCompositeFloatValue.java34 public static final byte DIVIDE = '/'; field in CompositeFloatValue
DSpecificIntegerValue.java230 return new CompositeIntegerValue(this, CompositeIntegerValue.DIVIDE, other); in divide()
236 return new CompositeIntegerValue(other, CompositeIntegerValue.DIVIDE, this); in divideOf()
DCompositeIntegerValue.java34 public static final byte DIVIDE = '/'; field in CompositeIntegerValue
DCompositeLongValue.java34 public static final byte DIVIDE = '/'; field in CompositeLongValue
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DBinaryFunction.java63 public static final BinaryFunction DIVIDE = new BinaryFunction() { field in BinaryFunction
/external/dexmaker/src/main/java/com/google/dexmaker/
DBinaryOp.java62 DIVIDE() { in DIVIDE() method
/external/icu/icu4c/source/i18n/
DdecNumber.c194 #define DIVIDE 0x80 /* Divide operators */ macro
1015 decDivideOp(res, lhs, rhs, set, DIVIDE, &status); in uprv_decNumberDivide()
1534 decDivideOp(res, a, b, &aset, DIVIDE, &status); /* into result */ in uprv_decNumberLog10()
2208 decDivideOp(dac, &dnOne, lhs, &aset, DIVIDE, &status); in uprv_decNumberPower()
2271 decDivideOp(dac, &dnOne, dac, &aset, DIVIDE, &status); in uprv_decNumberPower()
3008 decDivideOp(b, f, a, &workset, DIVIDE, &ignore); /* b=f/a */ in uprv_decNumberSquareRoot()
4345 if (op&DIVIDE) { in decDivideOp()
4377 if (op&DIVIDE) { in decDivideOp()
4408 if (exponent<0 && !(op==DIVIDE)) { in decDivideOp()
4460 if (!(op&DIVIDE)) var1units++; in decDivideOp()
[all …]
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_simpleexpression.h22 DIVIDE, enumerator
Dxfa_simpleexpression.cpp387 javascript << gs_lpStrExpFuncName[DIVIDE]; in ToJavaScript()
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java752 Method divide = binaryOpMethod(int.class, int.class, BinaryOp.DIVIDE); in testIntBinaryOps()
800 Method divide = binaryOpMethod(long.class, long.class, BinaryOp.DIVIDE); in testLongBinaryOps()
851 Method divide = binaryOpMethod(float.class, float.class, BinaryOp.DIVIDE); in testFloatBinaryOps()
870 Method divide = binaryOpMethod(double.class, double.class, BinaryOp.DIVIDE); in testDoubleBinaryOps()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java468 return mapToSelf(BinaryFunction.DIVIDE.fix2ndArgument(d)); in mapDivideToSelf()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM ...
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/robolectric/v1/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12