HomeSort by relevance Sort by last modified time
    Searched refs:rounding (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/valgrind/none/tests/s390x/
srnmt.stdout.exp 1 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
srnm.stdout.exp 1 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
srnmb.stdout.exp 1 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
rounding-2.stdout.exp 1 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
rounding-5.stdout.exp 1 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 mode to [-> zero
    [all...]
rounding-4.stdout.exp 1 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 mode to [-> zero
    [all...]
fpext_warn.stderr.exp 3 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!
srnmb.stderr.exp 3 The specified rounding mode is invalid.
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtord.c 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d;
78 strtord(CONST char *s, char **sp, int rounding, double *d)
88 if (rounding != FPI_Round_near) {
90 fpi1.rounding = rounding;
strtorQ.c 100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
102 strtorQ(CONST char *s, char **sp, int rounding, void *L)
112 if (rounding != FPI_Round_near) {
114 fpi1.rounding = rounding;
gdtoa_fltrnds.h 2 int Rounding;
4 Rounding = Flt_Rounds;
6 Rounding = 1;
8 case FE_TOWARDZERO: Rounding = 0; break;
9 case FE_UPWARD: Rounding = 2; break;
10 case FE_DOWNWARD: Rounding = 3;
14 if (Rounding != 1) {
17 fpi1.rounding = Rounding;
ldtoa.c 56 FLT_ROUNDS, /* rounding */
71 * if the number is negative, we need to swap rounding modes of
75 fpi.rounding ^= (fpi.rounding >> 1) & p->ext_sign;
gethex.c 157 switch(fpi->rounding) {
176 switch(fpi->rounding) {
277 switch (fpi->rounding) {
320 switch(fpi->rounding) {
  /external/webp/src/dsp/
yuv.h 155 // Rounding diff is only +/-1 though.
272 // Stub functions that can be called with various rounding values:
273 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) {
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) {
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) {
287 return VP8ClipUV(u, rounding);
290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
292 return VP8ClipUV(v, rounding);
    [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/v8/test/mjsunit/
number-literal.js 32 test('rounding-down', '1.12512512512512452', '1.1251251251251244');
33 test('rounding-up', '1.12512512512512453', '1.1251251251251246');
  /external/libhevc/common/arm/
ihevc_itrans_recon_4x4_ttype1.s 162 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
ihevc_inter_pred_chroma_vert_w16inp.s 155 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/valgrind/none/tests/ppc32/
test_dfp2.stdout.exp 3 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 mode 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 149 # Rounding
286 """Invalid context. Unknown rounding, for example.
291 underlying concrete representation or an unknown or unsupported rounding
300 """Number got rounded (not necessarily changed during rounding).
312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
327 by zero), after rounding, would be greater than the largest value that
330 The result depends on the rounding mode:
345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN,
349 if context.rounding == ROUND_CEILING
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 149 # Rounding
286 """Invalid context. Unknown rounding, for example.
291 underlying concrete representation or an unknown or unsupported rounding
300 """Number got rounded (not necessarily changed during rounding).
312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
327 by zero), after rounding, would be greater than the largest value that
330 The result depends on the rounding mode:
345 if context.rounding in (ROUND_HALF_UP, ROUND_HALF_EVEN,
349 if context.rounding == ROUND_CEILING
    [all...]
  /external/libyuv/files/unit_test/
scale_test.cc 22 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
  /development/ndk/sources/android/libportable/common/include/
fenv_portable.h 39 /* Rounding modes. */
162 int rounding = REAL(fegetround)(); local
163 return target_get_rounding(rounding);
  /external/libvpx/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...]

Completed in 1109 milliseconds

1 2 3 4