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

<<11121314151617181920>>

  /frameworks/compile/libbcc/runtime/test/Unit/
floatuntidf_test.c 20 // Returns: convert a to a double, rounding toward even.
  /libcore/luni/src/main/native/
java_lang_RealToString.cpp 91 * 1.0e23 (caused too much rounding)
cbigint.cpp 598 /* perform rounding, round to even in case of tie */
623 /* perform rounding, round to even in case of tie */
647 /* perform rounding, round to even in case of tie */
  /external/aac/libFDK/src/
fixpoint_math.cpp 212 /* for rounding a dfract to fract */
259 result_e = fixMin(fixMax(result_e+1-(DFRACT_BITS-1), -(DFRACT_BITS-1)), (DFRACT_BITS-1)); /* rounding and saturation */
265 result_m = (scaleValue(result_m, result_e)+(FIXP_DBL)1)>>1; /* descale result + rounding */
  /external/harfbuzz/src/
harfbuzz-open.c 835 overflow and rounding errors */
885 overflow and rounding errors */
1222 overflow and rounding errors */
  /external/icu4c/test/intltest/
numrgts.cpp 878 * Number format data rounding errors for locale FR
955 * Data rounding errors for French (Canada) locale
1715 double rounding = ucurr_getRoundingIncrement(currency, &status); local
    [all...]
  /external/jpeg/
jdcolor.c 65 * the products by 2^16, with appropriate rounding, to get the correct answer.
67 * so it need not participate in the rounding.
77 * together before rounding.
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 51 ;# rounding added in on the multiply
66 ;# v18 rounding
446 ;# v18 rounding
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 54 ;# rounding added in on the multiply
69 ;# v18 rounding
549 ;# v18 rounding
  /external/qemu/distrib/jpeg-6b/
jccolor.c 48 * the products by 2^16, with appropriate rounding, to get the correct answer.
56 * The CENTERJSAMPLE offsets and the rounding fudge-factor of 0.5 are included
105 /* We use a rounding fudge-factor of 0.5-epsilon for Cb and Cr.
jdcolor.c 65 * the products by 2^16, with appropriate rounding, to get the correct answer.
67 * so it need not participate in the rounding.
77 * together before rounding.
  /external/skia/include/core/
SkRect.h 600 * Set the dst rectangle by rounding this rectangle's coordinates to their
610 * Set the dst rectangle by rounding "out" this rectangle, choosing the
620 * Expand this rectangle by rounding its coordinates "out", choosing the
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
shr_r.cpp 60 var_out = shifted input w/ rounding (Word16)
75 with rounding. If var2 is negative, arithmetically shift var1 left by
76 -var2 with rounding. Saturate the result in case of underflows or
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 146 delta = (sum + *ptr_c + 4) >> 3; /* Average pixel values with rounding */
157 /* Average the pixel values with rounding */
315 /* Average the pixel values with rounding */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
builtins.def 155 check the rounding mode which is akin to examining global
164 "const" depending on whether we care about FP rounding. */
170 rounding, but because they store into memory they are never "const"
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def 155 check the rounding mode which is akin to examining global
164 "const" depending on whether we care about FP rounding. */
170 rounding, but because they store into memory they are never "const"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def 155 check the rounding mode which is akin to examining global
164 "const" depending on whether we care about FP rounding. */
170 rounding, but because they store into memory they are never "const"
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def 155 check the rounding mode which is akin to examining global
164 "const" depending on whether we care about FP rounding. */
170 rounding, but because they store into memory they are never "const"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
smmintrin.h 39 /* Rounding mode macros. */
95 /* Packed/scalar double precision floating point rounding. */
120 /* Packed/scalar single precision floating point rounding. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
smmintrin.h 39 /* Rounding mode macros. */
95 /* Packed/scalar double precision floating point rounding. */
120 /* Packed/scalar single precision floating point rounding. */
  /external/icu4c/i18n/
decimfmt.cpp 469 // If it was a currency format, apply the appropriate rounding by
802 debug("Rounding Increment !=");
4645 double rounding = 0.0; local
    [all...]
ucurr.cpp 152 * rounding increment, or 0 if none. The rounding increment is in
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 386 /// X = FP_ROUND(Y, TRUNC) - Rounding 'Y' from a larger floating point type
389 /// normal rounding, if it is 1, this FP_ROUND is known to not change the
399 // FLT_ROUNDS_ - Returns current rounding mode:
428 // types) with rounding and saturation. NOTE: Avoid using this operator as
434 // 3) rounding imm
    [all...]
  /external/valgrind/main/VEX/priv/
host_x86_isel.c 621 /* Mess with the FPU's rounding mode: set to the default rounding mode
637 /* Mess with the FPU's rounding mode: 'mode' is an I32-typed
640 the same rounding.
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 25 * necessary to specify double-precision (53-bit) rounding precision
40 * biased rounding (add half and chop).
    [all...]

Completed in 1280 milliseconds

<<11121314151617181920>>