Searched defs:rounding (Results 1 - 7 of 7) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A DPrint.cpp197 double rounding = 0.5; local
199 rounding /= 10.0;
201 number += rounding;
/external/libvpx/vp8/common/
H A Didctllm.c27 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/
H A DdecContext.h36 /* 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);
H A Ddecimfmt.cpp469 // If it was a currency format, apply the appropriate rounding by
1100 // Apply rounding after multiplier
2885 * Get the rounding increment.
2886 * @return A positive rounding increment, or 0.0 if rounding
2901 * Set the rounding increment. This method also controls whether
2902 * rounding is enabled.
2903 * @param newValue A positive rounding increment, or 0.0 to disable rounding.
2926 * Get the rounding mod
4645 double rounding = 0.0; local
[all...]
/external/svox/pico/lib/
H A Dpicosig2.c4015 picoos_single rounding = 0.5f; local
4063 Ti = (picoos_int32) (rounding + (picoos_single) Fs
4077 = (picoos_int32) (rounding + (picoos_single) Fs
/external/icu4c/test/intltest/
H A Dnumrgts.cpp878 * Number format data rounding errors for locale FR
955 * Data rounding errors for French (Canada) locale
1027 * Data rounding errors for German (Germany) locale
1095 * Data rounding errors for Italian locale number formats
1160 * Test rounding for nearest even.
1712 // Get the currency (if there is one) so we can set the rounding and fraction
1715 double rounding = ucurr_getRoundingIncrement(currency, &status); local
1718 fmt2->setRoundingIncrement(rounding);
1723 failure(status, "Fetching currency rounding/fractions");
2244 * DecimalFormat is incorrectly rounding number
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc24 * 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.
485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
1693 enum { /* rounding values: same as FLT_ROUNDS */
1733 gethex(sp, rvp, rounding, sign)
1734 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp
1736 gethex( CONST char **sp, U *rvp, int rounding, int sign)
1869 switch(rounding) {
[all...]

Completed in 4437 milliseconds