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

  /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)
  /development/ndk/sources/android/libportable/arch-mips64/
fenv.c 43 int rounding = flags & 0x03; local
45 // rounding flags
46 switch(rounding)
84 int rounding = mips64flags & _FCSR_RMASK; local
86 // rounding flags
87 switch(rounding)
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 54 int rounding = flag & 0x03; local
56 switch(rounding) {
98 int rounding = x86_64flag & _ROUND_MASK; local
100 switch(rounding) {
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 92 int rounding; member in struct:FPI
96 enum { /* FPI.rounding values: same as FLT_ROUNDS */
  /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/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 101 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; local
118 modifier += rounding;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 104 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; local
117 modifier += rounding;
  /external/chromium_org/third_party/icu/source/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 549 // If it was a currency format, apply the appropriate rounding by
5572 double rounding = 0.0; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_ssse3.c 388 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
439 tmp1 = _mm_add_epi32(tmp1, rounding);
440 tmp3 = _mm_add_epi32(tmp3, rounding);
441 tmp2 = _mm_add_epi32(tmp2, rounding);
442 tmp4 = _mm_add_epi32(tmp4, rounding);
532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
596 tmp0 = _mm_add_epi32(tmp0, rounding);
597 tmp1 = _mm_add_epi32(tmp1, rounding);
598 tmp2 = _mm_add_epi32(tmp2, rounding);
599 tmp3 = _mm_add_epi32(tmp3, rounding);
    [all...]
vp9_idct_intrin_sse2.c 30 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
54 input0 = _mm_add_epi32(input0, rounding);
55 input1 = _mm_add_epi32(input1, rounding);
56 input2 = _mm_add_epi32(input2, rounding);
57 input3 = _mm_add_epi32(input3, rounding);
93 input0 = _mm_add_epi32(input0, rounding);
94 input1 = _mm_add_epi32(input1, rounding);
95 input2 = _mm_add_epi32(input2, rounding);
96 input3 = _mm_add_epi32(input3, rounding);
399 tmp0 = _mm_add_epi32(tmp0, rounding); \
518 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
607 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
929 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
1306 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
2368 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
3289 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
3574 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
    [all...]
  /external/icu/icu4c/source/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);
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 882 * Number format data rounding errors for locale FR
960 * Data rounding errors for French (Canada) locale
1720 double rounding = ucurr_getRoundingIncrement(currency, &status); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 882 * Number format data rounding errors for locale FR
960 * Data rounding errors for French (Canada) locale
1720 double rounding = ucurr_getRoundingIncrement(currency, &status); local
    [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.
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
1749 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);
413 tmp0 = _mm_add_epi32(tmp0, rounding); \
542 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
678 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
1000 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
1377 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
2532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
3453 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
3738 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); local
    [all...]

Completed in 1747 milliseconds