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

<<11121314151617181920>>

  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java 122 assertEquals("Improper exception message", "Rounding necessary", e.getMessage());
  /external/chromium/base/
pickle.h 213 // Aligns 'i' by rounding it up to the next multiple of 'alignment'
platform_file_unittest.cc 267 // Add 2 seconds to account for possible rounding errors on
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 88 // offset from the previous point (not both). This avoids rounding
  /external/chromium/webkit/glue/
cpp_bound_class_unittest.cc 249 // to rounding, but exact powers of 2 should also be safe.
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 246 // The math here are all integer math so we won't have rounding error and
  /external/dropbear/
buffer.c 288 len = len / 8 + 1; /* don't worry about rounding, we need it for
  /external/fdlibm/
s_expm1.c 52 * specific way which minimize the accumulation rounding error:
  /external/icu4c/common/
putilimp.h 144 * Does common notion of rounding e.g. uprv_floor(x + 0.5);
  /external/jpeg/
jpegint.h 303 * rounding towards minus infinity. This is correct for typical "arithmetic
  /external/libvpx/
CHANGELOG 205 Normalize quantizer's zero bin and rounding factors
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 49 /// responsible for rounding up the stack frame (probably at emitPrologue
  /external/openssl/crypto/bn/
bn_print.c 113 * <= 3 * BN_num_bits(a) * 0.1001 + log(2) + 1 (rounding error)
  /external/qemu/slirp-android/
tcp_var.h 156 * the retransmit timer, we want 1/2 tick of rounding and
  /external/skia/src/core/
SkScan_Hairline.cpp 66 // now perform clipping again, as the rounding to dot6 can wiggle us
  /external/speex/libspeex/
resample.c 56 (e.g. 2/3), and get rid of the rounding operations in the inner loop.
254 /* Just to make sure we don't have rounding problems */
313 /* Just to make sure we don't have rounding problems */
327 /* Just to make sure we don't have rounding problems */
    [all...]
  /external/srec/srec/cfront/
cheldsp4.c 98 rg[i] = (cepdata) SHIFT_DOWN((*cpt - *(cpt + mel_dim + 1)), 1 + COSINE_TABLE_SHIFT); /* Shift does rounding. */
  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 185 /* 928 */ UInt guest_FPROUND; // FP Rounding Mode
  /external/valgrind/main/docs/internals/
3_1_BUGSTATUS.txt 138 many v5694/5 n-i-bz ppc32 rounding mode problems
  /external/webkit/Source/WebCore/html/
HTMLBodyElement.cpp 272 // Needed because of truncation (rather than rounding) when scaling up.
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 61 // The vImage unpremultiply routine had a rounding bug before 10.6.7 <rdar://problem/8631548>
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 182 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
  /external/webkit/Source/WebCore/rendering/
RenderReplaced.cpp 149 // The selection tint never gets clipped by border-radius rounding, since we want it to run right up to the edges of
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 77 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
quantize.c 32 static const Word32 XROUND = 0x33e425af; /* final rounding constant (-0.0946f+ 0.5f) */

Completed in 883 milliseconds

<<11121314151617181920>>