HomeSort by relevance Sort by last modified time
    Searched defs:ROUND_HALF_UP (Results 1 - 25 of 38) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 59 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
65 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
195 public static final int ROUND_HALF_UP=4;
280 * @see #ROUND_HALF_UP
292 private static final int DEFAULT_ROUNDINGMODE=ROUND_HALF_UP;
300 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};
303 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
318 * roundingMode=ROUND_HALF_UP</code>.
321 * @see #ROUND_HALF_UP
494 * {@link #ROUND_HALF_UP},
    [all...]
BigDecimal.java 134 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
139 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
296 * @see MathContext#ROUND_HALF_UP
298 public static final int ROUND_HALF_UP = android.icu.math.MathContext.ROUND_HALF_UP;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 58 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
64 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
204 public static final int ROUND_HALF_UP=4;
291 * @see #ROUND_HALF_UP
303 private static final int DEFAULT_ROUNDINGMODE=ROUND_HALF_UP;
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
329 * roundingMode=ROUND_HALF_UP</code>.
332 * @see #ROUND_HALF_UP
513 * {@link #ROUND_HALF_UP},
    [all...]
BigDecimal.java 131 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
136 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
302 * @see MathContext#ROUND_HALF_UP
305 public static final int ROUND_HALF_UP = com.ibm.icu.math.MathContext.ROUND_HALF_UP;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 58 * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
64 * settings were (<code>0, PLAIN, false, ROUND_HALF_UP</code>).
204 public static final int ROUND_HALF_UP=4;
291 * @see #ROUND_HALF_UP
303 private static final int DEFAULT_ROUNDINGMODE=ROUND_HALF_UP;
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
329 * roundingMode=ROUND_HALF_UP</code>.
332 * @see #ROUND_HALF_UP
513 * {@link #ROUND_HALF_UP},
    [all...]
BigDecimal.java 133 * form=SCIENTIFIC, lostDigits=false, roundingMode=ROUND_HALF_UP</code>) perform general-purpose floating point
138 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with
304 * @see MathContext#ROUND_HALF_UP
307 public static final int ROUND_HALF_UP = com.ibm.icu.math.MathContext.ROUND_HALF_UP;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 38 ROUND_HALF_UP,
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 76 public static final int ROUND_HALF_UP = 4;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
151 ROUND_HALF_UP = 'ROUND_HALF_UP'
345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
151 ROUND_HALF_UP = 'ROUND_HALF_UP'
345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
151 ROUND_HALF_UP = 'ROUND_HALF_UP'
345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
151 ROUND_HALF_UP = 'ROUND_HALF_UP'
345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN,
    [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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 1161 milliseconds

1 2