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

<<11121314151617181920>>

  /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);
  /external/chromium/chrome/browser/resources/
network_menu.js 21 ctx.lineCap = 'round';
22 ctx.lineJoin = 'round';
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 214 return '%dms' % round(t * 1000)
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 21 ctx.lineCap = 'round';
22 ctx.lineJoin = 'round';
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_encoder.js 141 thumbnailCanvas.width = Math.round(canvas.width / opt_shrinkage);
142 thumbnailCanvas.height = Math.round(canvas.height / opt_shrinkage);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java 540 Math.round(mDoubleTapDragZoomAnchorX),
541 Math.round(mDoubleTapDragZoomAnchorY));
551 Math.round(mDoubleTapDragZoomAnchorX),
552 Math.round(mDoubleTapDragZoomAnchorY),
    [all...]
  /external/chromium_org/remoting/host/
input_injector_mac.cc 42 gfx::CGRectToSkRect(rect).round(&result);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
SimpleFontDataSkia.cpp 233 bounds.round(&ir);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 180 var dividerPosition = Math.round(positions.start * 10);
492 var x = Math.round((WebInspector.TimelineModel.endTimeInSeconds(r) - minTime) * xFactor);
493 var y = Math.round((r.usedHeapSize - minUsedHeapSize) * yFactor);
568 var stripHeight = Math.round(this._canvas.height / WebInspector.TimelineEventOverview._numberOfStrips);
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
gjslint.py 214 return '%dms' % round(t * 1000)
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 166 r.round(&ir);
  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 201 devTarget.round(&iTarget);
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 135 * Value to add in order to round down a fixed point number when
392 * Math.round()</code> in the standard library.
394 public static int round(int n) { method in class:Fixed
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 110 executor.schedule(detachedPhysicsUpdate, Math.round(getPhysicsSpace().getAccuracy() * 1000000.0f) - (update * 1000), TimeUnit.MICROSECONDS);
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 67 ; sum, round and shift
138 ; sum, round and shift
subpixel_sse2.asm     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 79 int16_t *round; member in struct:macroblock_plane
  /external/qemu/target-arm/
iwmmxt_helper.c 318 ((a >> SHR) & 0xff) + ((b >> SHR) & 0xff) + round) >> 1) << SHR)
322 const int round = r; \
342 ((a >> SHR) & 0xffff) + ((b >> SHR) & 0xffff) + round) >> 1) << SHR)
346 const int round = r; \
  /external/skia/src/core/
SkRasterClip.cpp 166 r.round(&ir);
  /external/skia/src/utils/
SkCullPoints.cpp 201 devTarget.round(&iTarget);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 266 mPathPaint.setStrokeJoin(Paint.Join.ROUND);
267 mPathPaint.setStrokeCap(Paint.Cap.ROUND);
724 mTmpInvalidateRect.union(Math.round(left), Math.round(top),
725 Math.round(right), Math.round(bottom));
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 145 final int bands = (int) Math.round(pointAreaRadius / ds);

Completed in 624 milliseconds

<<11121314151617181920>>