HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 101 - 125 of 1004) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/test/intltest/
numfmtst.h 72 * Test proper rounding by the format method.
130 /* Port of ICU4J rounding test. */
248 // internal rounding checking for TestRounding
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h 68 * 3. Final rounding
73 * The rounding mode can be detected by checking whether
216 /* use floating add to find out rounding direction */
325 correctly rounded according to the prevailing rounding mode
326 as follows. Let r and i be copies of the rounding mode and
334 R := RZ; ... set rounding mode to round-toward-zero
342 z := z - ulp; ... special rounding
398 ... set rounding mode to Round-to-nearest
414 correctly rounded according to the prevailing rounding mode
415 as follows. Let r and i be copies of the rounding mode an
    [all...]
  /external/v8/src/
conversions.h 61 // rounding towards zero.
74 // There is no rounding involved in converting an integer to a
82 // There is no rounding involved in converting an unsigned integer to a
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGForeignObject.cpp 90 // FIXME: Investigate in size rounding issues
96 // FIXME: Investigate in size rounding issues
127 // FIXME: Investigate in location rounding issues - only affects RenderSVGForeignObject & RenderSVGText
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 49 * [in] rndVal rounding control bit for half pixel motion estimation;
50 * 0=rounding control disabled; 1=rounding control enabled
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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpf2mpfr.h 31 /* Get current Rounding Mode */
42 /* functions which don't take as argument the rounding mode */
82 /* functions which take as argument the rounding mode */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpf2mpfr.h 31 /* Get current Rounding Mode */
42 /* functions which don't take as argument the rounding mode */
82 /* functions which take as argument the rounding mode */
mpc.h 58 0 when the result is exact (no rounding error)
66 /* Definition of rounding modes */
68 /* a complex rounding mode is just a pair of two real rounding modes
69 we reserve four bits for a real rounding mode. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpf2mpfr.h 31 /* Get current Rounding Mode */
42 /* functions which don't take as argument the rounding mode */
82 /* functions which take as argument the rounding mode */
mpc.h 58 0 when the result is exact (no rounding error)
66 /* Definition of rounding modes */
68 /* a complex rounding mode is just a pair of two real rounding modes
69 we reserve four bits for a real rounding mode. */
  /prebuilts/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
  /prebuilts/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
  /prebuilts/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
  /external/qemu/distrib/jpeg-6b/
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
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /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/llvm/lib/Target/PTX/InstPrinter/
PTXInstPrinter.cpp 211 assert (Op.isImm() && "Rounding modes must be immediate values");
214 llvm_unreachable("Unknown rounding mode!");
216 llvm_unreachable("FP rounding-mode pass did not handle instruction!");

Completed in 842 milliseconds

1 2 3 45 6 7 8 91011>>