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

1 2 3 4 5 6 7 8

  /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;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
roundmode.s 6 ; Switch in/out of different rounding modes.
7 ; Also make sure we "optimize" away useless rounding mode relocations
  /external/webp/src/dsp/
yuv.h 189 // Stub functions that can be called with various rounding values:
190 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) {
191 uv = (uv + rounding + (128 << (YUV_FIX + 2))) >> (YUV_FIX + 2);
197 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
199 return (luma + rounding + (16 << YUV_FIX)) >> YUV_FIX; // no need to clip
202 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) {
204 return VP8ClipUV(u, rounding);
207 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) {
209 return VP8ClipUV(v, rounding);
217 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) {
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
CurrencyDemo.java 50 result.setRoundingIncrement(hack.rounding);
60 double rounding; field in class:CurrencyDemo.HackCurrencyInfo
62 HackCurrencyInfo(int decimals, double rounding, String symbol) {
64 this.rounding = rounding;
  /art/runtime/interpreter/mterp/x86/
cvtfp_int.S 5 * should be zero. Further, the rounding mode is to truncate. This model
18 fnstcw LOCAL0(%esp) # remember original rounding mode
22 fldcw LOCAL0+2(%esp) # set "to zero" rounding mode
29 fldcw LOCAL0(%esp) # restore previous rounding mode
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_block_error_intrin_sse2.c 24 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; local
66 error = (error + rounding) >> shift;
67 sqcoeff = (sqcoeff + rounding) >> shift;
temporal_filter_sse4.c 111 // Add in the rounding factor and shift, clamp to 16, invert and shift. Multiply
114 const int strength, const int rounding,
118 const __m128i rounding_u16 = _mm_set1_epi16(rounding);
141 const int rounding, const int weight) {
143 const __m128i rounding_u16 = _mm_set1_epi16(rounding);
243 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; local
263 sum_row_c = average_8(sum_row_c, mul_constants, strength, rounding, weight);
281 average_8(sum_row_a, mul_constants, strength, rounding, weight);
298 sum_row_a = average_8(sum_row_a, mul_constants, strength, rounding, weight);
321 strength, rounding, weight)
    [all...]
  /external/icu/icu4c/source/i18n/
decContext.h 39 /* round -- must be one of the enumerated rounding modes */
77 enum rounding { enum
94 enum rounding round; /* rounding mode */
255 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
259 U_INTERNAL decContext * U_EXPORT2 uprv_decContextSetRounding(decContext *, enum rounding);
  /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
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug470.go 7 // Converting constants between types must introduce rounding.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug470.go 7 // Converting constants between types must introduce rounding.
  /prebuilts/go/darwin-x86/src/math/big/
floatmarsh.go 19 // rounding mode, accuracy) are marshaled.
34 // (in practice, this should never happen since rounding
61 // The result is rounded per the precision and rounding mode of
110 // The result is rounded per the precision and rounding mode of z.
111 // If z's precision is 0, it is changed to 64 before rounding takes
  /prebuilts/go/linux-x86/src/math/big/
floatmarsh.go 19 // rounding mode, accuracy) are marshaled.
34 // (in practice, this should never happen since rounding
61 // The result is rounded per the precision and rounding mode of
110 // The result is rounded per the precision and rounding mode of z.
111 // If z's precision is 0, it is changed to 64 before rounding takes
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dtoa.c 49 * when rounding the final digit up. This is often faster.
72 #define Rounding rounding
76 #define Rounding Flt_Rounds
141 int rounding; local
191 if ((rounding = Flt_Rounds) >= 2) {
193 rounding = rounding == 2 ? 0 : 2;
195 if (rounding != 2)
196 rounding = 0;
    [all...]

Completed in 560 milliseconds

1 2 3 4 5 6 7 8