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

<<11121314151617181920>>

  /frameworks/base/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/compile/libbcc/tests/
disassem.cpp 97 * R - fp rounding
483 /* R - fp rounding */
  /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 */
  /external/llvm/lib/Target/PTX/
PTXInstrInfo.td 606 // SM10 must *not* provide a rounding
609 // - Allow user selection of rounding modes for fdiv
660 // different PTX versions differ on whether rounding mode flags are required.
662 // default rounding mode no matter what shader model or PTX version.
663 // TODO: Allow the rounding mode to be selectable through llc.
    [all...]
  /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...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/svox/pico/lib/
picocep.c 502 * divide by 1<<pow with rounding
615 if (multsz <= 30) { /* x*y < 1<<30 is safe including rounding in picocep_fixptdivpow, x*y < 1<<31 is safe but not with rounding */
693 /* final step: do rounding (experimentally improves accuracy for our problem) */
795 /* divide with rounding */
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_freq_2_time_fxp.cpp 43 Added rounding to multiplication
84 downshifting in only one operation. Added adaptive rounding factor.
94 - Eliminated extra IF when computing the rounding, so when exp ==0
96 - Corrected negative shift when computing rounding factor
118 Eliminated adaptive rounding due to potential saturation.
458 #define ROUNDING_SCALED (ROUNDING<<(16 - SCALING))
515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 400 innovation before rounding (Word16)
450 rounding
666 rounding */
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 700 * Returns the double conversion of the result of rounding the argument to
719 * Returns the result of rounding the argument to an integer. The result is
742 * Returns the result of rounding the argument to an integer. The result is
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
limits 149 * @brief Describes the rounding style for floating-point types.
258 /** True if tininess is detected before rounding. (see IEC 559) */
288 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/include/c++/4.4.3/
limits 149 * @brief Describes the rounding style for floating-point types.
258 /** True if tininess is detected before rounding. (see IEC 559) */
288 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
limits 149 * @brief Describes the rounding style for floating-point types.
258 /** True if tininess is detected before rounding. (see IEC 559) */
288 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
limits 149 * @brief Describes the rounding style for floating-point types.
258 /** True if tininess is detected before rounding. (see IEC 559) */
288 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
limits 149 * @brief Describes the rounding style for floating-point types.
258 /** True if tininess is detected before rounding. (see IEC 559) */
288 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /bionic/libm/include/
math.h 178 * Most of these functions depend on the rounding mode and have the side
  /development/ndk/platforms/android-3/include/
math.h 178 * Most of these functions depend on the rounding mode and have the side
  /development/ndk/platforms/android-9/include/
math.h 178 * Most of these functions depend on the rounding mode and have the side
  /external/bluetooth/glib/glib/
grand.c 504 /* The following might happen due to very bad rounding luck, but
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 158 // We compare against a slightly higher value in case of rounding errors.
  /external/chromium/crypto/
symmetric_key_win.cc 423 // rounding up, and let r be the number of octets in the last
  /external/chromium/webkit/glue/
webkitclient_impl.cc 473 // of losing precision due to rounding errors. Performing computations in
  /external/clang/lib/Headers/
smmintrin.h 33 /* SSE4 Rounding macros. */

Completed in 1964 milliseconds

<<11121314151617181920>>