HomeSort by relevance Sort by last modified time
    Searched refs:ROUND_HALF_DOWN (Results 1 - 25 of 42) sorted by null

1 2

  /libcore/luni/src/main/java/java/math/
RoundingMode.java 69 HALF_DOWN(BigDecimal.ROUND_HALF_DOWN),
108 case BigDecimal.ROUND_HALF_DOWN:
BigDecimal.java 84 public static final int ROUND_HALF_DOWN = 5;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 172 public static final int ROUND_HALF_DOWN=5;
289 * @see #ROUND_HALF_DOWN
311 private static final int ROUNDS[]=new int[]{ROUND_HALF_UP,ROUND_UNNECESSARY,ROUND_CEILING,ROUND_DOWN,ROUND_FLOOR,ROUND_HALF_DOWN,ROUND_HALF_EVEN,ROUND_UP};
314 private static final java.lang.String ROUNDWORDS[]=new java.lang.String[]{"ROUND_HALF_UP","ROUND_UNNECESSARY","ROUND_CEILING","ROUND_DOWN","ROUND_FLOOR","ROUND_HALF_DOWN","ROUND_HALF_EVEN","ROUND_UP"}; // matching names of the ROUNDS values
511 * {@link #ROUND_HALF_DOWN},
BigDecimal.java 288 * @see MathContext#ROUND_HALF_DOWN
291 public static final int ROUND_HALF_DOWN = com.ibm.icu.math.MathContext.ROUND_HALF_DOWN;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
RoundingModeTest.java 32 assertEquals("valueOf failed for ROUND_HALF_DOWN", RoundingMode.valueOf(BigDecimal.ROUND_HALF_DOWN), RoundingMode.HALF_DOWN);
BigDecimalScaleOperationsTest.java 218 BigDecimal bNumber = aNumber.setScale(newScale, BigDecimal.ROUND_HALF_DOWN);
BigDecimalTest.java 646 // testing rounding Mode ROUND_HALF_DOWN
647 setScale2 = setScale1.setScale(3, BigDecimal.ROUND_HALF_DOWN);
649 "the number 1234.5908 after setting scale to 3/ROUND_HALF_DOWN is wrong",
653 setScale2 = setScale1.setScale(1, BigDecimal.ROUND_HALF_DOWN);
655 "the number 123.45908 after setting scale to 1/ROUND_HALF_DOWN is wrong",
658 BigDecimal.ROUND_HALF_DOWN);
660 "the number -1234.5908 after setting scale to 0/ROUND_HALF_DOWN is wrong",
    [all...]
BigDecimalArithmeticTest.java     [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
NumberFormatJDK.java 158 icuMode = BigDecimal.ROUND_HALF_DOWN;
262 case BigDecimal.ROUND_HALF_DOWN:
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
NumberFormatICU.java 120 case com.ibm.icu.math.BigDecimal.ROUND_HALF_DOWN:
214 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_DOWN);
DecimalFormatICU.java 209 case com.ibm.icu.math.BigDecimal.ROUND_HALF_DOWN:
372 fIcuDecfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_HALF_DOWN);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 229 case ROUND_HALF_DOWN:
DfpField.java 41 ROUND_HALF_DOWN,
Dfp.java     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 617 MathContext.ROUND_HALF_DOWN, MathContext.ROUND_HALF_EVEN, MathContext.ROUND_HALF_UP,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 131 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
156 ROUND_HALF_DOWN = 'ROUND_HALF_DOWN'
346 ROUND_HALF_DOWN, ROUND_UP):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 131 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
156 ROUND_HALF_DOWN = 'ROUND_HALF_DOWN'
346 ROUND_HALF_DOWN, ROUND_UP):
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatTest.java 57 BigDecimal.ROUND_HALF_DOWN,
164 {BigDecimal.ROUND_HALF_DOWN, 1.5, "1"},
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 142 'half_down' : ROUND_HALF_DOWN,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 142 'half_down' : ROUND_HALF_DOWN,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1050 milliseconds

1 2