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

<<21222324252627282930>>

  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 533 ) >> ((DFRACT_BITS-1)-LD_DATA_SHIFT) ) << 1; /* do not optimize anymore (rounding!!) */
555 current = (current+1) >> 1; /* rounding*/
  /external/bluetooth/bluez/sbc/
sbc_primitives.c 66 /* rounding coefficient */
124 /* rounding coefficient */
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_unittest.mm 518 // Use the actual width of the window frame, since it's subject to rounding.
534 // Use the actual width of the window frame, since it's subject to rounding.
  /external/jpeg/
jcphuff.c 495 * is an integer division with rounding towards 0. To do this portably
649 * is an integer division with rounding towards 0. To do this portably
  /external/llvm/include/llvm/
Intrinsics.td 242 // rounding mode. This needs to be modelled separately; in the meantime
411 // various types with rounding and saturation. NOTE: avoid using these
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 122 // Vector rounding shift by immediate:
135 // Vector saturating rounding shift by immediate:
  /external/llvm/tools/llc/
llc.cpp 184 EnableHonorSignDependentRoundingFPMath("enable-sign-dependent-rounding-fp-math",
186 cl::desc("Force codegen to assume rounding mode can change dynamically"),
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 495 * is an integer division with rounding towards 0. To do this portably
649 * is an integer division with rounding towards 0. To do this portably
  /external/qemu/
kqemu.c 449 /* we must restore the default rounding state */
504 /* we must restore the default rounding state */
  /external/svox/pico/lib/
picodata.c 712 /* instead of rounding, we carry the rest to the next state */
752 /* instead of rounding, we carry the rest to the next state */
    [all...]
  /external/v8/src/
bignum-dtoa.cc 86 // decimal_point when rounding up (for example for 0.9999).
269 // exponent (decimal_point), when rounding upwards.
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 528 the host FPU rounding mode currently in force. */
535 /* By observing the current FPU rounding mode, round (etc)
  /external/valgrind/main/VEX/useful/
fp_80_64.c 238 * Rounding following truncation could be a bit better.
390 /* Now consider any rounding that needs to happen as a result of
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 212 // The matrix inverting, etc. could have introduced rounding error which
237 // Transforms above plus rounding may cause destBitmapSubsetTransformedRounded
  /external/webrtc/src/common_audio/vad/
vad_core.c 589 tmp16 += 128; // Rounding
617 tmp16 += 32; // Rounding
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
basic_op.h 206 /* Mac with rounding,2 */
213 /* Msu with rounding,2 */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
l_shr_r.cpp 95 result = Shifted result w/ rounding (Word32)
107 positions with rounding. If var2 is negative, the function
mult_r.cpp 55 Multiplication function with rounding and overflow control
117 This function performs the multiplication of var1 by var2 with rounding, and
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_outside.cpp 38 rnd1 = rounding value for case when one dimension uses half-pel
40 rnd2 = rounding value for case when two dimensions uses half-pel
  /frameworks/base/graphics/java/android/graphics/
RectF.java 432 * Set the dst integer Rect by rounding this rectangle's coordinates
441 * Set the dst integer Rect by rounding "out" this rectangle, choosing the
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 432 assertEquals("Incorrect rounding of a float", -91, Math.round(-90.89d));
437 assertEquals("Incorrect rounding of a float", -91, Math.round(-90.89f));
OldAndroidStrictMathTest.java 447 assertEquals("Incorrect rounding of a float",
453 assertEquals("Incorrect rounding of a float",
  /system/core/libpixelflinger/codeflinger/
disassem.c 99 * R - fp rounding
499 /* R - fp rounding */
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 307 * then half-even rounding is performed to the maximum fraction digits. For
676 // ICU4C doesn't support this rounding mode, so we have to fake it.
683 throw new ArithmeticException("rounding mode UNNECESSARY but rounding required");
    [all...]

Completed in 1884 milliseconds

<<21222324252627282930>>