HomeSort by relevance Sort by last modified time
    Searched refs:rounded (Results 1 - 18 of 18) sorted by null

  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 64 BigDecimal rounded = bigDecimal.round(new MathContext(2, RoundingMode.FLOOR)); local
65 assertEquals("0.99", rounded.toString());
  /bionic/linker/
Android.mk 26 # LINKER_TEXT_BASE rounded down to a megabyte.
  /external/v8/src/mips/
simulator-mips.cc 957 bool Simulator::set_fcsr_round_error(double original, double rounded) {
959 rounded > LONG_MAX ||
960 rounded < LONG_MIN) {
963 } else if (original != static_cast<double>(rounded)) {
1681 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); local
1700 double rounded = floor(fs); local
1710 double rounded = ceil(fs); local
1732 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); local
    [all...]
simulator-mips.h 195 bool set_fcsr_round_error(double original, double rounded);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
output.h 510 in bytes and ROUNDED is that size rounded up to the next
515 on the rounded size to align the decl. */
518 unsigned HOST_WIDE_INT rounded);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
output.h 510 in bytes and ROUNDED is that size rounded up to the next
515 on the rounded size to align the decl. */
518 unsigned HOST_WIDE_INT rounded);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
output.h 510 in bytes and ROUNDED is that size rounded up to the next
515 on the rounded size to align the decl. */
518 unsigned HOST_WIDE_INT rounded);
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/benchmarks/
earley-boyer.js 430 // var rounded = Math.round(x * SC_MAX_DECIMALS);
431 // return Math.round(rounded / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
435 // var rounded = Math.round(x * SC_MAX_DECIMALS);
436 // return Math.round(SC_MAX_DECIMALS / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 424 // var rounded = Math.round(x * SC_MAX_DECIMALS);
425 // return Math.round(rounded / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
429 // var rounded = Math.round(x * SC_MAX_DECIMALS);
430 // return Math.round(SC_MAX_DECIMALS / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 424 // var rounded = Math.round(x * SC_MAX_DECIMALS);
425 // return Math.round(rounded / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
429 // var rounded = Math.round(x * SC_MAX_DECIMALS);
430 // return Math.round(SC_MAX_DECIMALS / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 424 // var rounded = Math.round(x * SC_MAX_DECIMALS);
425 // return Math.round(rounded / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
429 // var rounded = Math.round(x * SC_MAX_DECIMALS);
430 // return Math.round(SC_MAX_DECIMALS / sc_euclid_gcd(rounded, SC_MAX_DECIMALS));
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 887 signed integer constants. The result is undefined if the result is rounded
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 919 milliseconds