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

<<21222324252627282930>>

  /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/av/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...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 976 ** The kind of rounding we do here is simplest...referred to as
    [all...]
  /frameworks/av/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...]
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
limits 153 * @brief Describes the rounding style for floating-point types.
282 /** True if tininess is detected before rounding. (see IEC 559) */
327 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
limits 153 * @brief Describes the rounding style for floating-point types.
282 /** True if tininess is detected before rounding. (see IEC 559) */
327 /** The maximum rounding error measurement (see LIA-1). */
    [all...]
  /prebuilts/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...]
  /prebuilts/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...]
  /prebuilts/ndk/android-ndk-r7/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/aac/libFDK/include/
common_fix.h 172 /* macros for runtime conversion of fixedpoint values to other fixedpoint. NO ROUNDING!!! */
  /external/aac/libSBRenc/src/
env_est.cpp 361 /* rounding is done by shifting one bit less than necessary to the right, adding '1' and then shifting the final bit */
586 oneBitLess = 1; /* LD_DATA_SHIFT => ld64 scaling; one bit less for rounding */
816 sfb_nrgLeft[m] = ((INT)nrgLeft+1)>>1; /* rounding */
833 nrgRight = (nrgRight+(FIXP_DBL)1)>>1; /* rounding */
    [all...]
  /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. */
  /external/freetype/src/autofit/
afloader.c 201 /* for rounding errors */
  /external/grub/util/
mkbimage 297 # some space by rounding everything up by adding 1 cylinder, plus
  /external/guava/guava-tests/test/com/google/common/math/
DoubleMathTest.java 337 // We don't expect perfect rounding accuracy.

Completed in 966 milliseconds

<<21222324252627282930>>