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

12 3 4 5 6 7 8 91011>>

  /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/valgrind/memcheck/tests/vbit-test/
TODO 6 (3) Test floating point operations with various rounding modes.
  /libcore/luni/src/main/java/java/math/
MathContext.java 26 * Immutable objects describing settings such as rounding mode and digit
35 * {@link RoundingMode#HALF_EVEN} rounding.
42 * rounding.
49 * rounding.
55 * {@link RoundingMode#HALF_UP} rounding.
67 * for rounding.
73 * with the rounding mode {@link RoundingMode#HALF_UP HALF_UP}. If the
75 * be performed exact, the rounding mode in this case is irrelevant.
88 * with the specified rounding mode. If the precision passed is zero, then
90 * rounding mode in this case is irrelevant
    [all...]
  /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;
  /external/valgrind/auxprogs/
primes.c 9 for (m = 2; m <= sqrt_n+1; m++) // +1 in case of obscure rounding error
  /external/compiler-rt/lib/builtins/i386/
floatdidf.S 29 mulsd REL_ADDR(twop32), %xmm1 // a_hi as a double (without rounding)
31 subsd %xmm2, %xmm1 // a_hi - 0x1p52 (no rounding occurs)
32 orpd %xmm2, %xmm0 // 0x1p52 + a_lo (no rounding occurs)
  /bionic/libm/include/mips/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /development/ndk/platforms/android-21/arch-mips/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /external/valgrind/none/tests/s390x/
Makefile.am 12 rounding-1 rounding-2 rounding-3 rounding-4 rounding-5 bfp-1 \
14 ex clst mvc test_fork test_sig rounding-6 rxsbg\
43 mul.h or.h sub.h xor.h table.h svc.h rounding.h \
fixbr.c 7 #include "rounding.h"
9 /* Test "fixbr" with rounding mode given in insn (m3 field)
10 Covers all generally available rounding modes that can be mapped to
rounding-5.c 7 /* Test "convert from fixed" with universally available rounding modes.
8 Rounding mode is provided via FPC. */
28 printf("setting FPC rounding mode to %s\n", rtext(mode));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fpu_control.h 47 * RC: Rounding control
48 * 00 - rounding to nearest
49 * 01 - rounding down (toward - infinity)
50 * 10 - rounding up (toward + infinity)
51 * 11 - rounding toward zero
74 /* rounding control */
84 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/
fpu_control.h 44 * RC: Rounding control
45 * 00 - rounding to nearest
46 * 01 - rounding down (toward - infinity)
47 * 10 - rounding up (toward + infinity)
48 * 11 - rounding toward zero
71 /* rounding control */
81 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/
fpu_control.h 47 * RC: Rounding control
48 * 00 - rounding to nearest
49 * 01 - rounding down (toward - infinity)
50 * 10 - rounding up (toward + infinity)
51 * 11 - rounding toward zero
74 /* rounding control */
84 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
fenv.h 61 * 1-0 -> rounding control
64 * Rounding Control:
65 * 00 - rounding to nearest (RN)
66 * 01 - rounding toward zero (RZ)
67 * 10 - rounding (up) toward plus infinity (RP)
68 * 11 - rounding (down)toward minus infinity (RM)
90 /* Rounding modes */
  /external/gemmlowp/public/
bit_depth.h 31 // A rounding mode to use when requantizing an operand.
40 Exact, // No rounding, do nothing. Use with bit_depth == 8.
46 // A rounding strategy is a heuristic for choosing a rounding mode.
56 // Default rounding strategy when actually requantizing to less than 8 bit.
68 // probabilistic rounding instead of rounding-to-nearest when
71 // probabilistic rounding gives more accurate results for large enough
72 // depth, while rounding-to-nearest does for smaller depth. This threshold
74 // on a set of 10,000 images with 8-bit Xorshift probabilistic rounding
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Number.java 52 * This may involve rounding or truncation.
61 * This may involve rounding or truncation.
70 * This may involve rounding.
79 * This may involve rounding.
88 * This may involve rounding or truncation.
100 * This may involve rounding or truncation.
  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 26 * Worst case rounding for millisecs; set for 60 cycle millis clock.
34 * possible rounding).
54 * for rounding.

Completed in 1182 milliseconds

12 3 4 5 6 7 8 91011>>