HomeSort by relevance Sort by last modified time
    Searched defs:rounding (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vp8/common/
idctllm.c 27 static const int rounding = 0; variable
43 temp1 = (ip[4] * sinpi8sqrt2 + rounding) >> 16;
44 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1 + rounding) >> 16);
47 temp1 = ip[4] + ((ip[4] * cospi8sqrt2minus1 + rounding) >> 16);
48 temp2 = (ip[12] * sinpi8sqrt2 + rounding) >> 16;
69 temp1 = (ip[1] * sinpi8sqrt2 + rounding) >> 16;
70 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1 + rounding) >> 16);
73 temp1 = ip[1] + ((ip[1] * cospi8sqrt2minus1 + rounding) >> 16);
74 temp2 = (ip[3] * sinpi8sqrt2 + rounding) >> 16;
  /external/icu4c/i18n/
decContext.h 36 /* round -- must be one of the enumerated rounding modes */
74 enum rounding { enum
91 enum rounding round; /* rounding mode */
252 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
256 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
decimfmt.cpp 466 // If it was a currency format, apply the appropriate rounding by
801 debug("Rounding Increment !=");
4410 double rounding = 0.0; local
    [all...]
  /external/svox/pico/lib/
picosig2.c 4014 picoos_single rounding = 0.5f; local
    [all...]
  /external/icu4c/test/intltest/
numrgts.cpp 877 * Number format data rounding errors for locale FR
954 * Data rounding errors for French (Canada) locale
1714 double rounding = ucurr_getRoundingIncrement(currency, &status); local
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 24 * necessary to specify double-precision (53-bit) rounding precision
39 * biased rounding (add half and chop).
76 * is also #defined, fegetround() will be queried for the rounding mode.
87 * #define ROUND_BIASED for IEEE-format with biased rounding.
389 #define Rounding Flt_Rounds
485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 525 milliseconds