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

1 2 3 4 5 6 7 8 91011>>

  /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
rounding-1.vgtest 1 prog: rounding-1
rounding-2.vgtest 1 prog: rounding-2
rounding-3.vgtest 1 prog: rounding-3
rounding-4.vgtest 1 prog: rounding-4
rounding-5.vgtest 1 prog: rounding-5
rounding-6.vgtest 1 prog: rounding-6
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...]
srnmb.c 33 printf("initial rounding mode = %u\n", get_rounding_mode());
35 /* Set basic rounding modes in various ways */
37 printf("rounding mode = %u\n", get_rounding_mode());
40 printf("rounding mode = %u\n", get_rounding_mode());
43 printf("rounding mode = %u\n", get_rounding_mode());
46 printf("rounding mode = %u\n", get_rounding_mode());
51 printf("rounding mode = %u\n", get_rounding_mode());
54 printf("rounding mode = %u\n", get_rounding_mode());
57 printf("rounding mode = %u\n", get_rounding_mode());
61 printf("rounding mode = %u\n", get_rounding_mode())
    [all...]
srnm.c 24 printf("initial rounding mode = %u\n", get_rounding_mode());
26 /* Set basic rounding modes in various ways */
28 printf("rounding mode = %u\n", get_rounding_mode());
31 printf("rounding mode = %u\n", get_rounding_mode());
34 printf("rounding mode = %u\n", get_rounding_mode());
37 printf("rounding mode = %u\n", get_rounding_mode());
39 /* Some rounding modes with bits to be ignored */
41 printf("rounding mode = %u\n", get_rounding_mode());
44 printf("rounding mode = %u\n", get_rounding_mode());
47 printf("rounding mode = %u\n", get_rounding_mode())
    [all...]
srnmt.c 33 printf("initial rounding mode = %u\n", get_dfp_rounding_mode());
35 /* Set basic rounding modes in various ways */
37 printf("rounding mode = %u\n", get_dfp_rounding_mode());
40 printf("rounding mode = %u\n", get_dfp_rounding_mode());
43 printf("rounding mode = %u\n", get_dfp_rounding_mode());
46 printf("rounding mode = %u\n", get_dfp_rounding_mode());
49 printf("rounding mode = %u\n", get_dfp_rounding_mode());
52 printf("rounding mode = %u\n", get_dfp_rounding_mode());
55 printf("rounding mode = %u\n", get_dfp_rounding_mode());
58 printf("rounding mode = %u\n", get_dfp_rounding_mode())
    [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...]
rounding-2.c 6 /* Basic test that we can set the rounding mode in the FPC and
7 query it. Covers only generally available rounding modes. */
32 printf("initial rounding mode: %u\n", get_rounding_mode());
35 printf("setting rounding mode to %u\n", rmodes[i]);
srnmb.stderr.exp 3 The specified rounding mode is invalid.
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!
  /art/test/580-checker-round/
info.txt 1 Unit test for float/double rounding.
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
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;
  /libcore/luni/src/main/java/java/math/
RoundingMode.java 21 * Specifies the rounding behavior for operations whose results cannot be
27 * Rounding mode where positive values are rounded towards positive infinity
35 * Rounding mode where the values are rounded towards zero.
42 * Rounding mode to round towards positive infinity. For positive values
43 * this rounding mode behaves as {@link #UP}, for negative values as
51 * Rounding mode to round towards negative infinity. For positive values
52 * this rounding mode behaves as {@link #DOWN}, for negative values as
60 * Rounding mode where values are rounded towards the nearest neighbor. Ties
61 * are broken by rounding up.
66 * Rounding mode where values are rounded towards the nearest neighbor. Tie
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
ReadMe 3 These examples currently use the old rounding mode macros (GMP_RNDN, etc.)
  /external/valgrind/none/tests/ppc32/
test_dfp1.stdout.exp 378 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 mode 0: 26cc3f1f534acdd5 * 27feff197a42ba06 => 4ccf3810908e09f
    [all...]
  /external/valgrind/none/tests/ppc64/
test_dfp1.stdout.exp 378 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 mode 0: 26cc3f1f534acdd5 * 27feff197a42ba06 => 4ccf3810908e09f
    [all...]
  /external/llvm/test/CodeGen/ARM/
fnmul.ll 3 ; RUN: llc -mtriple=arm-eabi -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math %s -o - \
4 ; RUN: | FileCheck %s -check-prefix CHECK-ROUNDING
16 ; CHECK-ROUNDING: vmul.f64

Completed in 1222 milliseconds

1 2 3 4 5 6 7 8 91011>>