Searched refs:REMAINDER (Results 1 - 25 of 28) sorted by relevance

12

/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
H A DSpecificDoubleValue.java146 return new CompositeDoubleValue(this, CompositeDoubleValue.REMAINDER, other);
151 return new CompositeDoubleValue(other, CompositeDoubleValue.REMAINDER, this);
H A DSpecificFloatValue.java146 return new CompositeFloatValue(this, CompositeFloatValue.REMAINDER, other);
151 return new CompositeFloatValue(other, CompositeFloatValue.REMAINDER, this);
H A DSpecificLongValue.java187 return new CompositeLongValue(this, CompositeLongValue.REMAINDER, other);
193 return new CompositeLongValue(other, CompositeLongValue.REMAINDER, this);
H A DSpecificIntegerValue.java242 return new CompositeIntegerValue(this, CompositeIntegerValue.REMAINDER, other);
248 return new CompositeIntegerValue(other, CompositeIntegerValue.REMAINDER, this);
/external/chromium_org/tools/cr/cr/commands/
H A Dcommand.py75 nargs=argparse.REMAINDER,
/external/proguard/src/proguard/gui/
H A DFilterDialog.java72 textConstraints.gridwidth = GridBagConstraints.REMAINDER;
84 textFieldConstraints.gridwidth = GridBagConstraints.REMAINDER;
91 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
105 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
H A DOptimizationsDialog.java62 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
67 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
74 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
93 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
H A DMemberSpecificationDialog.java96 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
101 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
108 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
116 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
128 lastLabelConstraints.gridwidth = GridBagConstraints.REMAINDER;
145 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
293 lastGlueConstraints.gridwidth = GridBagConstraints.REMAINDER;
H A DClassSpecificationDialog.java98 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
103 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
110 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
118 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
130 lastLabelConstraints.gridwidth = GridBagConstraints.REMAINDER;
147 cancelButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
320 lastGlueConstraints.gridwidth = GridBagConstraints.REMAINDER;
H A DTabbedPane.java55 cardConstraints.gridheight = GridBagConstraints.REMAINDER;
H A DListPanel.java52 listConstraints.gridheight = GridBagConstraints.REMAINDER;
174 buttonConstraints.gridwidth = GridBagConstraints.REMAINDER;
H A DProGuardGUI.java186 constraintsLast.gridwidth = GridBagConstraints.REMAINDER;
191 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
198 splashPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
206 welcomePaneConstraints.gridwidth = GridBagConstraints.REMAINDER;
214 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
221 stretchPanelConstraints.gridwidth = GridBagConstraints.REMAINDER;
242 lastBottomButtonConstraints.gridwidth = GridBagConstraints.REMAINDER;
760 constraintsLastStretch.gridwidth = GridBagConstraints.REMAINDER;
767 panelConstraints.gridwidth = GridBagConstraints.REMAINDER;
H A DClassPathPanel.java342 filterLabelConstraints.gridwidth = GridBagConstraints.REMAINDER;
/external/chromium_org/tools/ipc_fuzzer/
H A Dplay_testcase.py33 nargs=argparse.REMAINDER,
/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/chromium_org/build/util/
H A Dversion.py116 parser.add_argument('args', nargs=argparse.REMAINDER,
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java751 Method remainder = binaryOpMethod(int.class, int.class, BinaryOp.REMAINDER);
799 Method remainder = binaryOpMethod(long.class, long.class, BinaryOp.REMAINDER);
845 Method remainder = binaryOpMethod(float.class, float.class, BinaryOp.REMAINDER);
864 Method remainder = binaryOpMethod(double.class, double.class, BinaryOp.REMAINDER);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c195 #define REMAINDER 0x40 /* .. */ macro
2425 decDivideOp(res, lhs, rhs, set, REMAINDER, &status);
4188 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4323 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4334 if (op&(REMAINDER|REMNEAR)) {
4361 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4417 if (op&REMAINDER || exponent<-1) {
4418 /* It is REMAINDER or safe REMNEAR; result is [finished */
4617 if (op&(REMAINDER|REMNEAR)) break;
4684 if (op & (REMAINDER|REMNEA
[all...]
/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/chromium_org/third_party/mesa/src/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/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);

Completed in 9248 milliseconds

12