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

1 2

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTileDescription.h 60 ROUND_DOWN = 0,
79 LevelRoundingMode r = ROUND_DOWN)
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 142 public static final int ROUND_DOWN=1;
276 * @see #ROUND_DOWN
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
490 * {@link #ROUND_DOWN},
BigDecimal.java 268 * @see MathContext#ROUND_DOWN
270 public static final int ROUND_DOWN = android.icu.math.MathContext.ROUND_DOWN;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 147 public static final int ROUND_DOWN=1;
287 * @see #ROUND_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
509 * {@link #ROUND_DOWN},
BigDecimal.java 270 * @see MathContext#ROUND_DOWN
273 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 147 public static final int ROUND_DOWN=1;
287 * @see #ROUND_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
509 * {@link #ROUND_DOWN},
BigDecimal.java 272 * @see MathContext#ROUND_DOWN
275 public static final int ROUND_DOWN = com.ibm.icu.math.MathContext.ROUND_DOWN;
    [all...]
  /external/libdrm/amdgpu/
amdgpu_internal.h 44 #define ROUND_DOWN(x, y) ((x) & ~__round_mask(x, y))
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 32 ROUND_DOWN,
  /external/speex/libspeex/
jitter.c 76 #define ROUND_DOWN(x, step) ((x)<0 ? ((x)-(step)+1)/(step)*(step) : (x)/(step)*(step))
232 latest = ROUND_DOWN(latest, jitter->delay_step);
667 desired_span = ROUND_DOWN(desired_span, jitter->concealment_size);
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 50 public static final int ROUND_DOWN = 1;
55 * {@link #ROUND_DOWN}.
63 * this rounding mode behaves as {@link #ROUND_DOWN}, for negative values as
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
150 ROUND_DOWN = 'ROUND_DOWN'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
150 ROUND_DOWN = 'ROUND_DOWN'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
150 ROUND_DOWN = 'ROUND_DOWN'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 130 'ROUND_DOWN', 'ROUND_HALF_UP', 'ROUND_HALF_EVEN', 'ROUND_CEILING',
150 ROUND_DOWN = 'ROUND_DOWN'
    [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 

Completed in 1352 milliseconds

1 2