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

1 2

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTileDescription.h 61 ROUND_UP = 1,
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step))
  /hardware/qcom/display/msmcobalt/sdm/include/utils/
constants.h 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step))
  /frameworks/base/libs/androidfw/
BackupData.cpp 45 const static int ROUND_UP[4] = { 0, 3, 2, 1 };
50 return ROUND_UP[n % 4];
BackupHelpers.cpp 78 const static int ROUND_UP[4] = { 0, 3, 2, 1 };
81 round_up(int n) function in namespace:android
83 return n + ROUND_UP[n % 4];
116 int nameBufSize = round_up(file.nameLen);
154 bytesWritten += sizeof(FileState) + round_up(name.length());
188 int paddingLen = ROUND_UP[nameLen % 4];
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 216 public static final int ROUND_UP=0;
282 * @see #ROUND_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
496 * {@link #ROUND_UP}.
BigDecimal.java 310 * @see MathContext#ROUND_UP
312 public static final int ROUND_UP = android.icu.math.MathContext.ROUND_UP;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 227 public static final int ROUND_UP=0;
293 * @see #ROUND_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
515 * {@link #ROUND_UP}.
BigDecimal.java 318 * @see MathContext#ROUND_UP
321 public static final int ROUND_UP = com.ibm.icu.math.MathContext.ROUND_UP;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 227 public static final int ROUND_UP=0;
293 * @see #ROUND_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
515 * {@link #ROUND_UP}.
BigDecimal.java 320 * @see MathContext#ROUND_UP
323 public static final int ROUND_UP = com.ibm.icu.math.MathContext.ROUND_UP;
    [all...]
  /external/libdrm/amdgpu/
amdgpu_internal.h 43 #define ROUND_UP(x, y) ((((x)-1) | __round_mask(x, y))+1)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpField.java 35 ROUND_UP,
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 43 public static final int ROUND_UP = 0;
54 * this rounding mode behaves as {@link #ROUND_UP}, for negative values as
64 * {@link #ROUND_UP}.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 131 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
155 ROUND_UP = 'ROUND_UP'
346 ROUND_HALF_DOWN, ROUND_UP):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 131 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
155 ROUND_UP = 'ROUND_UP'
346 ROUND_HALF_DOWN, ROUND_UP):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 131 'ROUND_FLOOR', 'ROUND_UP', 'ROUND_HALF_DOWN', 'ROUND_05UP',
155 ROUND_UP = 'ROUND_UP'
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',
155 ROUND_UP = 'ROUND_UP'
346 ROUND_HALF_DOWN, ROUND_UP):
    [all...]
  /external/v8/src/
globals.h 233 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1))
    [all...]
  /external/expat/lib/
xmlparse.c 84 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1))
    [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 

Completed in 2267 milliseconds

1 2