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

<<11121314151617181920>>

  /external/valgrind/main/VEX/pub/
libvex_ir.h 475 /* TODO: clarify semantics wrt rounding, negative values, whatever */
543 /* Binary operations, with rounding. */
555 /* Unary operations, without rounding. */
562 /* Unary operations, with rounding. */
585 IRRoundingMode) which is an indication of the rounding mode
620 Rounding is required whenever the destination type cannot
681 /* Binary ops, with rounding. */
695 /* Unary ops, with rounding. */
715 /* Ternary operations, with rounding. */
    [all...]
libvex_guest_ppc64.h 236 /* FP Status and Control Register fields. Only rounding mode fields
238 /* 1324 */ UChar guest_FPROUND; // Binary Floating Point Rounding Mode
239 /* 1325 */ UChar guest_DFPROUND; // Decimal Floating Point Rounding Mode
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 116 *blk = 0; /* for proper rounding in the fourth stage */
205 *blk = 0; /* for proper rounding in the fourth stage */
316 *blk = 0; /* for proper rounding in the fourth stage */
462 blk[0] = 0; /* for proper rounding in the fourth stage */
521 blk[0] = 0;/* for proper rounding in the fourth stage */
596 blk[0] = 0;/* for proper rounding in the fourth stage */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddFMA.decTest 27 rounding: half_even
256 -- test some edge cases with exact rounding
    [all...]
dqQuantize.decTest 33 rounding: half_even
152 -- a couple where rounding was different in base tests
153 rounding: half_up
157 rounding: half_even
358 rounding: down
360 rounding: half_up
    [all...]
divide.decTest 24 rounding: half_up
266 -- input rounding checks
366 rounding: half_up
373 rounding: half_up
546 rounding: half_up
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddFMA.decTest 27 rounding: half_even
256 -- test some edge cases with exact rounding
    [all...]
dqQuantize.decTest 33 rounding: half_even
152 -- a couple where rounding was different in base tests
153 rounding: half_up
157 rounding: half_even
358 rounding: down
360 rounding: half_up
    [all...]
divide.decTest 24 rounding: half_up
266 -- input rounding checks
366 rounding: half_up
373 rounding: half_up
546 rounding: half_up
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 144 /* 5. Rounding is deferred until finalization of results, with any */
147 /* rounding when more than one shortening takes place (for */
154 /* This must be called before any rounding if the number of digits */
486 /* rounding mode if overflow occurs or rounding is */
491 /* Overflow) can be reported or rounding applied, as necessary. */
512 Int residue; /* rounding residue */
    [all...]
digitlst.h 18 * 08/02/98 stephen Added nearest/even rounding
78 * allows rounding computations to be done directly in decimal, avoiding
163 * Remove, by rounding, any fractional part of the decimal number,
  /external/icu4c/i18n/
decNumber.c 144 /* 5. Rounding is deferred until finalization of results, with any */
147 /* rounding when more than one shortening takes place (for */
154 /* This must be called before any rounding if the number of digits */
499 /* rounding mode if overflow occurs or rounding is */
504 /* Overflow) can be reported or rounding applied, as necessary. */
525 Int residue; /* rounding residue */
    [all...]
digitlst.h 18 * 08/02/98 stephen Added nearest/even rounding
82 * allows rounding computations to be done directly in decimal, avoiding
167 * Remove, by rounding, any fractional part of the decimal number,
  /external/guava/guava/src/com/google/common/math/
LongMath.java 65 * Returns the base-2 logarithm of {@code x}, rounded according to the specified rounding mode.
105 * Returns the base-10 logarithm of {@code x}, rounded according to the specified rounding mode.
236 * Returns the square root of {@code x}, rounded with the specified rounding mode.
289 * Returns the result of dividing {@code p} by {@code q}, rounding using the specified
307 * deal with the cases where rounding towards 0 is wrong, which typically depends on the sign of
  /external/icu4c/test/intltest/
dcfmtest.cpp 216 "(ceiling|floor|down|up|halfeven|halfdown|halfup|default|unnecessary)\\s+" // Capture group 2: Rounding Mode
280 formatLineMat.group(2, status), // rounding mode
288 formatLineMat.group(2, status), // rounding mode
377 const UnicodeString &round, // rounding mode
414 errln("file dcfmtest.txt, line %d: Bad rounding mode \"%s\"",
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 25 // Integral Constants representing rounding modes
471 // Rounding Converter : used for float to integral conversions.
501 // Non-Rounding Converter : used for all other conversions.
551 typedef rounding_converter<Traits,RangeChecker,RawConverter,Float2IntRounder> Rounding ;
554 typedef mpl::identity<Rounding> RoundingQ ;
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fixed-dtoa.cc 213 // digits had been '9' before rounding up. Now all trailing digits are '0' and
229 // The function will round its result. During the rounding-process digits not
233 // rounding-up will change the contents of the buffer to "20000".
  /external/chromium_org/v8/src/
fixed-dtoa.cc 214 // digits had been '9' before rounding up. Now all trailing digits are '0' and
230 // The function will round its result. During the rounding-process digits not
234 // rounding-up will change the contents of the buffer to "20000".
  /external/guava/guava-tests/test/com/google/common/math/
BigIntegerMathTest.java 147 // Now figure out what rounding mode we should behave like (it depends if FLOOR was
234 // Now figure out what rounding mode we should behave like (it depends if FLOOR was
336 // Now figure out what rounding mode we should behave like (it depends if FLOOR was
  /external/jpeg/
jccolor.c 48 * the products by 2^16, with appropriate rounding, to get the correct answer.
56 * The CENTERJSAMPLE offsets and the rounding fudge-factor of 0.5 are included
105 /* We use a rounding fudge-factor of 0.5-epsilon for Cb and Cr.
  /external/kernel-headers/original/linux/
jiffies.h 226 * for more details. It is the scaled resolution rounding value. Note
304 * nsec -= nsec % TICK_NSEC; is NOT a correct resolution rounding.
345 * The solution we use is to do the rounding AFTER we convert the
  /external/v8/src/
fixed-dtoa.cc 214 // digits had been '9' before rounding up. Now all trailing digits are '0' and
230 // The function will round its result. During the rounding-process digits not
234 // rounding-up will change the contents of the buffer to "20000".
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 146 /* Default rounding mode for operations on this format. */
218 /* Like HONOR_NANS, but true if given mode supports sign-dependent rounding,
219 and the rounding mode is important. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 146 /* Default rounding mode for operations on this format. */
218 /* Like HONOR_NANS, but true if given mode supports sign-dependent rounding,
219 and the rounding mode is important. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 146 /* Default rounding mode for operations on this format. */
218 /* Like HONOR_NANS, but true if given mode supports sign-dependent rounding,
219 and the rounding mode is important. */

Completed in 1215 milliseconds

<<11121314151617181920>>