Searched defs:REMAINDER (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DCompositeDoubleValue.java35 public static final byte REMAINDER = '%'; field in class:CompositeDoubleValue
H A DCompositeFloatValue.java35 public static final byte REMAINDER = '%'; field in class:CompositeFloatValue
H A DCompositeIntegerValue.java35 public static final byte REMAINDER = '%'; field in class:CompositeIntegerValue
H A DCompositeLongValue.java35 public static final byte REMAINDER = '%'; field in class:CompositeLongValue
/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
69 REMAINDER() { method in enum:BinaryOp
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c145 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro
174 *i0 = REMAINDER(IFLOOR(u), size);
175 *i1 = REMAINDER(*i0 + 1, size);
303 i = REMAINDER(i, size);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c195 #define REMAINDER 0x40 /* .. */ macro
2427 decDivideOp(res, lhs, rhs, set, REMAINDER, &status);
4190 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4325 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4336 if (op&(REMAINDER|REMNEAR)) {
4363 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4419 if (op&REMAINDER || exponent<-1) {
4420 /* It is REMAINDER or safe REMNEAR; result is [finished */
4619 if (op&(REMAINDER|REMNEAR)) break;
4686 if (op & (REMAINDER|REMNEA
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/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/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 704 milliseconds