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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 35 Set address rounding quantum.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/
doc.go 38 Set address rounding quantum.
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 35 Set address rounding quantum.
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/machine/
fenv.h 56 * Each symbol representing the rounding direction, expands to an integer
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/machine/
fenv.h 56 * Each symbol representing the rounding direction, expands to an integer
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/machine/
fenv.h 56 * Each symbol representing the rounding direction, expands to an integer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddQuantize.decTest 31 rounding: half_even
150 -- a couple where rounding was different in base tests
151 rounding: half_up
155 rounding: half_even
356 rounding: down
360 rounding: half_up
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddQuantize.decTest 31 rounding: half_even
150 -- a couple where rounding was different in base tests
151 rounding: half_up
155 rounding: half_even
356 rounding: down
360 rounding: half_up
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalTest.java 577 // rounding mode defaults to zero
610 // testing rounding Mode ROUND_CEILING
623 // testing rounding Mode ROUND_DOWN
635 // testing rounding Mode ROUND_FLOOR
646 // testing rounding Mode ROUND_HALF_DOWN
663 // testing rounding Mode ROUND_HALF_EVEN
685 // testing rounding Mode ROUND_HALF_UP
698 // testing rounding Mode ROUND_UNNECESSARY
705 // testing rounding Mode ROUND_UP
718 // testing invalid rounding mode
    [all...]
  /external/compiler-rt/lib/builtins/
divdf3.c 11 // with the IEEE-754 default rounding (to nearest, ties to even).
15 // underflow with correct rounding.
divsf3.c 11 // with the IEEE-754 default rounding (to nearest, ties to even).
15 // underflow with correct rounding.
  /external/gemmlowp/test/
correctness_meta_gemm.cc 66 std::int32_t rounding = (1 << (shift - 1)); local
78 expected += rounding;
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DoubleMath.java 35 * This method returns a value y such that rounding y DOWN (towards zero) gives the same result
36 * as rounding x according to the specified mode.
  /external/libchrome/base/numerics/
safe_conversions_impl.h 119 // rounding is implementation defined, but by default it's always IEEE
127 // // loss in rounding up to float.
  /external/libopus/celt/
fixed_generic.h 76 /** 32-bit arithmetic shift right with rounding-to-nearest instead of rounding down */
  /external/libweave/third_party/chromium/base/numerics/
safe_conversions_impl.h 117 // rounding is implementation defined, but by default it's always IEEE
125 // // loss in rounding up to float.
  /external/squashfs-tools/
ACKNOWLEDGEMENTS 68 fixes. In particular they identified the fragment rounding bug, the
71 Scott James Remnant (Ubuntu) also identified the fragment rounding bug,
  /external/valgrind/none/tests/mips64/
round.c 183 "test FPU Conversion Operations Using a Directed Rounding Mode");
189 "test FPU Conversion Operations Using the FCSR Rounding Mode");
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.cpp 165 /* with the proper rounding */
209 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
269 /* for proper rounding in the fourth stage */
300 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
388 /* with the proper rounding */
432 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
490 /* for proper rounding in the fourth stage */
521 r2 = (181 * (r4 + r5) + 128) >> 8; /* rounding */
  /frameworks/rs/api/
rs_vector_math.spec 30 subnormal values may be flushed to zero, rounding towards zero may be used, and NaN and
33 values may be flushed to zero, and rounding towards zero may be used.</li>
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 140 if (i < length && decimals[i] >= '5') // Rounding
196 if (rounded.f & (DiyFp::kDpHiddenBit << 1)) { // rounding overflows mantissa (issue #340)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
abs.decTest 23 -- Additon, subtraction, rounding, and more overflows are tested
27 rounding: half_up
class.decTest 29 rounding: half_even
83 rounding: half_even
  /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
abs.decTest 23 -- Additon, subtraction, rounding, and more overflows are tested
27 rounding: half_up
class.decTest 29 rounding: half_even
83 rounding: half_even

Completed in 1982 milliseconds

<<21222324252627282930>>