/external/arduino/hardware/arduino/cores/arduino/ |
Print.cpp | 197 double rounding = 0.5; local 199 rounding /= 10.0; 201 number += rounding;
|
/development/ndk/sources/android/libportable/arch-x86/ |
fenv.c | 48 int rounding = flags & 0x03; local 50 // rounding flags 51 switch(rounding) 91 int rounding = x86flags & _ROUND_MASK; local 93 // rounding flags 94 switch(rounding)
|
/development/ndk/sources/android/libportable/arch-mips/ |
fenv.c | 45 int rounding = flags & 0x03; local 47 // rounding flags 48 switch(rounding) 88 int rounding = mipsflags & _FCSR_RMASK; local 90 // rounding flags 91 switch(rounding)
|
/external/libvpx/libvpx/vp8/encoder/ |
quantize.c | 158 /* Perform regular quantization, with unbiased rounding and no zero bin. */ 187 int rounding; local 193 rounding = dq >> 1; 197 x += rounding;
|
/external/chromium_org/third_party/icu/source/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/icu4c/i18n/ |
decContext.h | 37 /* round -- must be one of the enumerated rounding modes */ 75 enum rounding { enum 92 enum rounding round; /* rounding mode */ 253 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *); 257 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
|
decimfmt.cpp | 522 // If it was a currency format, apply the appropriate rounding by 5270 double rounding = 0.0; local [all...] |
/external/svox/pico/lib/ |
picosig2.c | 4015 picoos_single rounding = 0.5f; local [all...] |
/external/chromium_org/third_party/icu/source/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/icu4c/test/intltest/ |
numrgts.cpp | 881 * Number format data rounding errors for locale FR 958 * Data rounding errors for French (Canada) locale 1718 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...] |
/external/chromium_org/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. 395 #define Rounding Flt_Rounds 491 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo 1740 CONST char **sp; U *rvp; int rounding, sign; member in namespace:dmg_fp [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 35 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 59 input0 = _mm_add_epi32(input0, rounding); 60 input1 = _mm_add_epi32(input1, rounding); 61 input2 = _mm_add_epi32(input2, rounding); 62 input3 = _mm_add_epi32(input3, rounding); 98 input0 = _mm_add_epi32(input0, rounding); 99 input1 = _mm_add_epi32(input1, rounding); 100 input2 = _mm_add_epi32(input2, rounding); 101 input3 = _mm_add_epi32(input3, rounding); 401 tmp0 = _mm_add_epi32(tmp0, rounding); \ 506 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 624 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 962 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 1240 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 2434 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 3130 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local 3489 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |