Searched refs:rounding (Results 1 - 25 of 74) sorted by relevance

123

/external/valgrind/main/none/tests/s390x/
H A Dsrnmt.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 7
7 rounding mode = 6
8 rounding mode = 5
9 rounding mode = 4
H A Dsrnm.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 3
7 rounding mode = 2
8 rounding mode = 3
H A Dsrnmb.stdout.exp1 initial rounding mode = 0
2 rounding mode = 3
3 rounding mode = 2
4 rounding mode = 1
5 rounding mode = 0
6 rounding mode = 1
7 rounding mode = 0
H A Drounding-2.stdout.exp1 initial rounding mode: 0
2 setting rounding mode to 0
4 setting rounding mode to 1
6 setting rounding mode to 2
8 setting rounding mode to 3
H A Drounding-5.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
19 setting FPC rounding mode to [-> near]
21 setting FPC rounding mod
[all...]
H A Drounding-4.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
H A Dfpext_warn.stderr.exp3 The specified rounding mode cannot be supported. That
6 the rounding mode from FPC. Results may differ!
9 The specified rounding mode cannot be supported. That
12 the rounding mode from FPC. Results may differ!
15 The specified rounding mode cannot be supported. That
18 the rounding mode from FPC. Results may differ!
H A Dsrnmb.stderr.exp3 The specified rounding mode is invalid.
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win_unittest.cc23 float rounding = size < 0 ? -0.5f : 0.5f;
30 lf.lfHeight = static_cast<int>(1.4 * size + rounding);
34 lf.lfHeight = static_cast<int>(1.8 * size + rounding);
/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv.h272 // Stub functions that can be called with various rounding values:
273 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { argument
274 uv = (uv + rounding + (128 << (YUV_FIX + 2))) >> (YUV_FIX + 2);
280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { argument
282 return (luma + rounding + (16 << YUV_FIX)) >> YUV_FIX; // no need to clip
285 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { argument
287 return VP8ClipUV(u, rounding);
290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { argument
292 return VP8ClipUV(v, rounding);
300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { argument
305 VP8RGBToU(int r, int g, int b, int rounding) argument
310 VP8RGBToV(int r, int g, int b, int rounding) argument
[all...]
/external/webp/src/dsp/
H A Dyuv.h272 // Stub functions that can be called with various rounding values:
273 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { argument
274 uv = (uv + rounding + (128 << (YUV_FIX + 2))) >> (YUV_FIX + 2);
280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { argument
282 return (luma + rounding + (16 << YUV_FIX)) >> YUV_FIX; // no need to clip
285 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { argument
287 return VP8ClipUV(u, rounding);
290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { argument
292 return VP8ClipUV(v, rounding);
300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { argument
305 VP8RGBToU(int r, int g, int b, int rounding) argument
310 VP8RGBToV(int r, int g, int b, int rounding) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.h37 /* 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/icu/icu4c/source/i18n/
H A DdecContext.h37 /* 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/libhevc/common/arm/
H A Dihevc_itrans_recon_4x4_ttype1.s162 vqrshrn.s32 d14,q3,#shift_stage1_idct @ (pi2_out[0] + rounding ) >> shift_stage1_idct
163 vqrshrn.s32 d15,q4,#shift_stage1_idct @ (pi2_out[1] + rounding ) >> shift_stage1_idct
164 vqrshrn.s32 d16,q5,#shift_stage1_idct @ (pi2_out[2] + rounding ) >> shift_stage1_idct
165 vqrshrn.s32 d17,q6,#shift_stage1_idct @ (pi2_out[3] + rounding ) >> shift_stage1_idct
202 vqrshrn.s32 d0,q3,#shift_stage2_idct @ (pi2_out[0] + rounding ) >> shift_stage1_idct
203 vqrshrn.s32 d1,q4,#shift_stage2_idct @ (pi2_out[1] + rounding ) >> shift_stage1_idct
204 vqrshrn.s32 d2,q5,#shift_stage2_idct @ (pi2_out[2] + rounding ) >> shift_stage1_idct
205 vqrshrn.s32 d3,q6,#shift_stage2_idct @ (pi2_out[3] + rounding ) >> shift_stage1_idct
H A Dihevc_inter_pred_chroma_vert_w16inp.s155 vqrshrun.s16 d0,q0,#6 @rounding shift
156 vqrshrun.s16 d30,q15,#6 @rounding shift
213 vqrshrun.s16 d30,q15,#6 @rounding shift
228 vqrshrun.s16 d28,q14,#6 @rounding shift
241 vqrshrun.s16 d26,q13,#6 @rounding shift
253 vqrshrun.s16 d24,q12,#6 @rounding shift
266 vqrshrun.s16 d30,q15,#6 @rounding shift
280 vqrshrun.s16 d28,q14,#6 @rounding shift
295 vqrshrun.s16 d26,q13,#6 @rounding shift
305 vqrshrun.s16 d24,q12,#6 @rounding shif
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A DPrint.cpp197 double rounding = 0.5; local
199 rounding /= 10.0;
201 number += rounding;
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp2.stdout.exp3 test with rounding mode 0
20 test with rounding mode 1
37 test with rounding mode 2
54 test with rounding mode 3
71 test with rounding mode 4
88 test with rounding mode 5
105 test with rounding mode 6
122 test with rounding mode 7
140 test with rounding mode 0
157 test with rounding mod
[all...]
H A Dtest_dfp1.stdout.exp378 Test DFP rounding modes
379 test #0: dmul with rounding mode 0: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
381 test #0: dmul with rounding mode 1: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
383 test #0: dmul with rounding mode 2: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f6
385 test #0: dmul with rounding mode 3: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
387 test #0: dmul with rounding mode 4: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
389 test #0: dmul with rounding mode 5: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
391 test #0: dmul with rounding mode 6: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f6
393 test #0: dmul with rounding mode 7: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f6
395 test #1: dmul with rounding mod
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp2.stdout.exp3 test with rounding mode 0
20 test with rounding mode 1
37 test with rounding mode 2
54 test with rounding mode 3
71 test with rounding mode 4
88 test with rounding mode 5
105 test with rounding mode 6
122 test with rounding mode 7
140 test with rounding mode 0
157 test with rounding mod
[all...]
H A Dtest_dfp1.stdout.exp378 Test DFP rounding modes
379 test #0: dmul with rounding mode 0: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
381 test #0: dmul with rounding mode 1: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
383 test #0: dmul with rounding mode 2: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f6
385 test #0: dmul with rounding mode 3: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
387 test #0: dmul with rounding mode 4: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
389 test #0: dmul with rounding mode 5: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f5
391 test #0: dmul with rounding mode 6: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f6
393 test #0: dmul with rounding mode 7: 26cc3f1f534acdd4 * 27feff197a42ba06 => 4ccf3810908e09f6
395 test #1: dmul with rounding mod
[all...]
/external/libyuv/files/unit_test/
H A Dscale_test.cc22 FilterMode f, int rounding, int benchmark_iterations) {
23 const int b = 128 * rounding;
24 int src_width_uv = (src_width + rounding) >> 1;
25 int src_height_uv = (src_height + rounding) >> 1;
37 int dst_width_uv = (dst_width + rounding) >> 1;
38 int dst_height_uv = (dst_height + rounding) >> 1;
122 // operations may introduce rounding somewhere. So do a difference
20 TestFilter(int src_width, int src_height, int dst_width, int dst_height, FilterMode f, int rounding, int benchmark_iterations) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_ssse3.c388 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...]
H A Dvp9_idct_intrin_sse2.c30 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...]
H A Dvp9_subpixel_bilinear_sse2.asm25 movq xmm3, rcx ;rounding
45 paddsw xmm0, xmm3 ;rounding
73 movq xmm4, rcx ;rounding
90 paddsw xmm0, xmm4 ;rounding
118 paddsw xmm0, xmm4 ;rounding
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c35 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 5468 milliseconds

123