HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 176 - 200 of 1661) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
fma.decTest 24 rounding: half_up
379 -- test some edge cases with exact rounding
416 rounding: half_up
    [all...]
ddAdd.decTest 29 rounding: half_even
85 -- same, without rounding
218 rounding: half_up
236 rounding: half_up
258 rounding: half_even
284 rounding: down
307 rounding: half_up
358 rounding: half_up
366 rounding: half_down
369 rounding: half_u
    [all...]
ddSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
496 -- input rounding would have affected the following
497 rounding: half_u
    [all...]
dqSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
fma.decTest 24 rounding: half_up
379 -- test some edge cases with exact rounding
416 rounding: half_up
    [all...]
ddAdd.decTest 29 rounding: half_even
85 -- same, without rounding
218 rounding: half_up
236 rounding: half_up
258 rounding: half_even
284 rounding: down
307 rounding: half_up
358 rounding: half_up
366 rounding: half_down
369 rounding: half_u
    [all...]
ddSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
496 -- input rounding would have affected the following
497 rounding: half_u
    [all...]
dqSubtract.decTest 29 rounding: half_even
113 -- with input rounding.
353 rounding: half_up
375 rounding: half_even
401 rounding: down
424 rounding: half_up
446 rounding: half_even
472 rounding: down
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalArithmeticTest.java 507 assertEquals("Improper exception message", "Rounding necessary", e.getMessage());
512 * Divide with invalid rounding mode
525 assertEquals("Improper exception message", "Invalid rounding mode", e.getMessage());
598 * Divide: rounding mode is ROUND_UP, result is negative
615 * Divide: rounding mode is ROUND_UP, result is positive
632 * Divide: rounding mode is ROUND_DOWN, result is negative
649 * Divide: rounding mode is ROUND_DOWN, result is positive
666 * Divide: rounding mode is ROUND_FLOOR, result is positive
683 * Divide: rounding mode is ROUND_FLOOR, result is negative
700 * Divide: rounding mode is ROUND_CEILING, result is positiv
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_dfp2.c 452 /* Do each test with each of the possible rounding modes */
455 printf("\ntest with rounding mode %lu \n", round_mode);
523 /* Do each test with each of the possible rounding modes */
526 printf("\ntest with rounding mode %lu \n", round_mode);
598 /* Do each test with each of the possible rounding modes */
601 printf("\ntest with rounding mode %u \n", round_mode);
  /external/valgrind/main/none/tests/ppc64/
test_dfp2.c 452 /* Do each test with each of the possible rounding modes */
455 printf("\ntest with rounding mode %lu \n", round_mode);
523 /* Do each test with each of the possible rounding modes */
526 printf("\ntest with rounding mode %lu \n", round_mode);
598 /* Do each test with each of the possible rounding modes */
601 printf("\ntest with rounding mode %u \n", round_mode);
  /external/icu4c/samples/numfmt/
main.cpp 136 * Set the rounding increment to 0 if it is implied with the number of
137 * fraction digits. Setting an explicit rounding increment makes
140 * cases like "nickel rounding" (0.05) when the increment differs from
  /external/neven/Embedded/common/src/b_BasicEm/
Math.h 114 * Returns the value after rounding to the nearest integer.
137 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
142 * applies appropriate shifting, rounding and saturation to minimize overflow-damage
  /frameworks/rs/
rsCppUtils.h 248 // Only valid for rounding up to powers of 2.
250 rsAssert(false && "Must be power of 2 for rounding up");
255 rsAssert(false && "Overflow of rounding operation");
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 71 /* rounding to 24 bits is perfect in round-to-nearest mode */
s_nearbyint.c 38 * rounding can't overflow as long as emax >= p.
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_cell.mm 17 // Rounding radius of selection and hover background on popup items.
  /external/chromium_org/media/base/
audio_timestamp_helper.h 15 // samples. It helps avoid timestamps inaccuracies caused by rounding/truncation
  /external/chromium_org/ppapi/shared_impl/
time_conversion.cc 57 // explode it to UTC and unexplode it (this avoids mismatching rounding or
time_conversion_unittest.cc 14 // Double conversion can introduce rounding errors. The internal values are in
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 177 // We special case spaces in two ways when applying word rounding.
265 // Force characters that are used to determine word boundaries for the rounding hack
274 // Since this is a rounding hack character, we should have reset this sum on the previous
278 // Check to see if the next character is a "rounding hack character", if so, adjust
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.cc 40 // significant 64 bits are only used for rounding the most significant 64
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucurr.h 28 * <li>A rounding increment
179 * Returns the rounding increment for the given currency, or 0.0 if no
180 * rounding is done by the currency.
183 * @return the non-negative rounding increment, or 0.0 if none,
  /external/chromium_org/third_party/skia/src/core/
SkMathPriv.h 74 /** Just the rounding step in SkDiv255Round: round(value / 255)
  /external/chromium_org/ui/events/gestures/
velocity_calculator.cc 76 // The loss in accuracy due to rounding is insignificant compared to

Completed in 529 milliseconds

1 2 3 4 5 6 78 91011>>