HomeSort by relevance Sort by last modified time
    Searched full:rounding (Results 276 - 300 of 845) sorted by null

<<11121314151617181920>>

  /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.
180 // 80 bits wide (as is the case on Linux) then double-rounding occurs and the
fast-dtoa.cc 175 // The rounding might shift the whole buffer in which case the kappa is
180 // imprecision and returns false, if the rounding direction cannot be
444 // Rounding down (by not emitting the remaining digits) yields a number
662 // therefore the rounding strategy for halfway cases is irrelevant.
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_menu.jd 199 <tr><td><em>1.</em></td><td nowrap>Corner rounding:</td><td>2 pixel corner radius, when appropriate<br><br></td></tr>
284 <p><strong>Figure 3. </strong>Safeframe and corner-rounding for menu
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 151 cor = 0x00010000L; /* for rounding */
173 cor = 0x00008000L; /* for rounding */
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 104 Note: rounding type should be parameterized.
160 Note: rounding type should be parameterized.
  /libcore/luni/src/main/java/java/math/
Conversion.java 437 * needed for rounding.
455 mantissa >>= 1; // drop the rounding bit
  /external/icu4c/i18n/
digitlst.cpp 22 * 08/02/98 stephen Added nearest/even rounding
240 enum rounding r;
484 // Force to an integer, with zero exponent, rounding if necessary.
784 * TODO: probably should expand some, for rounding increments that
  /external/icu4c/test/perf/perldriver/
Format.pm 70 # isn't rounding the $delta properly. Have to put
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 216 ;# rounding added in on the multiply
406 ;# rounding added in on the multiply
578 ;# rounding added in on the multiply
831 ;# rounding added in on the multiply
  /external/libvpx/vp8/decoder/arm/neon/
idct_dequant_dc_full_2x_neon.asm 155 ; +4 >> 3 (rounding)
idct_dequant_full_2x_neon.asm 147 ; +4 >> 3 (rounding)
  /external/libvpx/vp8/encoder/
quantize.c 157 /* Perform regular quantization, with unbiased rounding and no zero bin. */
  /external/llvm/include/llvm/Support/
Allocator.h 123 /// AlignPtr - Align Ptr to Alignment bytes, rounding up. Alignment should
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 105 /// responsible for rounding up the stack frame (probably at emitPrologue
  /external/llvm/lib/Support/
Allocator.cpp 32 /// AlignPtr - Align Ptr to Alignment bytes, rounding up. Alignment should
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 63 // Floating Point Rounding
  /external/qemu/slirp/
tcp_var.h 151 * the retransmit timer, we want 1/2 tick of rounding and
  /external/skia/src/core/
Sk64.cpp 337 // either by rounding it to the right, or shifting N to the left
  /external/v8/test/cctest/
test-conversions.cc 47 const double x = 010000000000; // Power of 2, no rounding errors.
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 178 normalising, or rounding, or whatever, them. This
  /external/webkit/Source/WebCore/platform/graphics/skia/
GradientSkia.cpp 91 // rounding error, but we don't care in this float comparison, since
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
levinson_durbin.c 245 (Convert from Q27 and use rounding)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 26 roundtab16 = rounding table
164 /* Set rounding type */
203 /* x component of MV is or'ed for rounding (?) */
215 /* y component of MV is or'ed for rounding (?) */
  /frameworks/compile/libbcc/runtime/test/Unit/
floattidf_test.c 20 // Returns: convert a to a double, rounding toward even.

Completed in 1855 milliseconds

<<11121314151617181920>>