HomeSort by relevance Sort by last modified time
    Searched full:round_down (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/test/java/tests/api/java/math/
RoundingModeTest.java 30 assertEquals("valueOf failed for ROUND_DOWN", RoundingMode.valueOf(BigDecimal.ROUND_DOWN), RoundingMode.DOWN);
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 39 DOWN(BigDecimal.ROUND_DOWN),
104 case BigDecimal.ROUND_DOWN:
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...]
  /system/core/fastboot/
protocol.c 31 #define round_down(a, b) \ macro
255 to_write = round_down(len, USB_BUF_SIZE);
  /libcore/harmony-tests/src/test/java/tests/api/java/math/
BigDecimalTest.java 228 divd3 = divd1.divide(divd2, BigDecimal.ROUND_DOWN);
235 divd1.divide(divd2, BigDecimal.ROUND_DOWN);
252 divd3 = divd1.divide(divd2, 0, BigDecimal.ROUND_DOWN);
259 divd1.divide(divd2, 4, BigDecimal.ROUND_DOWN);
623 // testing rounding Mode ROUND_DOWN
624 setScale2 = setNeg.setScale(1, BigDecimal.ROUND_DOWN);
626 "the number -1234.5908 after setting scale to 1/ROUND_DOWN is wrong",
630 setScale2 = setScale1.setScale(1, BigDecimal.ROUND_DOWN);
632 "the number 1234.5908 after setting scale to 1/ROUND_DOWN is wrong",
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
dcs.php 100 'round_down', 'round_near', 'round_up', 'run_dcs_program', 'run_parameter',
  /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/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 162 BigDecimal bNumber = aNumber.setScale(newScale, BigDecimal.ROUND_DOWN);
BigDecimalArithmeticTest.java 632 * Divide: rounding mode is ROUND_DOWN, result is negative
643 BigDecimal result = aNumber.divide(bNumber, resScale, BigDecimal.ROUND_DOWN);
649 * Divide: rounding mode is ROUND_DOWN, result is positive
660 BigDecimal result = aNumber.divide(bNumber, resScale, BigDecimal.ROUND_DOWN);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 140 'down' : ROUND_DOWN,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 140 'down' : ROUND_DOWN,
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc     [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc     [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...]
  /external/libffi/
ChangeLog 741 * src/pa/ffi.c (ROUND_DOWN): Delete.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 4583 #define round_down macro
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 4583 #define round_down macro
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 4583 #define round_down macro
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 4583 #define round_down macro
    [all...]
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
cc1 
cc1plus 

Completed in 1628 milliseconds