HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 276 - 300 of 804) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
do-while-semicolon.js 25 "This test checks that toString() round-trip on a function that has do..while in JavaScript does not insert extra semicolon."
toString-for-var-decl.js 25 "This test checks for a couple of specific ways that bugs in toString() round trips have changed the meanings of functions with var declarations inside for loops."
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_ssse3.asm 58 ; round
  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 20 # CHECK: round.w.d $f12, $f14 # encoding: [0x0c,0x73,0x20,0x46]
21 # CHECK: round.w.s $f6, $f7 # encoding: [0x8c,0x39,0x00,0x46]
41 round.w.d $f12,$f14
42 round.w.s $f6,$f7
  /external/replicaisland/tools/
ExtractPoints.js 239 var normalX = Math.round(tile.centerX +
241 var normalY = Math.round(tile.centerY +
  /external/skia/bench/
bench_util.py 100 x = int(round(0.5 * self._len + 0.5))
102 x = int(round(0.25 * self._len + 0.5))
  /external/v8/test/mjsunit/
string-case.js 56 var c = Math.round(0x7f * Math.random());
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 210 mRenderer.centerX = Math.round(mCenterX);
211 mRenderer.centerY = Math.round(mCenterY);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 465 final int tiltAngle = (int) Math.round(
491 int orientationAngle = (int) Math.round(
    [all...]
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java 318 int value = (int)Math.round(Math.max(mNormalizedDelta2Vsync[i], 0.0));
349 return Math.round((float)mMaxDeltaVsync /mRefreshPeriod);
  /libcore/benchmarks/src/benchmarks/regression/
MathBenchmark.java 281 Math.round(d);
287 Math.round(f);
StrictMathBenchmark.java 269 StrictMath.round(d);
275 StrictMath.round(f);
  /packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java 213 mUncroppedRenderWidth = Math.round(scaledTextureWidth);
214 mUncroppedRenderHeight = Math.round(scaledTextureHeight);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale);
  /packages/apps/Launcher3/src/com/android/launcher3/
CropView.java 210 mRenderer.centerX = Math.round(mCenterX);
211 mRenderer.centerY = Math.round(mCenterY);
  /packages/apps/Launcher3/src/com/android/photos/views/
TiledImageView.java 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale);
263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale);
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 292 int w = Math.round(scale * width);
293 int h = Math.round(scale * height);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 168 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 168 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
204 (ident, round(delay * 1e6)))

Completed in 1143 milliseconds

<<11121314151617181920>>