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

  /frameworks/av/media/libnbaio/
roundup.c 26 unsigned rounded = ((unsigned) 0x80000000) >> lz; local
27 // 0x800000001 and higher are actually rounded _down_ to prevent overflow
28 if (v > rounded && lz > 0) {
29 rounded <<= 1;
31 return rounded;
  /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());
  /external/v8/src/mips/
simulator-mips.cc 2068 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); local
2078 double rounded = trunc(fs); local
2088 double rounded = floor(fs); local
2098 double rounded = ceil(fs); local
2110 double rounded = trunc(fs); local
2117 double rounded = trunc(fs); local
2124 double rounded = fs > 0 ? floor(fs + 0.5) : ceil(fs - 0.5); local
    [all...]
simulator-mips.h 198 bool set_fcsr_round_error(double original, double rounded);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 536 in bytes and ROUNDED is that size rounded up to the next
541 on the rounded size to align the decl. */
544 unsigned HOST_WIDE_INT rounded);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 536 in bytes and ROUNDED is that size rounded up to the next
541 on the rounded size to align the decl. */
544 unsigned HOST_WIDE_INT rounded);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 536 in bytes and ROUNDED is that size rounded up to the next
541 on the rounded size to align the decl. */
544 unsigned HOST_WIDE_INT rounded);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 536 in bytes and ROUNDED is that size rounded up to the next
541 on the rounded size to align the decl. */
544 unsigned HOST_WIDE_INT rounded);
  /external/compiler-rt/lib/asan/
asan_allocator.cc 111 uptr rounded = RoundUpToPowerOfTwo(size);
112 res = Log2(rounded);
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
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...]
gbemu.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...]
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 888 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 915 milliseconds