HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 76 - 100 of 839) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fenv.h 67 /* Rounding modes */
77 * has the rounding control bits offset by 3 and the exception mask
168 * rounding mode. Reading the control word on the x87 turns
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fenv.h 67 /* Rounding modes */
77 * has the rounding control bits offset by 3 and the exception mask
168 * rounding mode. Reading the control word on the x87 turns
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
fenv.h 67 /* Rounding modes */
77 * has the rounding control bits offset by 3 and the exception mask
170 * rounding mode. Reading the control word on the x87 turns
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 24 * necessary to specify double-precision (53-bit) rounding precision
39 * biased rounding (add half and chop).
76 * is also #defined, fegetround() will be queried for the rounding mode.
87 * #define ROUND_BIASED for IEEE-format with biased rounding.
389 #define Rounding Flt_Rounds
485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp
    [all...]
  /external/jpeg/
jcdctmgr.c 234 /* Divide the coefficient value by qval, ensuring proper rounding.
235 * Since C does not specify the direction of rounding for negative
253 temp += qval>>1; /* for rounding */
257 temp += qval>>1; /* for rounding */
326 * Since C does not specify the direction of rounding for negative
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 37 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled.
79 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled.
124 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled.
176 * [in] rndVal rounding control parameter: 0 - disabled; 1 - enabled.
266 * rndVal - rounding control parameter: 0 - disabled; 1 - enabled.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 279 prevailing rounding mode. */
305 rounding direction, but do not raise inexact exception. */
308 /* Round X to nearest integral value, rounding halfway cases away from
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /bionic/libm/man/
ieee.3 45 rounding, and exceptional cases, as described below.
99 Rounding:
105 and when the rounding error is exactly half an
116 This kind of rounding is usually the best kind,
122 Only rounding like IEEE 754 can do that.
123 But no single kind of rounding can be
125 provides rounding towards zero or towards
lrint.3 53 according to the current rounding mode.
lround.3 59 rounding away from zero in halfway cases.
trunc.3 61 rounding mode.
  /external/apache-harmony/math/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/libvpx/vp8/common/x86/
boolcoder.cxx 71 cuint16 tbl[256], Rounding rr, uint prec
86 uint x, Rounding rr, uint prec
110 r = (Rounding) v;
340 static Rounding r( vp8bc_c_prec *p, Rounding rr =down_full) {
341 return p? (Rounding) p->r : rr;
  /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
  /external/skia/include/core/
SkMath.h 199 /** Return a*b/255, rounding any fractional bits. Only valid if both
219 /** Return a*b/((1 << shift) - 1), rounding any fractional bits.
230 /** Just the rounding step in SkDiv255Round: round(value / 255)
  /bionic/libm/src/
s_lrint.c 42 * that overflows depends on the rounding mode when 'dtype' has more
  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 42 // Expressions, such as those that indicate rounding-down, should NOT produce warnings.
  /external/icu4c/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/v8/src/
diy-fp.cc 38 // significant 64 bits are only used for rounding the most significant 64
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SADQuar_16x.c 30 * Rounding is applied according to the convention (a+b+1)>>1.
omxVCM4P10_SADQuar_4x.c 29 * of the other two (pSrcRef0 and pSrcRef1) for 4x8 or 4x4 blocks. Rounding
omxVCM4P10_SADQuar_8x.c 30 * Rounding is applied according to the convention (a+b+1)>>1.
  /frameworks/compile/libbcc/runtime/lib/
fixdfdi.c 17 /* Returns: convert a to a signed long long, rounding toward zero. */
fixdfti.c 19 /* Returns: convert a to a signed long long, rounding toward zero. */

Completed in 602 milliseconds

1 2 34 5 6 7 8 91011>>