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

1 2 3 4 5

  /libcore/luni/src/main/java/java/math/
Multiplication.java 37 * An array with powers of ten that fit in the type {@code int}.
45 * An array with powers of five that fit in the type {@code int}.
54 * An array with the first powers of ten in {@code BigInteger} version.
60 * An array with the first powers of five in {@code BigInteger} version.
122 // "SMALL POWERS"
133 // "LARGE POWERS"
148 * "HUGE POWERS"
188 } else {// Large powers of five
  /libcore/luni/src/main/java/libcore/math/
MathUtils.java 23 * An array with powers of ten that fit in the type <code>long</code>
  /external/e2fsprogs/lib/ext2fs/
sparse.c 48 * sequence of powers of 3, 5, and 7: 1, 3, 5, 7, 9, 25, 27, 49, 81, ...
res_gdt.c 23 * sequence of powers of 3, 5, and 7: 1, 3, 5, 7, 9, 25, 27, 49, 81, ...
  /external/chromium/third_party/icu/source/i18n/
ucol_wgt.c 317 uint32_t powers[5]; local
319 powers[0] = 1;
320 powers[1] = countBytes;
321 powers[2] = countBytes*countBytes;
322 powers[3] = countBytes*countBytes*countBytes;
323 powers[4] = countBytes*countBytes*countBytes*countBytes;
340 maxCount+=(uint32_t)ranges[i].count*powers[4-ranges[i].length];
390 power_1=powers[minLength-ranges[0].length];
  /external/icu4c/i18n/
ucol_wgt.cpp 317 uint32_t powers[5]; local
319 powers[0] = 1;
320 powers[1] = countBytes;
321 powers[2] = countBytes*countBytes;
322 powers[3] = countBytes*countBytes*countBytes;
323 powers[4] = countBytes*countBytes*countBytes*countBytes;
340 maxCount+=(uint32_t)ranges[i].count*powers[4-ranges[i].length];
390 power_1=powers[minLength-ranges[0].length];
decNumber.c 190 #define powers DECPOWERS /* old internal name */ macro
219 /* multiply, after removing powers of 2 by shifting, and final shift */
405 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1];
441 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1];
    [all...]
decNumber.h 58 /* and <10; 3 or powers of 2 are best]. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 132 the format specifier is a uppercase character powers of 1000 are
133 used. Otherwise powers of 1024. */
  /frameworks/base/core/java/android/os/
BatteryManager.java 104 // These must be powers of 2.
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 23 // it looks like right now objects want to be powers of 2 minus 8
  /external/strace/
strace.spec 186 * Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.4.93-2
201 * Wed Nov 27 2002 Tim Powers <timp@redhat.com> 4.4-10
223 * Thu May 23 2002 Tim Powers <timp@redhat.com>
  /bionic/linker/
linker.h 157 /* these must all be powers of two */
  /external/e2fsprogs/e2fsck/
mtrace.h 101 receive a fragment of a block. Fragment sizes are powers of two,
  /external/qemu/
varint.c 15 // Define some constants for powers of two.
  /external/speex/libspeex/
kiss_fft.c 441 /*factor out powers of 4, powers of 2, then any remaining primes */
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 40 // When the display powers up, it is configured as follows:
  /external/dropbear/libtommath/
bn_s_mp_exptmod.c 90 * The M table contains powers of the base,
  /external/openssl/crypto/bn/
bn_exp.c 520 /* BN_mod_exp_mont_consttime() stores the precomputed powers in a specific layout
625 * powers of a.
659 * val[i=2..2^winsize-1]. Powers are computed as a*a^(i-1)
660 * (even powers could instead be computed as (a^(i/2))^2
  /frameworks/base/docs/html/guide/basics/
what-is-android.jd 103 powers both the Android browser and an embeddable web view</li>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 398 // sequence (typically powers of 2.
  /system/extras/ext4_utils/
ext4_utils.c 58 the sparse_super feature, only block groups 0, 1, and powers of 3, 5,
  /external/chromium/third_party/icu/source/tools/genprops/
props2.c 621 /* try large powers of 10 first, may otherwise overflow strtoul() */
623 /* large powers of 10 are encoded in a special way, see store.c */
  /external/stlport/src/
num_get_float.cpp 278 int num_hi; /* number of high exponent powers */
304 hi = (min) (exp_hi, num_hi); /* only a few large powers of 10 */
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 278 int num_hi; /* number of high exponent powers */
304 hi = (min) (exp_hi, num_hi); /* only a few large powers of 10 */

Completed in 385 milliseconds

1 2 3 4 5