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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
roundi-op-r.d 10 4: 0a8702e9 flotu \$135,ROUND_UP,\$233
17 20: 0aad02e9 flotu \$173,ROUND_UP,\$233
18 24: 0bad02d5 flotu \$173,ROUND_UP,213
20 2c: 0b870277 flotu \$135,ROUND_UP,119
roundi-op.d 8 4: 0a8702e9 flotu \$135,ROUND_UP,\$233
15 20: 0aad02e9 flotu \$173,ROUND_UP,\$233
16 24: 0bad02d5 flotu \$173,ROUND_UP,213
18 2c: 0b870277 flotu \$135,ROUND_UP,119
roundr-op-r.d 10 4: 058702e9 fix \$135,ROUND_UP,\$233
13 10: 17ad02e9 fint \$173,ROUND_UP,\$233
roundr-op.d 8 4: 058702e9 fix \$135,ROUND_UP,\$233
11 10: 17ad02e9 fint \$173,ROUND_UP,\$233
list-insns.s 17 FLOTU $132,ROUND_UP,$14
28 FIXU $132,ROUND_UP,$14
42 FSQRT $132,ROUND_UP,$14
47 FINT $132,ROUND_UP,$14
list-in-n.d 19 28: 0a84020e flotu \$132,ROUND_UP,\$14
30 54: 0784020e fixu \$132,ROUND_UP,\$14
44 8c: 1584020e fsqrt \$132,ROUND_UP,\$14
49 a0: 1784020e fint \$132,ROUND_UP,\$14
list-in-r.d 19 28: 0a84020e flotu \$132,ROUND_UP,\$14
30 54: 0784020e fixu \$132,ROUND_UP,\$14
44 8c: 1584020e fsqrt \$132,ROUND_UP,\$14
49 a0: 1784020e fint \$132,ROUND_UP,\$14
list-in-rn.d 19 28: 0a84020e flotu \$132,ROUND_UP,\$14
30 54: 0784020e fixu \$132,ROUND_UP,\$14
44 8c: 1584020e fsqrt \$132,ROUND_UP,\$14
49 a0: 1784020e fint \$132,ROUND_UP,\$14
list-insns.d 17 28: 0a84020e flotu \$132,ROUND_UP,\$14
28 54: 0784020e fixu \$132,ROUND_UP,\$14
42 8c: 1584020e fsqrt \$132,ROUND_UP,\$14
47 a0: 1784020e fint \$132,ROUND_UP,\$14
list-insns.l 20 17 0028 0A84020E FLOTU \$132,ROUND_UP,\$14
31 28 0054 0784020E FIXU \$132,ROUND_UP,\$14
45 42 008c 1584020E FSQRT \$132,ROUND_UP,\$14
50 47 00a0 1784020E FINT \$132,ROUND_UP,\$14
comment-1.s 10 FLOT $7,ROUND_UP,8 do; x y z
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 32 UP(BigDecimal.ROUND_UP),
116 case BigDecimal.ROUND_UP:
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 218 public static final int ROUND_UP=0;
284 * @see #ROUND_UP
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
498 * {@link #ROUND_UP}.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 229 public static final int ROUND_UP=0;
295 * @see #ROUND_UP
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
517 * {@link #ROUND_UP}.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 229 public static final int ROUND_UP=0;
295 * @see #ROUND_UP
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
517 * {@link #ROUND_UP}.
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step))
  /hardware/qcom/display/msm8998/sdm/include/utils/
constants.h 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step))
  /hardware/qcom/display/sdm845/sdm/include/utils/
constants.h 43 #define ROUND_UP(number, step) ((((number) + ((step) - 1)) / (step)) * (step))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
RoundingModeTest.java 36 assertEquals("valueOf failed for ROUND_UP", RoundingMode.valueOf(BigDecimal.ROUND_UP), RoundingMode.UP);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
NumberFormatJDK.java 151 int icuMode = BigDecimal.ROUND_UP;
168 icuMode = BigDecimal.ROUND_UP;
276 case BigDecimal.ROUND_UP:
  /external/libdrm/amdgpu/
amdgpu_internal.h 43 #define ROUND_UP(x, y) ((((x)-1) | __round_mask(x, y))+1)
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
NumberFormatICU.java 134 case com.ibm.icu.math.BigDecimal.ROUND_UP:
224 fIcuNfmt.setRoundingMode(com.ibm.icu.math.BigDecimal.ROUND_UP);
  /frameworks/base/libs/androidfw/
BackupData.cpp 44 const static int ROUND_UP[4] = { 0, 3, 2, 1 };
49 return ROUND_UP[n % 4];
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 90 buffer_size = ROUND_UP(buffer_size, data.align) * buffer_config.buffer_count;
184 buffer_size = ROUND_UP(buffer_size, align) * buffer_config.buffer_count;
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 32 #define ROUND_UP(a, b) (((a)+((b)-1))&~((b)-1))
684 int max_exports = ROUND_UP(fdef->num_exports, 32);
702 max_exports = ROUND_UP(fdef->num_exports + 1, 32);
830 int max_imports = ROUND_UP (fdef->num_imports, 16);
843 max_imports = ROUND_UP (fdef->num_imports+1, 16);
1030 int max_sections = ROUND_UP (def->num_section_defs, 4);
1034 max_sections = ROUND_UP (def->num_section_defs+1, 4);
    [all...]

Completed in 350 milliseconds

1 2 3 4