HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 226 - 250 of 525) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance16x16s_neon.asm 60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
241 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
259 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
368 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
386 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
435 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 340 System.out.println("Round 2 Error: "+s);
371 // System.out.println("Round 2 Error"+s);
454 System.out.println("Round 2 Error"+s);
570 assertTrue(Math.round(funcVal) == Math.round(sinusVal));
629 assertSame(Math.round(Math.sin(input)), Math.round(Double.parseDouble(val)));
642 assertSame(Math.round(Math.sin(input)), Math.round(Double.parseDouble(val)));
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 292 gridOffset[0] = Math.round(camCell.x * (size / 2));
293 gridOffset[1] = Math.round(camCell.z * (size / 2));
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_ssse3.asm 941 paddw xmm3, [GLOBAL(rd)] ; xmm3 += round value
944 paddw xmm4, [GLOBAL(rd)] ; xmm4 += round value
965 paddw xmm6, [GLOBAL(rd)] ; xmm6 += round value
968 paddw xmm4, [GLOBAL(rd)] ; xmm4 += round value
980 paddw xmm5, [GLOBAL(rd)] ; xmm5 += round value
983 paddw xmm7, [GLOBAL(rd)] ; xmm7 += round value
    [all...]
  /external/webkit/Tools/Scripts/
bisect-builds 248 my ($nightlies, $revision, $round) = @_;
267 return ($round eq "floor") ? $lowIndex : $highIndex;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 177 WebRtc_Word16 round, shftVal = 0, sh; local
188 round = 32;
192 round = 256;
201 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round, shftVal);
249 WebRtc_Word16 round, shftVal = 0, sh; local
261 round = 32;
265 round = 256;
274 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round, shftVal);
    [all...]
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 196 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));
538 final int increment = Math.max(1, Math.round((float) getMax() / 5));
  /frameworks/base/media/java/android/media/
ThumbnailUtils.java 185 int w = Math.round(scale * width);
186 int h = Math.round(scale * height);
254 * request is 3. So we round up the sample size to avoid OOM.
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
EventSenderImpl.java 76 return new Point(Math.round(x * mWebView.getScale()) - mWebView.getScrollX(),
77 Math.round(y * mWebView.getScale()) - mWebView.getScrollY());
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 137 p.x = Math.round(dpx);
138 p.y = Math.round(dpy);
  /libcore/luni/src/main/java/java/lang/
Math.java 341 * 754 rules. The result is {@code x-round(x/p)*p} where {@code round(x/p)}
648 * <li>{@code round(+0.0) = +0.0}</li>
649 * <li>{@code round(-0.0) = +0.0}</li>
650 * <li>{@code round((anything > Long.MAX_VALUE) = Long.MAX_VALUE}</li>
651 * <li>{@code round((anything < Long.MIN_VALUE) = Long.MIN_VALUE}</li>
652 * <li>{@code round(+infinity) = Long.MAX_VALUE}</li>
653 * <li>{@code round(-infinity) = Long.MIN_VALUE}</li>
654 * <li>{@code round(NaN) = +0.0}</li>
661 public static long round(double d) method in class:Math
688 public static int round(float f) { method in class:Math
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 112 return Math.round(dpToPixel((float) dp));
117 return Math.round(dpToPixel(meter * 39.37f * 160));
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 254 int x = Math.round(e.getX());
255 int y = Math.round(e.getY());
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 404 int width = Math.round(bitmap.getWidth() * scale);
405 int height = Math.round(bitmap.getHeight() * scale);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 304 /* Round X to integral value in floating-point format using current
308 /* Round X to nearest integral value, rounding halfway cases away from
310 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 347 /* Round X to integral valuein floating-point format using current
351 /* Round X to nearest integral value, rounding halfway cases away from
353 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
355 /* Round X to the integral value in floating-point format nearest but
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 356 /* Round X to integral valuein floating-point format using current
360 /* Round X to nearest integral value, rounding halfway cases away from
362 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
364 /* Round X to the integral value in floating-point format nearest but
374 /* Round X to nearest integral value according to current rounding
379 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 304 /* Round X to integral value in floating-point format using current
308 /* Round X to nearest integral value, rounding halfway cases away from
310 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 347 /* Round X to integral valuein floating-point format using current
351 /* Round X to nearest integral value, rounding halfway cases away from
353 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
355 /* Round X to the integral value in floating-point format nearest but
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 356 /* Round X to integral valuein floating-point format using current
360 /* Round X to nearest integral value, rounding halfway cases away from
362 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
364 /* Round X to the integral value in floating-point format nearest but
374 /* Round X to nearest integral value according to current rounding
379 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 304 /* Round X to integral value in floating-point format using current
308 /* Round X to nearest integral value, rounding halfway cases away from
310 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 347 /* Round X to integral valuein floating-point format using current
351 /* Round X to nearest integral value, rounding halfway cases away from
353 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
355 /* Round X to the integral value in floating-point format nearest but
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DetermineFovActivity.java 128 return Math.round((fovDegrees - mFovMinDegrees)
  /development/ndk/platforms/android-3/include/
math.h 280 double round(double);
  /development/ndk/platforms/android-9/include/
math.h 280 double round(double);

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>