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

1 2 3 4 5 6 7 8

  /frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/
vignette_fs.glsl 8 vec2 powers = pow(abs((gl_FragCoord.xy / vec2(UNI_width, UNI_height)) - 0.5), vec2(2.0));
10 powers.x + powers.y);
  /external/v8/tools/
generate-ten-powers.scm 30 ;; bigloo -static-bigloo -o generate-ten-powers generate-ten-powers.scm
34 (module gen-ten-powers
88 (define (generate-powers from to mantissa-size)
135 (define (print-c powers from to struct-type
149 (define (print-powers-reduced n)
158 ((>= i (vector-length powers))
164 (let* ((power (vector-ref powers i))
187 "// hold the cached powers of ten. Each entry will hold a 64-bit\n"
205 (print-powers-reduced 1
    [all...]
  /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.
121 // "SMALL POWERS"
132 // "LARGE POWERS"
147 * "HUGE POWERS"
187 } 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>
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 48 // dimensions that are NOT powers of 2.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 48 // dimensions that are NOT powers of 2.
  /external/chromium/base/third_party/dmg_fp/
dtoa_wrapper.cc 23 * powers of 5; omitting this lock would introduce a small
  /external/e2fsprogs/lib/ext2fs/
sparse.c 48 * sequence of powers of 3, 5, and 7: 1, 3, 5, 7, 9, 25, 27, 49, 81, ...
  /frameworks/base/docs/html/about/
flexible.jd 15 <p>Android powers millions of devices around the world and in a variety of form-factors. The Android
  /frameworks/base/docs/html/design/style/
devices-displays.jd 4 <p>Android powers millions of phones, tablets, and other devices in a wide variety of screen sizes and
  /external/v8/src/
cached-powers.h 38 // Not all powers of ten are cached. The decimal exponent of two neighboring
strtod.cc 35 #include "cached-powers.h"
234 // Simply hardcode the remaining powers for the given decimal exponent
305 // error_b = 0.5 (all cached powers have an error of less than 0.5 ulp),
  /external/icu4c/i18n/
ucol_wgt.cpp 330 uint32_t powers[5]; local
332 powers[0] = 1;
333 powers[1] = countBytes;
334 powers[2] = countBytes*countBytes;
335 powers[3] = countBytes*countBytes*countBytes;
336 powers[4] = countBytes*countBytes*countBytes*countBytes;
353 maxCount+=(uint32_t)ranges[i].count*powers[4-ranges[i].length];
403 power_1=powers[minLength-ranges[0].length];
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
index.jd 30 host mode, it acts as the USB host and powers the bus. When the Android-powered device is in USB
32 host and powers the bus.</p><img src="{@docRoot}images/usb-host-accessory.png" alt="">
  /prebuilts/gcc/linux-x86/host/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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 132 the format specifier is a uppercase character powers of 1000 are
133 used. Otherwise powers of 1024. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 132 the format specifier is a uppercase character powers of 1000 are
133 used. Otherwise powers of 1024. */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3bitset.h 56 * For powers of two, this mod operation is the
  /external/skia/samplecode/
SampleTextBox.cpp 40 "and to assume among the powers of the earth, the separate and equal "
  /frameworks/base/core/java/android/os/
BatteryManager.java 113 // These must be powers of 2.
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 47 <p>Android powers hundreds of device types with several different screen sizes, ranging from
  /frameworks/base/docs/html/training/multiscreen/
index.jd 43 <p>Android powers hundreds of device types with several different screen sizes,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
ArrayUtils.java 22 // it looks like right now objects want to be powers of 2 minus 8
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 50 // give special powers to char and certain similar types. However,
51 // these special powers only cover user-accessible memory, and doesn't
  /external/e2fsprogs/e2fsck/
mtrace.h 101 receive a fragment of a block. Fragment sizes are powers of two,

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8