Searched defs:ROUND_DOWN (Results 1 - 17 of 17) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/math/
H A DMathContext.java144 public static final int ROUND_DOWN=1; field in class:MathContext
278 * @see #ROUND_DOWN
302 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};
305 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
492 * {@link #ROUND_DOWN},
H A DBigDecimal.java270 * @see MathContext#ROUND_DOWN
272 public static final int ROUND_DOWN = android.icu.math.MathContext.ROUND_DOWN; field in class:BigDecimal
3638 } else if (mode == ROUND_DOWN) {
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DMathContext.java149 public static final int ROUND_DOWN=1; field in class:MathContext
289 * @see #ROUND_DOWN
313 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};
316 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_DOWN},
H A DBigDecimal.java272 * @see MathContext#ROUND_DOWN
275 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN; field in class:BigDecimal
3703 } else if (mode == ROUND_DOWN) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java149 public static final int ROUND_DOWN=1; field in class:MathContext
289 * @see #ROUND_DOWN
313 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};
316 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_DOWN},
H A DBigDecimal.java274 * @see MathContext#ROUND_DOWN
277 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN; field in class:BigDecimal
3713 } else if (mode == ROUND_DOWN) {
/external/libdrm/amdgpu/
H A Damdgpu_internal.h44 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y)) macro
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java32 ROUND_DOWN, enum constant in enum:DfpField.RoundingMode
/external/speex/libspeex/
H A Djitter.c76 #define ROUND_DOWN(x, step) ((x)<0 ? ((x)-(step)+1)/(step)*(step) : (x)/(step)*(step)) macro
232 latest = ROUND_DOWN(latest, jitter->delay_step);
667 desired_span = ROUND_DOWN(desired_span, jitter->concealment_size);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1016 milliseconds