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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 149 * general rounding functions.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 149 * general rounding functions.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
ieee.h 45 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/machine/
ieee.h 46 * floating point. It does *not* define (yet?) any of the rounding
  /external/icu4c/i18n/
decContext.c 130 /* decContextGetRounding -- return current rounding mode */
133 /* returns the rounding mode */
137 U_CAPI enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *context) {
187 /* decContextSetRounding -- set current rounding mode */
196 enum rounding newround) {
digitlst.cpp 22 * 08/02/98 stephen Added nearest/even rounding
240 // (which DigitList follows) and the ICU Formatting Rounding Mode values.
249 enum rounding r;
494 // Force to an integer, with zero exponent, rounding if necessary.
794 * TODO: probably should expand some, for rounding increments that
  /external/icu4c/i18n/unicode/
unum.h 214 /** The possible number format rounding modes.
223 * Half-even rounding, misspelled name
235 * Half-even rounding
702 /** Rounding Mode */
704 /** Rounding increment */
    [all...]
utmscale.h 399 * The constant used to select the minimum safe rounding value
411 * The constant used to select the maximum safe rounding value
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp 33 mult_int16_r() : Same as mult_int16 with rounding
34 shr_rnd() : Same as shr(var1,var2) but with rounding
67 Same as mult_int16 with rounding, i.e.:
117 Same as shr(var1,var2) but with rounding. Saturate the result in case of|
374 4- L_x = L_x >> (30-exponant) (with rounding)
  /external/valgrind/main/VEX/pub/
libvex_ir.h 467 /* TODO: clarify semantics wrt rounding, negative values, whatever */
535 /* Binary operations, with rounding. */
547 /* Unary operations, without rounding. */
554 /* Unary operations, with rounding. */
577 IRRoundingMode) which is an indication of the rounding mode
612 Rounding is required whenever the destination type cannot
673 /* Binary ops, with rounding. */
687 /* Unary ops, with rounding. */
707 /* Ternary operations, with rounding. */
    [all...]
  /external/qemu/target-arm/
neon_helper.c 530 /* The addition of the rounding constant may overflow, so we use an
559 /* In this case, it means that the rounding constant is 1,
590 /* The addition of the rounding constant may overflow, so we use an
617 /* Rounding a 1-bit result just preserves that bit. */
622 /* In this case, it means that the rounding constant is 1,
817 /* The addition of the rounding constant may overflow, so we use an
864 /* In this case, it means that the rounding constant is 1,
914 /* The addition of the rounding constant may overflow, so we use an
960 /* In this case, it means that the rounding constant is 1,
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 667 /* Set the SSE unit's rounding mode to default (%mxcsr = 0x1F80) */
681 /* Mess with the FPU's rounding mode: set to the default rounding mode
696 /* Mess with the SSE unit's rounding mode: 'mode' is an I32-typed
699 have the same rounding.
705 both rounding bits == 0. If that wasn't the case, we couldn't
706 create a new rounding field simply by ORing the new value into
731 /* Mess with the FPU's rounding mode: 'mode' is an I32-typed
734 the same rounding.
    [all...]
  /external/aac/libSBRdec/src/
env_extr.h 121 #define ROUNDING ( (FIXP_SGL)(1<<(EXP_BITS-1)) ) /*!< 0.5-offset for rounding the mantissa of a pseudo-float envelope value */
  /external/icu4c/test/intltest/
tsnmfmt.cpp 184 tryIt(3.88057859588817e-68); // Test rounding when only some digits are shown because exponent is close to -maxfrac
189 tryIt(3.88057859588817e-096); // Test rounding when only some digits are shown because exponent is close to -maxfrac
  /external/libvpx/vp8/encoder/
ssim.c 77 // small errors are possible, due to rounding. Clamp to zero.
139 // small errors are possible, due to rounding. Clamp to zero.
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.td 266 // FP rounding mode: bits 30 and 31 of the FP status and control register
274 def RM: SPR<512, "**ROUNDING MODE**">;
  /external/v8/src/
strtod.cc 125 // correct rounding.
181 // 80 bits wide (as is the case on Linux) then double-rounding occurs and the
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 151 cor = 0x00010000L; /* for rounding */
173 cor = 0x00008000L; /* for rounding */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 104 Note: rounding type should be parameterized.
160 Note: rounding type should be parameterized.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 206 <tr><td><em>1.</em></td><td nowrap>Corner rounding:</td><td>2 pixel corner radius, when appropriate<br><br></td></tr>
291 <p><strong>Figure 3. </strong>Safeframe and corner-rounding for menu
  /libcore/luni/src/main/java/java/math/
Conversion.java 437 * needed for rounding.
455 mantissa >>= 1; // drop the rounding bit

Completed in 525 milliseconds

<<11121314151617181920>>